babysit-pr

Monitor GitHub PRs and fix review comments until CI passes.

106|3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ewhauser/shuck --skill babysit-pr-ewhauser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-pr
Source: https://github.com/ewhauser/shuck/tree/main/.claude/skills/babysit-pr
Command: npx skills add https://github.com/ewhauser/shuck --skill babysit-pr-ewhauser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continuously monitor and fix a GitHub PR until all review comments are addressed and CI is passing.

Core Features & Use Cases

  • Addresses review comments automatically using the gh-address-comments skill.
  • Fixes CI failures automatically using the gh-fix-ci skill.
  • Pushes changes with clear commit messages and waits for CI to re-run.

Quick Start

Use this skill to automatically monitor a PR and address all comments until CI passes.

Frequently Asked Questions about babysit-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix GitHub pull requests until CI passes?

To automatically fix GitHub pull requests until CI passes, this skill monitors a PR, resolves review comments, and pushes fixes. It continuously re-checks CI status until all checks are green and comments are addressed.

What's the best way to automate resolving PR review comments across multiple projects?

Automating PR review comment resolution across projects is handled by monitoring pull requests and applying fixes automatically. The skill addresses multiple comments and pushes changes with clear commit messages until all reviews are satisfied.

Do I need the GitHub CLI to monitor and fix pull request CI failures?

Yes, you need the GitHub CLI and repository access to monitor and fix CI failures. The skill also requires the gh-address-comments and gh-fix-ci skills to perform automated reviews, fixes, and subsequent CI re-checks.

Can I automatically address multiple review comments and re-run CI checks on a PR?

Yes, you can automatically address multiple review comments and re-run CI checks on a PR. The skill applies automated fixes, pushes changes, and waits for CI to re-run until all comments are resolved and checks pass.

How does automated PR monitoring handle CI failures and review feedback?

Automated PR monitoring handles CI failures and review feedback by applying fixes through the gh-fix-ci and gh-address-comments skills respectively. It continuously pushes changes and waits for CI re-runs until the PR is fully green.