om-pr-autopilot
Installation
SKILL.md
PR Autopilot
One entry point for an open PR: diagnose → classify → chain → report. This
skill decides which skills to run and in what order; it delegates all real work
to the existing om-* skills and never re-implements their logic.
It is the dispatcher that sits above om-auto-continue-pr (finish the
implementation), om-auto-fix-pr (drive to merge-ready), om-auto-qa-pr (UI
evidence), and om-approve-merge-pr (merge). Use those directly when you
already know the PR's state; use this one when you do not.