What problem does it solve?
This Skill prevents critical bugs, architectural flaws, or unmet requirements from slipping through due to manual, inconsistent, or delayed code reviews. It dispatches a specialized subagent to perform thorough, automated code reviews, saving developer time and improving code quality.
Core Features & Use Cases
- Automated Review Dispatch: Quickly initiates a code review by providing git SHAs and a clear description of changes, streamlining the review process.
- Severity-Based Feedback: Categorizes issues as Critical, Important, or Minor, guiding immediate action and prioritization, ensuring critical problems are addressed first.
- Workflow Integration: Seamlessly fits into various development workflows: after each task in subagent-driven development, after batches in executing plans, or as a mandatory pre-merge step in ad-hoc development.
- Use Case: After implementing a new feature, use this Skill to get an automated review against the original plan, ensuring all requirements are met and no critical issues are introduced before merging to main.
Quick Start
Use the Requesting Code Review skill to review the changes between abc123def and xyz789uvw for the "user login flow" feature, comparing it against docs/plans/auth-plan.md.