What problem does it solve?
Manually tracking Nx Cloud CI pipeline status and resolving failures is time-consuming, and native CI provider tools like gh or glab cannot access Nx Cloud's self-healing capabilities, leaving developers to fix issues manually without automated support.
Core Features & Use Cases
- Automated CI Polling: Continuously monitors Nx Cloud CI Attempts for your branch without manual checks or context-heavy polling on the main agent.
- Self-Healing Integration: Leverages Nx Cloud's automated fix generation to resolve common CI failures like lint errors or flaky tests without developer intervention.
- Local Verification & Fixes: Handles unverified fixes by running local tests, manages environment reruns for infrastructure-related failures, and enforces git safety to avoid committing unrelated work.
- Use Case: If a PR's CI fails due to a minor code issue or flaky test, the skill can automatically apply a verified fix or guide you through local verification, cutting down resolution time from minutes to seconds.
Quick Start
Use the monitor-ci skill to track the CI status for your current branch and automatically handle any self-healing fixes that are generated.