babysit-pr

Schedule periodic PR maintenance for CI failures, bot reviews, and human feedback without auto-merging.

157|12|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/dcosson/h2 --skill babysit-pr-dcosson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-pr
Source: https://github.com/dcosson/h2/tree/main/internal/config/templates/styles/opinionated/skills/babysit-pr
Command: npx skills add https://github.com/dcosson/h2 --skill babysit-pr-dcosson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule periodic maintenance for open PRs by watching CI, handling review-bot comments, applying fixes, and flagging architectural concerns, without ever auto-merging.

Core Features & Use Cases

  • Automated PR babysitting loop: wake every 5 minutes, check CI, re-run reviews, and push fixes as needed.
  • Bot review handling: read bot comments, distinguish false positives from legit issues, and apply fixes or guide re-review.
  • Human comment handling: address mechanical changes directly, raise discussions on architectural concerns, and re-tag bots after fixes.

Quick Start

Provide a PR number or URL to start babysitting; the skill will run a timed loop to handle CI, bot reviews, and human feedback without merging.

Frequently Asked Questions about babysit-pr

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

FAQPage Schema
How do I automate pull request reviews and CI failure fixes?

Automate PR babysitting by scheduling periodic checks every 5 minutes to monitor CI failures, handle bot review comments, and apply fixes without auto-merging. Provide a PR number or URL to start the timed maintenance loop.

What is automated PR babysitting and how does it work?

PR babysitting is an automated workflow that periodically wakes up to check CI status, process bot reviews, address human feedback, and push fixes to open pull requests. It runs deterministic loops capped by a maximum cycle count.

How do I handle bot review comments and false positives on pull requests?

Handle bot review comments by reading them within the automated PR babysitting loop, distinguishing false positives from legitimate issues, applying mechanical fixes directly, and re-tagging bots after addressing human feedback.

Can I automate re-requesting human reviews after fixing CI failures?

Yes, the automated PR babysitting workflow re-requests human reviews and flags architectural concerns after applying fixes. It interacts with a scheduling harness and honors allowed toolsets for safe, non-merging automation.

Does automated PR babysitting auto-merge pull requests after fixes?

No, automated PR babysitting never auto-merges pull requests. It only schedules periodic maintenance to watch CI, handle review-bot comments, apply fixes, and flag architectural concerns while keeping the PR open.

What are the limitations of running an automated PR babysitting loop?

The babysitting loop is capped by a maximum cycle count and runs deterministic wakeups every 5 minutes. It relies on a scheduling harness and operates within allowed toolsets, limiting actions to safe, non-merging automation.