Babysit a pull request from start to finish. This tool watches your PR on GitHub after you create it. It checks for new review comments, monitors CI checks, and tracks if the PR can be merged. It keeps going until the PR is merged or closed.
If a CI test fails, the tool looks at the logs to see why. If the failure is something flaky, it retries up to three times. If the problem is in your branch code, it can fix and push the change automatically. It also handles review comments by fixing them and resolving the thread when safe.
You do not need to keep checking the PR yourself. The tool stays on the job and alerts you only when it needs your help. It works with any PR by number, URL, or even the current branch.
Global
mkdir -p ~/.claude/skills/babysit-prProject
mkdir -p .claude/skills/babysit-prSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes