Wait For CI

Wait for a GitHub Actions run to finish with minimal terminal output and a reliable exit code. Use when an agent must wait for CI to pass (e.g. after push, after opening a PR, or when verifying a specific run). Prefer gh run watch with --exit-status and --compact to avoid flooding context with poll output.

michael-f-bryan ed86481 1.9 KB Updated

File contents

michael-f-bryan/skills/tree/main/skills/wait-for-ci commit ed86481e0f

Frequently asked questions

npx skillmds@latest add michael-f-bryan/wait-for-ci