reviewing-code
Installation
SKILL.md
Code Review Excellence
Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.
When to Use This Skill
- Reviewing pull requests and code changes
- Establishing code review standards for teams
- Mentoring junior developers through reviews
- Conducting architecture reviews
- Creating review checklists and guidelines
Workflow
- Context Gathering (2-3 mins): Read PR description, check CI status, understand requirements.
- High-Level Review (5-10 mins): Verify architecture, file organization, and testing strategy.
- Line-by-Line Review (10-20 mins): Check logic, security, performance, and maintainability.
- Summary & Decision (2-3 mins): Summarize findings, decision (Approve/Change Request), and offer pairing.