What problem does it solve?
This Skill automates the monitoring of Nx Cloud CI pipelines and orchestrates self-healing fixes, reducing manual intervention and speeding up feedback loops for developers.
Core Features & Use Cases
- Continuous Nx Cloud CI monitoring with automatic health checks and status reporting.
- Self-healing orchestration by spawning the ci-watcher subagent to poll CI status and decide next steps.
- Robust wait-mode and new-CIPE detection to reliably track updates and avoid stale data.
- Pre-CIPE failure handling (No-new-CIPE) with optional auto-fix workflows to attempt lockfile or environment fixes.
- Configurable timeouts, branch detection, and verbosity to tailor monitoring to the team’s needs.
- Nx Cloud connection verification to prevent false positives and guide remediation if disconnected.
Quick Start
Start monitoring CI for a branch using: monitor-ci --branch <branch> with default settings. To wait for a new CI, use the WAIT MODE prompt shown after a triggering action.