What problem does it solve? Watching CI pipelines manually wastes developer time, and fixing broken builds requires constant context switching. This Skill automates monitoring of Nx Cloud CI executions and coordinates self-healing fixes so failures are resolved without manual polling. ## Core Features & Use Cases - Subagent-Based Polling: Spawns a dedicated ci-monitor-subagent to poll CI status in the background, keeping the main agent context clean. - Self-Healing Fix Orchestration: Applies, rejects, or locally enhances AI-generated fixes from Nx Cloud self-healing based on verification status. - Local Verification Flow: Runs failed tasks locally in parallel before applying fixes, with configurable retry budgets and commit/push automation. - Use Case: After pushing a feature branch, ask the agent to watch CI; it detects a failing lint task, applies the verified self-healing fix via MCP, waits for the new CI attempt, and reports success. ## Quick Start Ask the agent to monitor CI for the current branch and automatically handle any self-healing fixes until the pipeline passes.