What problem does it solve?
This Skill solves the problem of unreliable manual reviews and missed release blockers by providing a rigorous, multi-mode review system that validates code changes, triages issues, gates releases, and audits project health before anything ships to production.
Core Features & Use Cases
- Multi-Mode Operation: Switch between default diff review, issue/PR triage, release worthiness analysis, ship/release follow-through, and project-wide audit scorecards based on user intent.
- Safety Guardrails: Enforces worktree safety preflight, hard stops for destructive operations, and evidence-based verification before any commit, push, or publish action.
- Specialist Reviewers: Automatically activates security and architecture specialists for high-risk diffs, and runs adversarial passes for deep reviews of auth, payments, or data mutation changes.
- Use Case: A maintainer preparing a release can use this Skill to verify version alignment across manifests, confirm generated artifacts are regenerated, check CI status, and validate release assets before tagging and publishing.
Quick Start
Use the check skill to review the current branch diff and provide a structured report with findings, fixes, and verification steps before merging.