What problem does it solve?
This Skill solves the problem of incomplete code reviews that only check either code style or spec compliance, missing critical issues that fall through the gaps of single-axis review processes.
Core Features & Use Cases
- Dual-Axis Review: Simultaneously checks code against repository documented coding standards and alignment with the originating spec, issue, or PRD.
- Parallel Sub-Agent Processing: Runs standards and spec checks in isolated sub-agents to prevent context overlap, then aggregates findings side-by-side for clear comparison.
- Use Case: Ideal for reviewing pull requests, feature branches, or work-in-progress changes to catch both style violations and missing spec requirements in a single pass.
Quick Start
Use the code-review skill to review all changes between your current feature branch and the main branch for both standard compliance and spec alignment.