What problem does it solve?
This Skill removes the manual burden of tracking Nx Cloud CI runs, interpreting failure states, and deciding whether a fix should be applied, verified, rejected, or rerun.
Core Features & Use Cases
- CI Monitoring: Continuously watches pipeline status, detects new CI attempts, and tracks progress across polling cycles.
- Self-Healing Workflow: Coordinates verified fixes, local verification, environment reruns, and rejection paths using deterministic state logic.
- Safe Recovery Actions: Uses gate checks and controlled git behavior to avoid accidental pushes, duplicate fixes, or wasted CI cycles.
- Use Case: A failing Angular monorepo build can be monitored until Nx Cloud produces a verified fix, then the Skill can apply it and wait for the next CI attempt automatically.
Quick Start
Use the monitor-ci skill to watch the current branch's Nx Cloud CI pipeline and apply the appropriate self-healing or recovery action.