Wait for a PR's GitHub CI checks to finish and return a slim pass/fail summary. Use this instead of manually polling `gh pr checks` over and over — it's ONE call that runs in the background and sleeps until every check settles, so the user can keep working; when it finishes it prints a one-line verdict per PR plus a compact per-check breakdown. Use when asked to "wait for CI", "watch the checks", "tell me when CI passes/fails", or after pushing a branch / opening a PR when the next step depends on CI being green. Watches multiple PRs in one call.
2026-06-03