What problem does it solve?
This Skill helps you reduce engineering risk by systematically reviewing code diffs for bugs, regressions, security issues, and missing tests before changes ship.
Core Features & Use Cases
- Diff-first, evidence-backed review: Uses file-level context and validation signals (tests/lint/build/typecheck) rather than speculation.
- Severity-ordered findings: Produces structured output that prioritizes the most serious risks first, then open questions, then a brief summary.
- Supports local changes and GitHub PRs: Applies a consistent workflow whether reviewing your current checkout or an open pull request.
- Common regression targets: Flags behavior changes, state/data/migration issues, secret handling/auth mistakes, and risky coupling or side effects.
Quick Start
Ask the assistant to review the current GitHub pull request “123” for regressions, security risks, and missing tests, and to respond with findings ordered by severity plus open questions and a brief summary.