What problem does it solve?
This skill streamlines the code review process by ensuring changes are analyzed at an appropriate depth, verified, and clearly assessed against requirements, preventing regressions and improving code quality.
Core Features & Use Cases
- Configurable Review Depth: Choose between 'light', 'light-plus', and 'heavy' modes to match the complexity and risk of the changes.
- Automated Verification: Integrates with a 'verify' skill to ensure code integrity.
- PRD Compliance Check: Explicitly verifies changes against Product Requirement Document (PRD) acceptance criteria.
- Use Case: When a developer submits a pull request for a new feature, this skill can perform a 'light-plus' review to check for basic functionality, adherence to coding standards, and potential issues before merging. For critical changes like payment gateway updates, a 'heavy' review ensures deep security and data integrity checks.
Quick Start
Review the current branch using the default light-plus mode.