What problem does it solve?
This Skill automates continuous monitoring of Nx Cloud CI attempts and orchestrates safe, self-healing responses to failing CI runs so developers do not need to manually poll pipelines or perform repetitive troubleshooting steps.
Core Features & Use Cases
- Automated Polling & Detection: Periodically fetches CI attempt status and detects new CI attempts, progress changes, and terminal states.
- Self-Healing Orchestration: Coordinates deterministic decision logic and subagents to fetch fix suggestions, gate local verification, apply fixes via MCP, or perform safe local pushes and empty commits when appropriate.
- Safety Gates & Policies: Enforces local verification gates, environment vs code failure classification, throttling handling, and cycle limits to avoid destructive or noisy actions.
- Use Case: Monitor a feature branch's Nx Cloud CI, run suggested local verification tasks, and either apply a verified self-healing fix via MCP or push an enhanced local fix while tracking CI attempt changes.
Quick Start
Ask the skill to monitor the current branch's CI and attempt self-healing fixes while respecting local verification gates.