wait-for-ci
Installation
SKILL.md
Wait for CI
Wait for CI/CD pipelines to finish and get actionable results — without burning context on polling logic. Everything deterministic is handled by scripts. Your job is to spawn them and act on what comes back.
Why Scripts Handle the Waiting
Polling a CI system is pure mechanics — no reasoning needed. The wait-ci.sh script handles all the waiting, retrying, and status parsing. Running it as a background task means you can do other work while CI runs, and you get notified with structured JSON when it finishes.
Quick Start
Two steps: detect, then wait.
Step 1: Detect CI System
bash <skill-path>/scripts/detect-ci.sh /path/to/project