babysit

Triages PR comments, resolves merge conflicts, and fixes CI until merge-ready.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/shoshoavi/agentic_worflows --skill babysit-shoshoavi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: babysit
Source: https://github.com/shoshoavi/agentic_worflows/tree/main/cursor/skills-cursor/babysit
Command: npx skills add https://github.com/shoshoavi/agentic_worflows --skill babysit-shoshoavi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a pull request merge-ready requires constant manual attention: responding to review comments, resolving merge conflicts, and chasing failing CI checks. This Skill automates that loop so a PR reaches a mergeable state without repeated manual babysitting. ## Core Features & Use Cases - Comment Triage: Reviews every PR comment (including automated Bugbot feedback), fixes the ones it agrees with, and explains disagreements or uncertainties instead of blindly applying changes. - Conflict Resolution: Syncs with the base branch and resolves merge conflicts only when intent is clearly aligned, otherwise stops and asks for clarification. - CI Repair Loop: Applies small, scoped fixes for CI failures, pushes them, and re-watches the pipeline until the PR is green and mergeable. - Use Case: You open a PR on Monday and receive reviewer comments plus a failing test overnight. Invoke this Skill to address the feedback, fix the test, and return a clean, merge-ready PR. ## Quick Start Babysit my open pull request by triaging all review comments, resolving safe merge conflicts, and fixing CI failures until it is merge-ready.

Frequently Asked Questions about babysit

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

FAQPage Schema
How do I automatically fix PR review comments?▼

Use this Skill to review every PR comment, including automated Bugbot feedback, and apply fixes only where the suggestion is clearly correct. It explains its reasoning when it disagrees with a comment or is unsure, rather than applying changes blindly.

How to keep a pull request merge-ready automatically?▼

The Skill runs a loop that checks PR status, triages comments, syncs with the base branch, and fixes CI failures with small scoped commits. It repeats until the PR is green, mergeable, and all comments are addressed.

Can it resolve merge conflicts on its own?▼

It resolves merge conflicts only when the intent of both sides is clearly the same. When the correct resolution is ambiguous, it stops and asks for clarification instead of guessing.

What happens when CI keeps failing on a PR?▼

The Skill diagnoses CI failures, applies small scoped fixes, pushes them, and re-watches the pipeline. It continues this loop until the build is green or a failure requires human judgment.

When should I not use automated PR babysitting?▼

Avoid it when review feedback involves subjective design decisions or large architectural changes, since the Skill only fixes comments it clearly agrees with. Ambiguous conflicts and contested reviews still need human judgment.