What problem does it solve? Getting a pull request from open to merge-ready requires tedious manual cycles: merging the latest base branch, addressing review findings, fixing failing CI checks, and verifying UI changes. This Skill automates that entire loop for a given PR number without ever merging it itself. ## Core Features & Use Cases - Orchestrated stabilization loop: Coordinates review-autofix, CI stabilization, and UI QA sub-skills in a mandatory order until the PR is approvable, green, and QA-evidenced. - CI-only mode: Drives just CI green on a PR or a plain branch with no PR yet, skipping review, UI, and follow-ups. - Follow-up filing and handoff: Converts non-blocking review nits into tracked follow-up issues, normalizes labels, promotes drafts, and hands the merge-ready PR to the merge skill. - Use Case: A reviewer leaves feedback and CI is red on PR 123. Run the skill against that PR and it merges the latest base, fixes findings and CI failures with tests, files nits as follow-up issues, and leaves the PR labeled merge-ready. ## Quick Start Ask the agent to get PR 123 merge-ready using the om-auto-fix-pr skill.