gr8monk3ys

Babysit — Git skill for Claude Code

Git community

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

Terminal
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 Repository