pr-autopilot
PR Autopilot
Drive a single pull request's review feedback to completion without supervision. This is the looping,
autonomous counterpart to address-pr-comments: same GitHub mechanics, but it runs round after round
on its own — committing, pushing, re-requesting review, and waiting for the next batch of feedback —
until the reviews settle down.
Read ${CLAUDE_PLUGIN_ROOT}/references/pr-review-mechanics.md first (if that path doesn't
resolve, it's at the plugin root, two levels up from this skill:
../../references/pr-review-mechanics.md). That file is the shared "how to talk to the GitHub review
API correctly" layer — fetching all three comment sources, classifying, replying, resolving threads,
and the per-bot re-review trigger table. The steps below are this skill's control flow: when to
loop, when to commit, and when to stop.
Operating mode (read this first)
This skill runs fully autonomously — that's the whole point, and it's what separates it from
address-pr-comments: