babysit-pr

Monitor pull request health across CI/CD platforms and triage review threads.

Updated Sep 10, 2025
One-click install
npx skills add https://github.com/tillysoso/mv1 --skill babysit-pr-tillysoso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-pr
Source: https://github.com/tillysoso/mv1/tree/main/.claude/skills/babysit-pr
Command: npx skills add https://github.com/tillysoso/mv1 --skill babysit-pr-tillysoso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Monitors PR health on a recurring schedule — merge conflicts, CI/CD failures across GitHub Actions, Buildkite, Vercel, and Fly.io, review comment triage and resolution, and merge readiness notifications. Also runs as one-shot comment triage. Use when asked to babysit a PR, watch a PR, monitor CI, fix PR comments, resolve review feedback, triage review threads, keep a PR green, handle merge conflicts, or poll PR status

Core Features & Use Cases

  • Two modes: one-shot comment triage or monitor mode with periodic polling via CronCreate
  • One-shot: triage and fix PR review comments in a single pass
  • Monitor: set up a cron schedule to periodically check for merge conflicts, CI checks, comments, and readiness
  • Scope
  • Reference Files

Quick Start

Set up babysit-pr to monitor a PR by enabling monitor mode or performing a one-shot triage on the target PR.

Frequently Asked Questions about babysit-pr

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

FAQPage Schema
How do I monitor pull request health and CI/CD status automatically?

Automated pull request monitoring tracks merge conflicts and CI/CD status by polling platforms like GitHub Actions, Buildkite, Vercel, and Fly.io on a recurring cron schedule to keep checks green and notify merge readiness.

What is the best way to triage unresolved review threads on a GitHub PR?

Review thread triage consolidates unresolved GitHub PR comments and feedback into a single output. It can operate as a one-shot pass to resolve comments or as part of a periodic monitor for ongoing management.

Can I run a one-shot pass to fix PR review comments instead of scheduling a cron job?

Yes, one-shot comment triage processes and fixes PR review comments in a single pass without requiring a scheduled cron job, resolving review feedback immediately for open pull requests.

Does this automated PR triage work with Buildkite, Vercel, and Fly.io deployments?

Automated PR triage works directly with Buildkite, Vercel, and Fly.io. It monitors CI/CD pipelines across these platforms alongside GitHub Actions to evaluate merge readiness and report failures.

How do I get notified when a pull request has merge conflicts or failing checks?

Periodic monitor mode uses CronCreate to schedule polling for merge conflicts and failing CI checks. It produces outputs detailing unresolved threads, reviews, and comments to alert you of blockers.

When should I avoid using a scheduled cron job for PR monitoring?

Avoid scheduled cron jobs for PR monitoring if you only need immediate, single-pass feedback resolution. Use one-shot comment triage instead to process review threads without setting up recurring automation.