What problem does it solve?
This Skill solves the challenge of maintaining both high technical standards and functional alignment with project requirements during code reviews, preventing the common issue where code is technically sound but fails to meet the original business intent.
Core Features & Use Cases
- Parallel Review Axes: Simultaneously evaluates code against documented standards and the originating specification.
- Smell Baseline: Automatically applies a set of Fowler-inspired code smells to identify design issues like Feature Envy or Shotgun Surgery.
- Use Case: Use this when reviewing a complex pull request to ensure the implementation is both clean, maintainable, and strictly adheres to the requirements defined in the associated issue or PRD.
Quick Start
Ask the agent to perform a code review on the current branch by comparing it against the main branch.