What problem does it solve?
This Skill solves the problem of missing actionable issues at the end of a code change by running a structured, closeout-oriented review pass that validates findings against the real code and nearby context.
Core Features & Use Cases
- Actionable closeout code review: Runs the bundled structured review helper to surface accepted findings and stop once the review completes cleanly.
- Target-aware review modes: Reviews dirty local work, branch/PR diffs (optionally against the real PR base), or committed changes—without forcing an inappropriate local review mode after commits.
- Guardrails and verification loop: Rejects speculative/unrealistic edge cases and broad rewrites, encourages reading the actual code path, and reruns tests plus the review if review-triggered fixes modify code.
Quick Start
Use the autoreview skill to review your current branch or PR against origin/main by running it in branch mode with the correct base.