What problem does it solve?
Ineffective code reviews lead to slow feature delivery, missed defects, team friction, and knowledge silos. This skill codifies battle-tested practices from high-performing engineering teams to optimize for codebase health and team velocity, preventing these common failure modes.
Core Features & Use Cases
- Author Pre-Flight Checklist: Guides authors to prepare exceptional PRs by running quality gates, self-reviewing, and writing comprehensive descriptions, leading to faster approvals.
- Two-Pass Review Process: Instructs reviewers to first assess high-level design and approach (5-10 min), then dive into implementation details (10-20 min), maximizing effectiveness within cognitive limits.
- Comment Classification System: Provides clear prefixes ([critical], [issue], [suggestion], [nit], [question], [praise]) to clarify feedback severity, reducing author-reviewer friction.
- Team-Level Practices: Offers guidance on establishing SLAs, PR size policies, and CODEOWNERS for consistent quality and efficient review cycles across the team.
- Use Case: As a PR author, use this skill to run a pre-flight checklist on your changes, ensuring all tests pass, linting is clean, and the PR description is complete, leading to faster, smoother approvals and fewer review cycles.
Quick Start
Use the code-review skill to run the author checklist on my current changes before I open a PR.