babysit-pr
Installation
SKILL.md
User request: $ARGUMENTS
Goal
Thin orchestration wrapper: start a recurring pr-merge-prep loop, monitor the PR until it reaches merge-ready state, stop the loop, and ask the user whether to merge. Never merge without explicit user confirmation.
Flow
1. Detect PR
If PR number/URL is in $ARGUMENTS, use it. Otherwise detect from the current branch via gh pr view --json number,url,title,isDraft.
If no PR found, report and stop. If PR is draft, report "PR is draft — nothing to babysit" and stop.
2. Start the Loop
Invoke the loop skill with: "10m /pr-merge-prep $PR_IDENTIFIER"