babysit-pr

Monitor GitHub pull requests for CI checks, review comments, and mergeability.

9|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/shekohex/dotai --skill babysit-pr-shekohex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-pr
Source: https://github.com/shekohex/dotai/tree/main/skills/babysit-pr
Command: npx skills add https://github.com/shekohex/dotai --skill babysit-pr-shekohex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of monitoring GitHub pull requests, ensuring CI checks pass, addressing review comments, and resolving merge conflicts until the PR is ready to merge or requires user intervention.

Core Features & Use Cases

  • Continuous Monitoring: Watches PRs for CI status, review comments, and mergeability.
  • Automated Fixes: Retries flaky CI checks and can auto-fix branch-related issues.
  • Review Handling: Addresses actionable feedback from human and bot reviewers.
  • Use Case: When you open a PR and need to step away, use this Skill to keep an eye on it, automatically retrying failed CI jobs or addressing comments, so you're only alerted when human input is truly needed.

Quick Start

Use the babysit-pr skill to monitor the current pull request.

Frequently Asked Questions about babysit-pr

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

FAQPage Schema
How do I automatically monitor GitHub pull requests for CI failures and review comments?

You can automatically monitor GitHub pull requests by continuously polling CI checks, review comments, and mergeability status to diagnose flaky failures and address actionable feedback until the PR is ready to merge or requires human intervention.

What is the best way to automatically retry flaky CI checks on a pull request?

The best way to automatically retry flaky CI checks is to use a monitoring tool that continuously polls GitHub PR statuses, automatically diagnoses failures, and retries the checks without requiring manual user intervention.

Can I automatically commit fixes for code review comments on GitHub pull requests?

Yes, you can automatically commit and push fixes for actionable review comments from human and bot reviewers on GitHub pull requests, stopping the automation only when human input is truly needed.

Do I need the GitHub CLI to automate pull request monitoring and conflict resolution?

Yes, you need the GitHub CLI to automate pull request monitoring, as the automation integrates directly with the GitHub CLI to handle actions like retrying CI checks, pushing fixes, and resolving branch-related issues.

When does automated pull request monitoring stop and require user intervention?

Automated pull request monitoring stops and requires user intervention when the pull request is merged, closed, ready to merge, or when the CI failures or review feedback cannot be resolved automatically.