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 and conflicts. 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 — when eligible — autonomously fixes findings, resolves conflicts, and re-reviews 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 om-code-review engine plus diff-level auto-detections without touching your working tree. - Autonomous autofix loop: On the automation's own PRs (or with --autofix), resolves merge conflicts first, fixes all actionable findings including inherited reviewer feedback, reruns validation, and re-reviews until approvable. - Claim and label discipline: Uses a three-signal in-progress lock, pipeline label transitions, priority/risk inference, and bounded CI follow-up so concurrent agents never clobber each other. - Use Case: A teammate asks you to review PR #1234. Invoke the skill with the PR number; it claims the PR, reviews the diff, posts a changes-requested verdict with findings, hands it back to the author — or, with --autofix, fixes everything and pushes a merge-ready update. ## Quick Start Ask the agent to review pull request number 1234 and automatically fix any findings it can resolve.