From code-reviewer
Use this skill when the user asks for a code review, wants to check code quality, find bugs, identify security issues, or get best practice suggestions. Trigger on phrases like "review this code", "check for bugs", "security audit", "code quality", "review my PR", "what's wrong with this code", etc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-reviewer:code-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AI-powered code review that analyzes code for bugs, security vulnerabilities, performance issues, and adherence to best practices.
AI-powered code review that analyzes code for bugs, security vulnerabilities, performance issues, and adherence to best practices.
When the user asks for a code review:
git diff).editorconfig, etc.)Review each file systematically for:
Bugs & Logic Errors:
Security (OWASP Top 10):
Performance:
Best Practices:
Format the review as:
## Code Review Summary
### Critical Issues (must fix)
- [FILE:LINE] Description of critical bug or security issue
### Warnings (should fix)
- [FILE:LINE] Description of potential problem
### Suggestions (nice to have)
- [FILE:LINE] Style or best practice improvement
### What Looks Good
- Positive observations about well-written code
For each critical issue and warning, offer to generate a fix. Use the Edit tool to apply fixes the user approves.
User: "Review the changes in my last commit"
git diff HEAD~1 to see changesnpx claudepluginhub techgangboss/agentstore --plugin code-reviewerAnalyzes diffs and files to identify bugs, security vulnerabilities, code smells, N+1 queries, and architectural concerns, producing structured review reports with prioritized, actionable feedback.
Reviews code changes, PRs, and diffs for security vulnerabilities, performance issues, correctness bugs, and maintainability problems with tables for issues and suggestions.
Reviews code for security vulnerabilities, correctness issues, and maintainability problems with prioritized findings, fix diffs, and commit recommendations.