
Code Review
- 10 installs
- 11 repo stars
- Updated March 4, 2026
- sunnypatneedi/claude-starter-kit
Helps with ai & agent building tasks.
About
code-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- code-review
- AI & Agent Building
- AI-coding skill
Code Review by the numbers
- 10 all-time installs (skills.sh)
- +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #11,937 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sunnypatneedi/claude-starter-kit --skill code-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 10 |
|---|---|
| repo stars | ★ 11 |
| Last updated | March 4, 2026 |
| Repository | sunnypatneedi/claude-starter-kit ↗ |
What it does
Helps with ai & agent building tasks.
Files
Code Review
Perform a thorough code review of the provided code:
Review Areas
Correctness
- Does the code do what it's supposed to?
- Are edge cases handled?
- Are error conditions handled properly?
Security
- Any injection vulnerabilities?
- Proper input validation?
- Sensitive data exposure?
- Authentication/authorization correct?
Performance
- Any obvious inefficiencies?
- N+1 queries?
- Unnecessary computations?
- Memory concerns?
Maintainability
- Is the code readable?
- Are functions focused (single responsibility)?
- Are names descriptive?
- Is complex logic documented?
Testing
- Are there tests?
- Are edge cases covered?
- Are tests meaningful?
Output Format
Provide feedback as:
Critical Issues (must fix)
- Issue, location, and recommended fix
Suggestions (should consider)
- Improvement and rationale
Nits (optional/minor)
- Small improvements
What's Good
- Highlight positive aspects
Be constructive and explain the "why" behind each suggestion.
Related skills
AI & Agent Buildingagents