babysit-prs

Monitors CI statuses and merges pull requests in GitHub repositories.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/EtaCassiopeia/claude-skills --skill babysit-prs-etacassiopeia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-prs
Source: https://github.com/EtaCassiopeia/claude-skills/tree/main/config/skills/babysit-prs
Command: npx skills add https://github.com/EtaCassiopeia/claude-skills --skill babysit-prs-etacassiopeia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the monitoring of Pull Requests' Continuous Integration (CI) states and merges them upon successful completion, providing a self-correcting loop for fixing failures.

Core Features & Use Cases

  • PR CI Monitoring: Continuously checks the CI status of specified PRs.
  • Automatic Merging: Merges PRs once their CI is green, with options for admin overrides.
  • Error Handling: Diagnoses and fixes CI failures, up to 3 fix cycles per PR, before reporting back to the user.

Quick Start

/babysit-prs <pr-number>...

Frequently Asked Questions about babysit-prs

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

FAQPage Schema
How do I automate GitHub PR merging after CI checks pass?

To automate GitHub PR merging, you can configure a tool to continuously monitor CI status and automatically merge pull requests once all checks are green. This handles the entire monitoring and merging loop without manual intervention.

Can I automatically fix CI failures before merging a pull request?

Yes, automated error handling can diagnose and fix CI failures before merging a pull request. The system attempts up to 3 fix cycles per PR to resolve issues, only reporting back if failures persist after these corrections.

How do I bypass required code review gates for automated PR merging?

To bypass required code review gates for automated PR merging, you can use admin overrides configured within the automation tool. This allows the workflow to merge pull requests by overriding standard review safety checks.

What is the best way to monitor CI status for multiple GitHub pull requests?

The best way to monitor CI status for multiple GitHub pull requests is using an automated monitoring script that tracks check states. You simply pass the PR numbers to the tool, and it continuously polls their CI progress.

Are there limits to how many times a tool will try to fix a failing CI check?

Yes, automated CI fix tools have limits on retry attempts. This automation applies a maximum of 3 fix cycles per PR to diagnose and resolve failures, stopping and reporting back if the issue remains unresolved.

Do I need admin permissions to automate pull request merging with safety checks?

You need admin permissions if you intend to bypass review gates during automated pull request merging. Standard automated merging with safety checks requires appropriate repository write access to merge code once CI passes.