What problem does it solve?
This Skill streamlines the process of code review, ensuring both adherence to coding standards and implementation accuracy by simultaneously assessing both standards and specification.
Core Features & Use Cases
- Two-axis Review: Evaluates both Standards (adherence to coding standards) and Spec (implementation against the originating issue/PRD) simultaneously.
- Parallel Sub-agents: Keeps the context of each review separate to avoid interference.
- Integration with Issue Trackers: Fetches originating issues/PRDs for spec review if the project uses an issue tracker.
- Use Case: Ideal for reviewing a branch, a PR, or work-in-progress changes to ensure that code aligns with the intended design and follows established standards.
Quick Start
To review a branch against the last stable commit, use the following command: npx custom-skills run review -- <branch-name>.