
Review
- 58 installs
- smithery.ai
Helps with ai & agent building tasks during AI-assisted development.
About
review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- review
- AI & Agent Building
- AI-coding skill
Review by the numbers
- 58 all-time installs (skills.sh)
- +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #6,589 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/smithery.ai --skill reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 58 |
|---|---|
| Repository | smithery.ai ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Review code changes following senior developer standards.
Review Process
1. Gather Context
- If PR number provided, run
gh pr view $ARGUMENTS --json files,body - If file path provided, read the file
- If nothing provided, run
git difffor unstaged changes
2. Analyze Changes
- Check for SOLID principle violations
- Look for security issues
- Identify performance concerns
- Review TypeScript types
- Check test coverage
3. Generate Report
Review Checklist
Code Quality
- [ ] Clear, descriptive naming
- [ ] Functions under 50 lines
- [ ] No code duplication
- [ ] Proper error handling
TypeScript
- [ ] No
anytypes - [ ] Explicit return types
- [ ] Proper null handling
React Patterns
- [ ] Hooks rules followed
- [ ] Proper dependency arrays
- [ ] No unnecessary re-renders
Security
- [ ] Input validation
- [ ] No XSS vulnerabilities
- [ ] No exposed secrets
Output Format
## Code Review Summary
### Overview
[Brief description of changes]
### Strengths
- [What's done well]
### Issues
#### Critical
- [Must fix before merge]
#### Suggestions
- [Recommended improvements]
### Security
[Any security concerns]Target: $ARGUMENTS
Related skills
AI & Agent Buildingagents