What problem does it solve?
This Skill ensures that security-sensitive, high-complexity, or large-scale code changes never bypass human review. It automates the triage process, presenting only the necessary changes for approval, saving time while maintaining quality.
Core Features & Use Cases
- Automatic Triggering: Flags code in security paths (
src/auth/), high-complexity functions, or large changesets for mandatory review.
- Structured Review Checklist: Guides reviewers through security, quality, architecture, and test coverage checks.
- Pipeline Integration: Serves as a formal gate between implementation and integration testing phases.
- Use Case: A developer completes a new authentication module. This Skill automatically triggers, presents the 3 modified files with a security-focused checklist, and blocks deployment until a human approves.
Quick Start
After completing implementation, the skill will automatically activate if changes meet the review criteria, presenting a summary for approval.