What problem does it solve?
Monitor Nx Cloud CI pipeline executions and reduce manual intervention by orchestrating automated self-healing fixes, local verification, and safe push workflows when CI fails.
Core Features & Use Cases
- Continuous CI Monitoring: Polls Nx Cloud CI attempts, detects progress, and reports status changes with configurable verbosity and timeouts.
- Self-Healing Orchestration: Integrates with Nx Cloud self-healing via MCP calls to apply, reject, or request environment reruns and coordinates local verification and fixes when needed.
- Safe Local Fix Workflow: Provides gated local verification, commit/push flows, and explicit safeguards for environment failures, throttling, and cycle limits.
- Use Case: Automatically watch the current branch's CI, attempt verified fixes via Nx Cloud, run local verification for non-e2e failures, and push safe changes only when gate checks allow.
Quick Start
Use monitor-ci to watch the current branch's Nx Cloud CI and attempt automated self-healing fixes as configured.