What problem does it solve?
This Skill separates code review into standards and specification checks, helping identify implementation defects, scope gaps, coding-standard violations, and maintainability risks without allowing one review axis to mask the other.
Core Features & Use Cases
- Fixed-Point Diff Review: Reviews changes from a specified commit, branch, tag, merge-base, or other Git reference.
- Two-Axis Analysis: Runs standards and spec reviews independently, including documented repository conventions, code smells, friction signals, and AI-generated anti-pattern checks.
- Workflow Guardrails: Validates the Git reference and diff before review, identifies the originating specification, uses parallel sub-agents, and reports findings with separate summaries.
- Use Case: Ask it to review a feature branch against main and compare the implementation with its issue or product specification.
Quick Start
Use the code-review skill to review all changes on my current branch since main against the originating issue and repository coding standards.