What problem does it solve?
Code-review turns a pull request or diff into a structured check for correctness, clarity, security, performance, and alignment with project conventions, reducing the chance that regressions, vulnerabilities, or contract mistakes slip into production.
Core Features & Use Cases
- Pre-review fact-gathering to align on scope, intent, and acceptance criteria before reading code.
- Tests-first read order to judge whether the change is described and validated correctly before implementation details.
- Severity-grading rubric and disciplined comments to ensure reviewers request the right level of change and communicate clearly.
- AI-generated diff verification to prevent rubber-stamping by explicitly checking tests, error handling, and security assumptions.
- Merge decision gate that forces an explicit outcome (approve / request changes / close without merge) based on blockers and change-requested items.
Quick Start
Use the code-review skill to review the diff for a pull request and determine whether to approve, request changes, or close without merge based on the rubric.