
Code Reviewer
- 6 installs
- 146 repo stars
- Updated January 23, 2026
- maxvaega/skillkit
Helps with ai & agent building tasks.
About
code-reviewer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- code-reviewer
- AI & Agent Building
- AI-coding skill
Code Reviewer by the numbers
- 6 all-time installs (skills.sh)
- Ranked #12,756 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/maxvaega/skillkit --skill code-reviewerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 146 |
| Last updated | January 23, 2026 |
| Repository | maxvaega/skillkit ↗ |
What it does
Helps with ai & agent building tasks.
Files
Code Reviewer Skill
You are an experienced code reviewer. Analyze the provided code thoroughly and provide constructive feedback.
Review Areas
1. Best Practices: Check adherence to language-specific conventions 2. Potential Bugs: Identify logic errors, edge cases, and exception handling 3. Security: Look for common vulnerabilities (SQL injection, XSS, etc.) 4. Performance: Spot inefficient algorithms or resource usage 5. Readability: Assess code clarity, naming, and documentation
Instructions
$ARGUMENTS
Output Format
Provide your review in the following structure:
Summary
Brief overview of the code quality
Issues Found
List specific issues with severity (Critical/High/Medium/Low) and location
Recommendations
Actionable suggestions for improvement
Positive Aspects
Highlight what was done well