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
-
Get the PR status — fetch the current state of the PR:
gh pr view --json number,title,state,mergeable,reviewDecision,statusCheckRollup,comments,reviewsAlso check for merge conflicts:
gh pr view --json mergeStateStatus -
Check CI status — look at the
statusCheckRollupfield. For each failing check: