What problem does it solve?
Merge-ready code changes and pull requests often contain overlooked typos, missing imports, risky dependency changes, or security and architectural regressions that slow releases and introduce risk. This Skill reads diffs, applies unambiguous safe fixes, surfaces gated or manual items for human approval, and runs specialist reviews and verification so reviewers can trust the sign-off.
Core Features & Use Cases
- Diff classification: Automatically measure the diff and choose Quick, Standard, or Deep review depth.
- Autofix routing: Apply safe_auto fixes immediately, batch gated_auto fixes for confirmation, and surface manual items for sign-off.
- Specialist orchestration: Launch security and architecture reviewers in parallel for Standard/Deep diffs and merge findings with severity rules.
- Verification: Run the project's verification command and require passing results before declaring done.
- Use Case: Run before merging a feature branch to auto-correct trivial issues, detect scope drift, run experts on risky changes, and produce a verification-backed sign-off.
Quick Start
Run the check skill on the current branch diff to auto-apply safe fixes, run specialists for deeper review as needed, and produce a verification-backed sign-off.