What problem does it solve? Code reviews on GitHub issues often miss uncommitted changes, accept stale verification evidence, or conflate baseline defects with introduced bugs. This Skill enforces an independent acceptance gate that inspects the actual committed and uncommitted diff before publishing a verdict. ## Core Features & Use Cases - Independent Diff Inspection: Identifies the exact base/head and full intended change including staged, unstaged, and untracked files, so no implementation is missed. - Acceptance Verification: Checks each acceptance row against real code, validates verification evidence freshness via source digests, and runs missing or discriminating tests. - Structured Verdict Publishing: Publishes Review records with stable finding IDs, severity, and file/line evidence via handoff.py, supporting pass, changes_requested, and blocked verdicts with re-review tracking. - Use Case: After a developer claims an issue is fixed, run /review on the issue to independently verify the diff against the acceptance contract, then publish a gated verdict with the exact next command (/execute or /commit). ## Quick Start Ask the agent to run /review on a GitHub issue URL to independently verify the implementation against its acceptance criteria and publish a verdict.