What problem does it solve?
It helps teams conduct consistent, high-signal code reviews that catch bugs and security issues early while improving maintainability and sharing knowledge without harming morale.
Core Features & Use Cases
- Constructive feedback framework: Teaches how to give specific, actionable comments focused on the code, with severity labels for required changes vs suggestions.
- Structured review workflow: Provides phased guidance for context gathering, high-level architectural review, line-by-line inspection, and an effective summary/decision.
- Actionable review checklists and techniques: Covers security, performance, and testing checklists, plus techniques like question-based feedback and collaborative language.
- Language-specific patterns: Includes targeted examples for Python and TypeScript/JavaScript to prevent common pitfalls (e.g., mutable defaults, unsafe typing, missing error handling).
- Advanced review patterns: Adds guidance for architectural reviews (design-first, staged review) and test quality review (behavior vs implementation testing).
Quick Start
Use the code-review-excellence skill to review a pull request by applying its checklist and phased process, then return a prioritized decision with specific required changes, suggestions, and questions.