What problem does it solve? Watching CI pipelines manually wastes time, and standard CI provider tools cannot interact with Nx Cloud self-healing fixes. This Skill continuously monitors Nx Cloud CI pipeline executions, interprets self-healing status, and applies, verifies, or enhances fixes automatically. ## Core Features & Use Cases - Automated CI polling: Spawns lightweight subagents to poll Nx Cloud CI status without consuming main agent context, with backoff, circuit breakers, and timeout budgets. - Self-healing fix orchestration: Applies verified fixes via MCP, runs local verification for unverified tasks, and enhances or rejects inadequate fixes. - Deterministic decision scripts: Uses ci-poll-decide.mjs and ci-state-update.mjs to classify CI states, enforce cycle budgets, and manage wait-mode state transitions. - Use Case: After pushing a branch, ask the agent to watch CI; it detects a failing task, finds an Nx Cloud self-healing fix, verifies it locally, applies it, and waits for the new CI attempt to pass. ## Quick Start Ask the agent to monitor CI for this branch and handle any self-healing fixes until the pipeline passes.