What problem does it solve? Watching CI pipelines manually and fixing failures by hand is slow and repetitive. This Skill continuously monitors Nx Cloud CI pipeline executions (CIPEs), detects failures, and orchestrates self-healing fixes so broken builds get resolved without constant human babysitting. ## Core Features & Use Cases - Automated CI Monitoring: Spawns a ci-watcher subagent to poll Nx Cloud CIPE status with configurable cycles, timeouts, and verbosity levels. - Self-Healing Fix Orchestration: Applies, rejects, or locally enhances AI-generated fixes via Nx Cloud MCP tools, with local verification of failed tasks before pushing. - Pre-CI Failure Recovery: Detects when no new CIPE spawns and can auto-fix common issues like outdated lockfiles. - Use Case: You push a branch and say "watch CI". The Skill polls the pipeline, finds a failing lint task, applies the self-healing fix via MCP, waits for the new CIPE, and reports success when the build goes green. ## Quick Start Ask your agent to "watch CI and fix any failures on my current branch" in an Nx workspace connected to Nx Cloud.