pr-autopilot

Installation
SKILL.md

PR Autopilot

Drive a single pull request's review feedback, its failing CI checks, and its merge conflicts to completion without supervision. It runs round after round on its own — committing, pushing, re-requesting review, and waiting for the next batch of feedback — until the reviews, the checks, and the merge state all settle down. For a one-shot sweep instead of a loop, run it with --single-pass: a single autonomous round, then stop.

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, the per-bot re-review trigger table, (§7) inspecting CI check runs and reading their failure logs, and (§8) checking mergeability and resolving merge conflicts. 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:

Installs
7
GitHub Stars
15
First Seen
Jun 16, 2026
pr-autopilot — donnfelker/loop-skills