What problem does it solve?
This Skill gives you a rigorous, read-only audit of your current code changes when you want a trustworthy verdict before you fix anything. It helps catch code quality, testing, feature, security, hygiene, and UI issues across staged, unstaged, committed-but-unpushed, and untracked work without modifying files or creating commits.
Core Features & Use Cases
- Full diff auditing: Reviews the working tree scope across staged, unstaged, untracked, and recent branch changes against a sensible base.
- Specialist review pipeline: Routes the change through multiple focused reviewers for code, tests, feature behavior, security, hygiene, and optionally UX or spec-related concerns.
- Structured findings only: Produces a single terminal report grouped by severity so you can act on concrete findings instead of vague commentary.
- Scales by change size: Uses adaptive triage for tiny, small, and large diffs, including slice, merge, and verification phases for more complex changes.
- Use case: Before opening a PR, ask for a read-only audit of your working tree to identify risky regressions, missing tests, insecure patterns, and cross-slice contract issues while keeping full manual control over the fixes.
Quick Start
Ask the agent to review the change or audit your working tree diff read-only without fixing anything.