ci-watchdog
Installation
SKILL.md
CI Watchdog
Monitor a GitHub PR's CI checks continuously, automatically fix failures, and loop until everything passes.
Quick Start
# Watch current PR until all checks pass (auto-fix enabled)
gh pr checks --watch --fail-fast
# Watch with auto-fix loop
ci-watchdog --fix --loop
Core Workflow
The CI watchdog follows this loop: