Babysit — Git skill for Claude Code
Watch a PR in a loop and auto-fix CI failures and review comments.
How to install Babysit
Installs to ~/.claude/skills/gr8monk3ys-skills-babysit/SKILL.md
mkdir -p ~/.claude/skills/gr8monk3ys-skills-babysit && curl -fsSL https://raw.githubusercontent.com/gr8monk3ys/skills/HEAD/commands/babysit.md -o ~/.claude/skills/gr8monk3ys-skills-babysit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Babysit does
description: Watch a PR in a loop and auto-fix CI failures and review comments argument-hint: " [--no-fix]" allowed-tools: Read, Edit, Bash, Grep, Glob disable-model-invocation: true model: claude-sonnet-4-6
Babysit a pull request until it is green and merged: keep watching CI, deploys, and review comments, and push fixes as they come in.
Target
$ARGUMENTS
How this works
This command leans on three Claude Code automation primitives. Use whichever the current env
Alternatives in Git
- Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
- Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
- Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Babysit My PRs
Continuously babysit my open PRs — 7-min loop, auto-discovers new PRs, dispatches one background worker per PR
Fix PR Feedback
Fetch PR reviewer comments, implement fixes locally, gate the push behind explicit user approval, then watch C
PR Autofix
Fix PRs autonomously. Triage open PRs by tier, address thread feedback, fix CI failures, and enable auto-merge
Secondmate Doctor
Check and auto-fix secondmate's requirements (checker/reason harness, git/gh/python, and companions herdr/pony
GitHub Review PR
Use when a PR needs full review — resolves merge conflicts with the base first, then fixes CI failures, then a
PR Fixup
Run the Kandev PR fixup loop for CI failures and automated review threads.
Related Agents
Auto Error Resolver
Fix compilation errors, build failures, type errors, or test failures. Systematically identifies root causes a
QA Fixer
Bounded test-fix loop agent for beast. Diagnoses test failures and applies targeted fixes, max 5 cycles.
Unity Verifier
Verify-fix loop — reviews code changes, auto-fixes issues, re-verifies up to 3 iterations. Used by /unity-work