pr-takeover
Installation
SKILL.md
PR Takeover
Drive one pull request to merge: continuously read the live review state, fix what reviewers ask for, reply to and resolve threads, dismiss change requests you can justify as wrong, and merge once the PR is approved and all required checks pass — looping until it lands.
There are two ways to run this. Pick one in Step 0, then execute it.
| Mode | Who runs the agent | Lifetime | Needs |
|---|---|---|---|
| A · Live (default) | you, in this session | until your session ends | gh + git only |
| B · Background | the Looper daemon | survives you leaving; runs for days | Looper installed |
Step 0 — Choose the mode (confirm with the user only if unclear)
- If the user already signalled a preference, honor it:
- "in the background", "while I'm away", "even after I close this", "set and forget" → Mode B.
- "watch it", "do it now", "in here" → Mode A.
- Otherwise default to Mode A (zero install, uses your already-authenticated session). Mention in one line that Mode B exists for unattended runs, and switch only if they ask.
- Choose Mode B only if
command -v loopersucceeds and the user wants it unattended. If they want unattended but Looper isn't installed, tell them to install it (https://github.com/nexu-io/looper) or fall back to Mode A.