What problem does it solve? Reviewing pull requests manually is slow and inconsistent, and automated reviewers often stop at the first red signal or clobber each other's work. This Skill reviews or re-reviews any PR by number in an isolated worktree, submits an approve or request-changes verdict with full findings, manages pipeline labels, and can autonomously fix findings until the PR is merge-ready. ## Core Features & Use Cases - Isolated PR review: Fetches the exact PR from the tracker, checks it out in a temporary worktree, and runs the full code review (or a specification review for spec-only design PRs) without touching your working tree. - Complete-picture verdicts: Merge conflicts, failing required checks, and inherited reviewer feedback become blocker findings reported alongside the full review, never instead of it. - Autonomous autofix loop: On the automation's own PRs or with --autofix, it resolves conflicts, fixes findings, reruns validation, and re-reviews until merge-ready; other authors' PRs get review plus handoff only. - Use Case: Run /ot-auto-review-pr 1234 to have the agent claim PR #1234, review the diff, run your validation commands, submit a labeled verdict, and hand it back to the author or fix it forward. ## Quick Start Ask the agent to review pull request number 1234 by running /ot-auto-review-pr 1234, optionally adding --autofix to have it fix the findings itself.