What problem does it solve?
This Skill helps reviewers efficiently assess pull requests and diffs by focusing reviewer effort on correctness, safety, maintainability, performance, and tests to reduce missed regressions and noisy feedback.
Core Features & Use Cases
- Structured review workflow: Prioritizes checks in a repeatable order (correctness, safety, maintainability, performance, tests).
- Large-diff triage: Guides reviewers to entrypoints and high-risk files and collapse mechanical changes so humans focus on behavioral deltas.
- Automated report generation: Includes a script to render a templated markdown review report with changed files and heuristic risk hits.
- Use Case: Run this when reviewing a PR to produce a concise summary, list major blockers, surface heuristic risks, propose fixes, and provide a test plan and follow-ups.
Quick Start
Use the code-reviewer skill to review the attached pull request or git diff and produce a structured report with summary, major issues, minor suggestions, test plan, and follow-ups.