babysit-pr
Installation
SKILL.md
Babysit PR
Autonomously monitor a PR (or an entire Graphite stack), fix CI failures, respond to review comments, and push verified fixes. Runs as a long-running session — loops internally with intelligent sleep intervals until all PRs are ready or the user stops the session.
Invocation
/babysit-pr
Session Loop
The skill runs in a continuous loop:
- Detect if the current branch is part of a Graphite stack
- Check PR status (CI + reviews) across all PRs in the stack
- Fix issues starting from the lowest affected branch
- If all PRs are ready → print success and exit
- Otherwise → sleep for an intelligent interval, then repeat