code-review-checklist
Installation
SKILL.md
Code Review Checklist
Review Philosophy
A code review is a collaborative conversation, not a gatekeeping exercise. The goals are:
- Catch bugs before they reach production.
- Share knowledge across the team.
- Maintain consistency in style and architecture.
- Improve the code incrementally.
Review the code, not the author. Be specific, be kind, and suggest alternatives rather than only pointing out problems.
Severity Classification
Classify every comment to set expectations: