code-review
Installation
SKILL.md
Code Review Mode
Perform a comprehensive code review with structured analysis across multiple dimensions.
When to Use This Skill
- When reviewing pull requests or merge requests
- Before merging feature branches into main/trunk
- When asked to review specific files or changes
- During pair programming review sessions
- For post-implementation quality checks
Workflow
Phase 1: Context Gathering
- Identify the scope:
- Determine which files/commits to review (diff, specific files, or branch comparison)
- Get the diff:
git difffor the relevant range