What problem does it solve? Manual PR reviews often produce unverified or noisy feedback, and repeating reviews leaves stale comments and outdated approvals. This Skill runs an adversarial review pipeline where every finding candidate is independently verified before being posted, and it cleans up your previous reviews so only the latest one remains active. ## Core Features & Use Cases - Verified multi-axis review: Finder, Standards, and Contract subagents collect finding candidates (bugs, convention violations, spec mismatches), and a Verifier subagent attempts to refute each one so only confirmed findings are posted. - Spec-aware contract review: Resolves a spec from --spec or a linked Closes #N issue and checks the implementation against it for unmet requirements, boundary violations, and scope creep. - Automated posting and cleanup: Renders a review body and inline comments via scripts, posts them through the GitHub API, then dismisses your superseded reviews and resolves old threads. Supports self-review and --dry-run. - Use Case: After pushing a branch, ask for a review of the current PR. The Skill checks out the head commit in a worktree, runs the verified review pipeline, and posts a REQUEST_CHANGES or APPROVE review with inline comments. ## Quick Start Review the pull request for the current branch and post verified findings as a review with inline comments.