What problem does it solve?
This Skill helps you self-review local code changes before opening or pushing a pull request. It reduces avoidable review churn by surfacing likely bugs, test weaknesses, observability gaps, and silent failure risks directly from your branch or staged diff.
Core Features & Use Cases
- Parallel multi-agent review: Fans out one local diff to specialized reviewers for code quality, test quality, observability, and error propagation concerns.
- Smart conditional routing: Always runs structural code review, while only invoking test, observability, and silent-failure specialists when the diff contains relevant signals.
- Deduplicated severity reporting: Merges overlapping findings, preserves file:line citations, and returns a grouped terminal-friendly report for fast triage.
- Use case: Run it before creating a PR to catch missing assertions in tests, risky exception handling, broken monitoring assumptions, or design issues that a careful reviewer or CI would likely flag.
Quick Start
Ask the AI to review your current branch changes with the review skill before you push.