What problem does it solve? Reviewing pull requests manually is slow and inconsistent, and automation that waits on CI or clobbers other agents' work creates bottlenecks. This Skill reviews or re-reviews any PR by number in an isolated worktree, submits an approve or request-changes verdict immediately, manages pipeline labels, and optionally runs an autonomous fix-and-re-review loop 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, runs the full code review (or a specification review for spec-only design PRs), and submits the verdict without touching your main worktree. - Autonomous autofix loop: On eligible runs (the automation's own PRs or with --autofix), it resolves merge conflicts, fixes review findings, reruns validation, and re-reviews until the PR is merge-ready; other authors' PRs get review plus handoff only. - Pipeline label and lock management: Claims PRs with a three-signal in-progress check, transitions pipeline labels through guarded helpers, posts manual-QA instructions for needs-qa PRs, and performs a bounded CI follow-up capped by a configurable wait budget. - Use Case: Run it on PR #1234 after a teammate pushes changes; it re-checks every previous blocker, inherits unaddressed reviewer comments as findings, submits a fresh review, and either approves into merge-queue or hands the PR back with the full picture. ## Quick Start Ask the agent to review pull request 1234 with the om-auto-review-pr skill, adding the autofix flag if you want it to fix the findings itself.