babysit-pr

Automate pull request lifecycle with GitHub CLI and git worktrees.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill babysit-pr-pegasus-isi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babysit-pr
Source: https://github.com/pegasus-isi/claude-plugin-marketplace/tree/main/plugins/pegasus-dev/skills/babysit-pr
Command: npx skills add https://github.com/pegasus-isi/claude-plugin-marketplace --skill babysit-pr-pegasus-isi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the manual overhead of managing pull requests by autonomously addressing feedback, resolving merge conflicts, and ensuring CI/CD checks pass without human intervention.

Core Features & Use Cases

  • Autonomous PR Lifecycle: Automatically handles inline review threads, conversation comments, and base-branch conflicts.
  • Quality Gate Enforcement: Integrates linting, package testing, and security reviews to ensure code quality before merging.
  • Use Case: When a reviewer requests changes on a complex PR, this skill automatically applies the fixes, runs the necessary test suites, pushes the updates, and replies to the reviewer to keep the development velocity high.

Quick Start

Invoke the babysit-pr skill for pull request number 123 to begin the autonomous maintenance cycle.

Frequently Asked Questions about babysit-pr

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

FAQPage Schema
How do I automate pull request resolution and address review feedback automatically?

Automating pull request resolution is done by integrating GitHub CLI tools with local git worktrees to address review threads, implement feedback, and resolve conflicts. This eliminates manual overhead by pushing updates and replying to reviewers without human intervention.

What is autonomous PR maintenance and when do I need it for GitHub repositories?

Autonomous PR maintenance is the automated end-to-end management of open pull requests to address inline review threads, resolve base-branch conflicts, and verify CI/CD status. You need it when reviewers request changes on complex PRs and you want to maintain high development velocity.

Do I need GitHub CLI and git worktrees configured to automate CI/CD checks on pull requests?

Yes, you need authenticated access to GitHub APIs via the GitHub CLI, local git environment configuration, and git worktrees to perform autonomous commits and branch management. Dependencies include gh, git, and jq for processing CI/CD status and automating conflict resolution.

What's the best way to handle merge conflicts and code review comments without manual intervention?

The best way to handle merge conflicts and review comments autonomously is using an automated skill that operates on open pull requests to resolve base-branch conflicts via local git worktrees, apply fixes, and run test suites before pushing updates to ensure CI/CD checks pass.

How does automated quality gate enforcement work for pull requests?

Automated quality gate enforcement works by integrating linting, package testing, and security reviews into the PR lifecycle. Before merging, the automation verifies CI/CD status through automated testing and linting to ensure code quality standards are met without human oversight.

Why does autonomous PR management require local git worktrees instead of just using GitHub APIs?

Autonomous PR management requires local git worktrees because conflict resolution and feedback implementation need an isolated local git environment to perform autonomous commits and branch management. GitHub APIs alone cannot execute complex merge conflict resolution and local testing verification.