What problem does it solve? Open pull requests often stall in a loop of review comments, merge conflicts, red CI checks, and missing UI evidence. This Skill takes a PR number and autonomously iterates review-autofix, CI stabilization, and UI verification until the PR is approvable, green, and merge-ready — without ever merging it itself. ## Core Features & Use Cases - Orchestrated stabilization loop: Coordinates om-auto-review-pr (conflict resolution and review autofix), a built-in CI stabilization procedure (classify failures as real bug, test bug, flake, or infra, then fix and re-push), and om-auto-qa-pr for UI evidence, in a mandatory stage order. - CI-only mode: Run with --ci-only on a PR or a plain branch to drive checks green without the full review/UI loop. - Governance built in: Claims the PR with a three-signal lock, files non-blocking findings as follow-up issues, normalizes pipeline labels, promotes drafts, and hands off to om-approve-merge-pr — it never merges and never fakes green by weakening tests. - Use Case: A contributor's PR #123 has review comments, a conflict with main, and two failing checks. Run the Skill on PR 123 and it merges the latest base, fixes the findings, stabilizes CI, attaches UI evidence, files nits as follow-up issues, and leaves the PR labeled merge-queue. ## Quick Start Ask the agent to get PR 123 merge-ready using the om-auto-fix-pr skill.