What problem does it solve?
This Skill addresses the risk of merging changes that introduce structural bugs, security issues, or scope drift by applying a disciplined two-pass review: a structural correctness pass followed by an adversarial edge-case pass that scales with diff size.
Core Features & Use Cases
- Two-pass methodology: First verify correctness and consistency, then adopt an adversarial mindset to probe for race conditions, injection risks, and failure modes.
- Mode-scaled intensity: Supports quick, standard, and thorough modes with auto-suggestion based on diff size and sensitive paths.
- Integrations & artifacts: Reads plan artifacts, detects scope drift, runs security suggestion hooks, and saves a review artifact for downstream autopilot steps.
- Use case: Run this on a feature PR touching auth or payments to catch design issues, regressions, and security surface changes before shipping.
Quick Start
Run /review in your agent to perform a two-pass code review on the current changes and produce a findings artifact.