What problem does it solve?
Code review is often skipped, rushed, or mixed into the same conversation that wrote the code, which lets real bugs slip through and floods the chat with unverified suggestions. This Skill runs an independent, strictly read-only review of your local changes and returns only evidence-backed, severity-ranked findings.
Core Features & Use Cases
- Isolated read-only review: One isolated primary reviewer inspects the diff, with at most 2-3 focused specialist reviewers (security, frontend, performance, migrations, API contracts, red-team) launched only for independent high-risk questions.
- Verified P0-P3 findings: Every candidate finding is verified against the actual code, deduplicated by fingerprint, and published only with file/line, failure path, impact, and a false-positive check.
- Safe artifacts and PR watch: Review artifacts are written to a Git-ignored run directory that can never be committed, secrets are redacted from collected context, and an atomic ledger supports recurring PR monitoring without duplicate reviews.
- Use Case: Before opening a pull request, ask for a review of your branch against main; the Skill collects the diff, checks auth and migration risks, and returns a short list of confirmed issues that should block merge.
Quick Start
Ask the assistant to review your uncommitted changes or your current branch against main and report only the actionable issues.