babysitting-pr

Installation
SKILL.md

Babysitting a PR

Use this skill when the user has an open pull request and wants the agent to monitor it, fix CI failures, resolve review comments, and keep it merge-ready.

Steps

  1. Get the PR status — fetch the current state of the PR:

    gh pr view --json number,title,state,mergeable,reviewDecision,statusCheckRollup,comments,reviews
    

    Also check for merge conflicts:

    gh pr view --json mergeStateStatus
    
  2. Check CI status — look at the statusCheckRollup field. For each failing check:

Related skills
Installs
23
GitHub Stars
271
First Seen
Apr 12, 2026