Wait For Pr Checks

Poll a GitHub PR's checks until they all pass, any one fails, or a timeout is hit. Returns a structured outcome the caller can gate on. TRIGGER when the user says "wait for CI", "wait for the PR checks", "watch the PR", "is CI green yet", "babysit this PR's checks", "block until checks pass", "/nyann:wait-for-pr-checks". Do NOT trigger on "what's the PR status" (that's a one-off `gh pr view` — no polling). Do NOT trigger on "merge this PR" — that's the action AFTER waiting; consider `/nyann:ship` instead, which combines wait + merge.

thettwe 7627d2e 2.8 KB Updated

File contents

thettwe/nyann/tree/main/skills/wait-for-pr-checks commit 7627d2ee3a

Frequently asked questions

npx skillmds@latest add thettwe/wait-for-pr-checks