PR Autopilot — Git skill for Claude Code
Claude Code skill that orchestrates the full Pull Request lifecycle — creation, multi-agent review, automated fixes, CI polling, and auto-merge.
How to install PR Autopilot
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open FelipeOFF/pr-autopilot and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What PR Autopilot does
Claude Code skill that orchestrates the full Pull Request lifecycle — creation, multi-agent review, automated fixes, CI polling, and auto-merge. Supports GitHub & GitLab.
Alternatives in Git
- Git Worktree Docs Issue: Dependency Installation — GitHub — Community feedback on official docs with full worktree lifecycle walkthrough 81.1k ★
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
README
pr-autopilot
[](./LICENSE) [](https://docs.claude.com/en/docs/claude-code) []()
🇧🇷 [Leia em Português](./README.pt-BR.md)
A [Claude Code skill](https://docs.claude.com/en/docs/claude-code/skills) that orchestrates the **full lifecycle of a Pull Request** with multiple coordinated subagents.
**Create → Review → Triage every comment → Respond → Re-review → Resolve conflicts & fix CI → Wait for CI → Merge.** Hands-off.
**Opt-in by default.** Every stage is off unless you ask for it. Bare `pr-autopilot` just opens the PR and stops. You switch on each stage with a flag (`--review`, `--resolve`, `--merge`) or turn them all on at once with `--auto`. `--cascade` is a separate opt-in: it ships a GitHub work item as a PR against the trunk. `--auto` does not turn it on.
What it does
`pr-autopilot` turns a long, manual PR ritual into a single command. It spawns a **Reviewer** subagent that audits your diff and an **Author** subagent that clears everything standing between the branch and a clean merge: every comment already on the PR (yours, your teammates', Copilot's, CodeRabbit's, Sonar's), merge conflicts, and failing CI. It loops until the PR is green, then merges.
**The Reviewer runs two parallel tracks** when `--review` or `--auto` is set: (A) a **code track** — loads [`thermo-nuclear-code-quality-review`](https://github.com/cursor/plugins/tree/main/cursor-team-kit/skills/thermo-nuclear-code-quality-review) via Skill tool for deep maintainability audit: code judo, abstraction quality, file size (<1k → >1k is a smell), spaghetti growth, structural simplification. This is the approval bar: do not approve merely because behavior works. Few high-conviction comments; no nit floods. (B) a **test track** — test-value assessment that evalu
Related Skills
Super Developer
A Claude Code plugin that orchestrates the full development lifecycle — divergent ideation, structured plannin
Auto Fix
Full review then apply fixes automatically (no auto-commit)
V PR Review
Deep, two-axis, stack-agnostic code review of a pull/merge request or a local diff — review-only, never edits
Claude Tmux
by Niels Groeneveld - Manage Claude Code within tmux. A tmux popup of all your Claude Code instances, enabling
Create Pull Request
by liam-hq - Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, followi
/create PR
by toyamarinyon - Streamlines pull request creation by handling the entire workflow: creating a new branch, co
Related Agents
Yago
Use this agent when the user asks to write, create, or generate a pull request description, PR description, or
PR Manager
Manages pull requests and merge requests across GitHub, GitLab, and Azure DevOps. Handles listing, viewing, cr
PR Prep
Use this agent when the user wants to prepare a pull request, review changes before PR submission, generate PR