babysit

Monitor pull request status and manage review threads via GitHub CLI.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/liujiayi3703/scientific-research-skills --skill babysit-liujiayi3703
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit
Source: https://github.com/liujiayi3703/scientific-research-skills/tree/main/library/skills/babysit
Command: npx skills add https://github.com/liujiayi3703/scientific-research-skills --skill babysit-liujiayi3703

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

The Skill addresses the problem of manual monitoring of pull requests to ensure they are ready for merge by keeping an eye on pending checks, comments, reviews, and CI until all actionable issues are resolved.

Core Features & Use Cases

  • Continuous Monitoring: Keeps a live watch on the status of a pull request.
  • Automated Check Status: Regularly checks for the completion of pending checks.
  • Review Thread Management: Manages new comments and unresolved review threads.
  • Issue Resolution Tracking: Ensures issues are fixed and verified before resolving review threads.
  • Use Case: For developers or engineers responsible for maintaining repositories and ensuring code quality.

Quick Start

Use the babysit skill to monitor the pull request with number <pr-number> and confirm it's ready for merge.

Frequently Asked Questions about babysit

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

FAQPage Schema
How do I monitor a GitHub pull request until it is ready to merge?

To monitor a pull request until merge readiness, you need a tool that continuously tracks pending CI checks, new comments, and unresolved review threads. The babysit skill automates this by keeping a live watch on your PR status and managing review threads until all actionable issues are resolved.

Can I automatically track unresolved review threads and pending checks on a pull request?

Yes, you can automatically track unresolved review threads and pending checks on a pull request. The skill manages new comments and verifies that issues are fixed before resolving review threads, ensuring all continuous integration checks complete successfully.

Do I need GitHub CLI installed to manage pull request review threads and CI status?

Yes, you need the GitHub CLI installed to manage pull request review threads and CI status. The skill requires GitHub CLI for pull request management and to access the GitHub API for checking pending continuous integration checks and tracking comments.

What is the best way to ensure all code review issues on a PR are resolved before merging?

The best way to ensure all code review issues are resolved before merging is to use an automated monitoring tool. This skill tracks issue resolution and verifies fixes, managing review threads and pending checks until the pull request reaches full merge readiness.

Does this PR monitoring skill handle continuous integration checks and comment tracking automatically?

Yes, this PR monitoring skill handles continuous integration checks and comment tracking automatically. It regularly checks for the completion of pending CI checks and manages new comments on review threads to ensure all actionable issues are fully resolved.