Code Review
Analyzes changes on the current branch or specific files, systematically reviewing for logic errors, security vulnerabilities, performance issues, and code style.
/reviewJunior developer anxious before submitting a PR? Run /review to catch issues before the senior reviewer does
Senior developer with a backlog of review requests? Use automated first-pass review to reduce review burden
How It Works
Skill Code
Copy and paste into your CLAUDE.md to start using immediately.
How Code Review Works
Code Review collects changed code on your current branch, runs four parallel checks — logic errors, security vulnerabilities, performance issues, and code style — then classifies findings by severity from Critical to Suggestion.
When to Use Code Review
Invaluable before submitting a PR when you want a thorough first-pass review, or for senior developers who need to triage a backlog of review requests by letting the skill handle the mechanical checks.
Key Strengths
- Four-dimensional analysis covers logic, security, performance, and style
- Severity-based classification helps prioritize fixes
- Catches issues before human reviewers see the code
- Reduces review turnaround time for the entire team