babysit

Triage pull request comments, resolve conflicts, and fix CI until merge-ready.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps pull requests merge-ready by triaging comments, resolving conflicts, and fixing CI in iterative cycles.

Core Features & Use Cases

  • Comment triage: Review every comment (including Bugbot reminders) and decide action.
  • Conflict resolution: Sync with base branch and resolve conflicts only when intent is aligned.
  • CI stabilization: Apply small, scoped fixes and re-run CI until checks pass.

Quick Start

Review the PR status and CI, triage comments including Bugbot, fix merge conflicts, and push small CI fixes until the PR 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 triage pull request comments and fix CI failures automatically?

To triage pull request comments and fix CI failures, the Skill reviews every comment, applies scoped fixes, and re-runs checks iteratively. It addresses interleaved feedback and resolves merge blockers until the pipeline turns green.

What is the best way to resolve merge conflicts before syncing with the base branch?

Resolving merge conflicts before syncing with the base branch involves checking intent alignment and applying deterministic steps. The Skill syncs your branch and fixes conflicts only when the changes match the original goal.

How does automated PR triage work across multi-review workflows?

Automated PR triage across multi-review workflows works by evaluating interleaved feedback and Bugbot reminders iteratively. It determines the necessary action for each comment, pushes small fixes, and re-runs CI until checks pass.

Can I use this to fix CI pipelines and keep my PR merge-ready?

Yes, you can use this to fix CI pipelines and keep your PR merge-ready. It handles occasional merge blockers by applying small scoped fixes and re-running checks in cycles until the CI is green and comments are triaged.

What are the limitations of automated code review triage for complex PRs?

The limitation of automated code review triage for complex PRs is that it resolves conflicts only when intent is aligned. It applies small scoped fixes and handles typical PRs, but may not resolve deeply architectural merge blockers.