babysit

Triage PR comments, resolve conflicts, and stabilize CI until merge-ready.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps PRs merge-ready by triaging comments, resolving clear conflicts, and stabilizing CI in a loop.

Core Features & Use Cases

  • Systematically review every PR comment (including automated bots) and determine actionable steps.
  • Resolve merge conflicts when intent is clear, or escalate for clarification.
  • Fix CI failures with small, scoped changes and re-run checks until the PR is green.

Quick Start

Review the PR and apply the defined workflow to triage comments, resolve conflicts, and stabilize CI to completion.

Frequently Asked Questions about babysit

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

FAQPage Schema
How do I automate pull request triage and keep PRs merge-ready?

Automate pull request triage by systematically reviewing every PR comment, resolving clear merge conflicts, and stabilizing CI in a loop until the PR is ready to merge.

How do I resolve merge conflicts automatically without losing code intent?

Resolve merge conflicts automatically by applying deterministic guardrails that only merge changes when the original intent is clear, escalating for clarification if conflicts are ambiguous.

Can I fix flaky CI failures and re-run checks automatically on a pull request?

Fix flaky CI failures by applying small, scoped changes to the pull request and re-running checks automatically until the CI pipeline is green and verified before merge.

Does automated PR triage handle comments from both reviewers and bots?

Automated PR triage systematically reviews every PR comment, including those from automated bots, to determine actionable steps and ensure no feedback is missed before merging.

What is the best way to manage active pull requests with numerous comments and intermittent conflicts?

Manage active pull requests by implementing a deterministic workflow that triages comments, resolves clear conflicts, and stabilizes CI to keep intermittent issues from blocking the merge.

When should I not use automated merge conflict resolution?

Avoid automated merge conflict resolution when the intent behind conflicting code changes is ambiguous, as the workflow escalates for clarification rather than resolving unclear conflicts automatically.