wait-for-CI
Installation
SKILL.md
Wait for CI
This skill blocks until CI either passes or fails on the current PR using a single blocking command.
Usage
Run this command to block until CI completes:
gh pr checks --watch --fail-fast
This command will:
- Block until all CI checks complete
- Exit with code 0 if all checks pass
- Exit with non-zero code and stop early (
--fail-fast) if any check fails