babysit

Rebase open pull requests on main, address review comments, and fix failing CI.

9|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/gewoonseba/dotfiles --skill babysit-gewoonseba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit
Source: https://github.com/gewoonseba/dotfiles/tree/main/claude/.claude/skills/babysit
Command: npx skills add https://github.com/gewoonseba/dotfiles --skill babysit-gewoonseba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically maintain the current branch's open pull request by rebasing on main, addressing review comments, and fixing CI — ensuring the PR stays healthy and merge-ready.

Core Features & Use Cases

  • Rebase on main to minimize merge conflicts and ensure CI runs against current code.
  • Address PR comments and reviews to speed up merging.
  • Detect and fix failing CI checks to keep the PR ready for merge.

Quick Start

Say "babysit" on a PR to start automated maintenance that rebases, reviews comments, and fixes CI as needed.

Frequently Asked Questions about babysit

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

FAQPage Schema
How do I automatically rebase a pull request on main and resolve CI failures?

To automatically rebase a pull request on main and resolve CI failures, you can use automated PR maintenance to rebase your branch, address review comments, and fix failing checks. This ensures your pull request stays merge-ready.

What is the best way to keep multiple pull requests merge-ready during code review?

Keeping pull requests merge-ready involves continuously rebasing on main, addressing code review comments, and fixing failing CI. Automated PR maintenance handles these steps sequentially to ensure each branch stays healthy and conflict-free.

Can I automatically address PR comments and fix failing CI at the same time?

Yes, you can automatically address PR comments and fix failing CI simultaneously through automated PR management. It sequentially rebases on main, resolves review comments, and repairs CI failures to keep your pull request healthy.

Does automated PR management work with repositories that have multiple reviewers and CI?

Yes, automated PR management is designed for repositories with CI, multiple reviewers, and potential merge conflicts. It handles standard flows like rebasing on main, comment resolution, and CI fixes to keep complex pull requests healthy.

How does automated rebase handle non-trivial merge conflicts in a pull request?

When handling non-trivial merge conflicts during an automated rebase, the process pauses and requires user confirmation before proceeding. This ensures complex conflicts are reviewed manually while standard rebasing continues automatically.