What problem does it solve?
This Skill eliminates the tedious, error-prone manual work of checking code changes for both adherence to your repo's documented coding standards and alignment with the original issue or PRD requirements, ensuring no critical gaps slip through during code review.
Core Features & Use Cases
- Parallel dual-axis review: Runs standards compliance and spec alignment checks in separate sub-agents to avoid context cross-contamination, so findings for each axis remain independent and clear.
- Automated spec source detection: Automatically locates the originating spec from commit message references, user-provided paths, or docs/specs directories, reducing manual lookup work.
- Clear aggregated reporting: Presents standards and spec findings under separate headings so you can address convention gaps and requirement mismatches independently.
- Use Case: When reviewing a PR for a new payment processing feature, this Skill will flag any code that violates your repo's error handling standards (standards axis) and any missing requirements from the original payment spec (spec axis) in a single, easy-to-navigate report.
Quick Start
Use the review skill to check all changes in your current feature branch against the main branch for standards and spec compliance.