pr-babysit

Monitor pull requests for CI failures, merge conflicts, and review feedback.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/garochee33/DSH --skill pr-babysit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-babysit
Source: https://github.com/garochee33/DSH/tree/main/agents/grok/bundled/skills/pr-babysit
Command: npx skills add https://github.com/garochee33/DSH --skill pr-babysit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual burden of watching pull requests, chasing CI failures, resolving merge conflicts, and responding to review feedback across ongoing PR work.

Core Features & Use Cases

  • PR Monitoring: Repeatedly checks open pull requests for CI status, mergeability, review comments, and conflict conditions.
  • Autonomous Repair: Fixes failing checks, restacks branches, resolves merge conflicts, and pushes updates back to GitHub.
  • Stack-Aware Workflow: Supports independent PRs as well as Graphite and GitHub stacked PRs, making it useful for complex multi-PR release trains and feature stacks.

Quick Start

Use pr-babysit to watch my open pull requests and automatically fix any CI failures, conflicts, or review issues it finds.

Frequently Asked Questions about pr-babysit

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

FAQPage Schema
How do I automatically fix CI failures and merge conflicts on pull requests?

You can autonomously monitor and fix CI failures and merge conflicts on pull requests by running a Skill that detects failing checks, resolves conflicts, restacks branches, and pushes updates back to GitHub automatically.

Can I automatically resolve merge conflicts in stacked PRs on Graphite?

Yes, you can automatically resolve merge conflicts in stacked PRs on Graphite. The Skill applies stack-aware rebase and push operations to keep both Graphite and GitHub stacked PR topologies healthy and mergeable.

Do I need GitHub CLI and git worktrees to monitor pull requests?

Yes, you need GitHub CLI access and git worktrees to autonomously monitor and fix pull requests. These dependencies are required to perform stack-aware rebase operations and push branch fixes back to GitHub.

What is the best way to handle review feedback across multiple open pull requests?

The best way to handle review feedback across multiple open pull requests is autonomous monitoring. A Skill repeatedly checks open PRs for review comments and applies fixes automatically to keep branches healthy.

Why do my stacked PRs keep failing CI after a rebase?

Stacked PRs often fail CI after a rebase due to unresolved merge conflicts or broken dependencies between branches. An autonomous PR monitoring Skill detects these failures, restacks branches, and pushes updates to resolve them.