What problem does it solve?
This Skill helps prevent broken or risky code from reaching production by guiding reviewers through a systematic, repository-aligned evaluation of correctness, typing, security, performance, API consistency, documentation, and style.
Core Features & Use Cases
- Exhaustive, category-based review: Covers syntactical correctness, program logic, data flow, type safety (zero
any), performance, security, API conformity, documentation consistency, best practices, and code style.
- Plan-first remediation: Produces an exhaustively detailed remediation plan with prioritized severity before any fixes are proposed or implemented.
- Merge safety gating: Enforces “run the critical checks” discipline and issues a final recommendation ranging from approve-as-is to block-until-fixed.
Quick Start
Use the code-review skill to conduct a rigorous merge-readiness review of a pull request and generate a detailed remediation plan before suggesting changes.