What problem does it solve?
Merging unvetted code introduces bugs, security vulnerabilities, and technical debt that slows development and increases maintenance costs. This Skill eliminates that risk by enforcing mandatory, structured code review for every change before it enters the main branch.
Core Features & Use Cases
- 5-Axis Quality Review: Evaluates every change across correctness, readability, architecture, security, and performance to catch issues across all critical dimensions.
- Structured Review Workflow: Provides a step-by-step process with severity-labeled feedback (Critical, Nit, Optional) to eliminate ambiguous comments and speed up review cycles.
- Change Governance: Enforces optimal change sizing, separates refactoring from feature work, and includes dead code hygiene checks to keep the codebase clean and maintainable.
- Use Case: Use this Skill when reviewing PRs from team members, code generated by AI agents, or your own changes before merging to ensure no critical issues slip through.
Quick Start
Use the code-review-and-quality skill to review the attached pull request #456 for correctness, security vulnerabilities, and adherence to project coding conventions before approving the merge.