What problem does it solve?
Unstructured or incomplete code reviews often miss critical issues across correctness, readability, architecture, security, and performance, leading to technical debt, production incidents, and degraded codebase health when low-quality code is merged into the main branch.
Core Features & Use Cases
- 5-Axis Review Framework: Systematically evaluate all code changes against correctness, readability, architecture, security, and performance criteria.
- Structured Review Process: Includes context understanding, test-first review, finding severity labeling, and verification of the review process itself.
- PR Management Guidance: Provides rules for change sizing, splitting large PRs, and separating refactor work from feature work to streamline review cycles.
- Use Case: Use this skill before merging any code change, whether it is your own work, output from another AI agent, or a human teammate's contribution, to catch edge cases, security flaws, and architectural drift before they reach production.
Quick Start
Use the code-review-and-quality skill to evaluate the attached pull request for correctness, security, and adherence to project standards before merging.