nx-ci-monitor

Monitor Nx Cloud CI pipelines and coordinate self-healing retries.

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill nx-ci-monitor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nx-ci-monitor
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28tooling%29/nx-ci-monitor
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill nx-ci-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the monitoring and self-healing of Nx Cloud CI pipelines, reducing downtime and manual interventions.

Core Features & Use Cases

  • CI monitoring: Continuously poll Nx Cloud CI status and surface meaningful updates.
  • Self-healing orchestration: Spawn and coordinate a ci-watcher subagent to handle failed CI attempts and retries.
  • Use Case: When a CI pipeline stalls or fails, the Skill triggers auto-recovery workflows and tracks new CI attempts to resume development faster.

Quick Start

Start the monitor for the current workspace branch and observe auto-healing actions as they occur.

Frequently Asked Questions about nx-ci-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate self-healing for Nx Cloud CI pipelines?▼

Automate self-healing for Nx Cloud CI pipelines by continuously polling CI status and spawning a ci-watcher subagent to coordinate failed attempts and retries. This reduces manual intervention and development downtime.

What is the best way to monitor failed Nx Cloud CI attempts automatically?▼

Monitoring failed Nx Cloud CI attempts automatically requires polling the workspace CI status and triggering a self-healing orchestration process. The system tracks in-progress, failed, and recovered attempts to resume development faster.

Do I need an nx.json file to monitor Nx workspace CI workflows?▼

Yes, monitoring Nx workspace CI workflows requires a configured workspace with an nx.json file containing an nxCloudId or nxCloudAccessToken to authenticate and interact with the Nx Cloud infrastructure.

Can I configure timeouts for the ci-watcher subagent during CI monitoring?▼

Yes, you can configure timeouts for the ci-watcher subagent during CI monitoring. The self-healing orchestration process spawns this subagent to handle failed CI attempts and requires configurable timeouts to manage recovery workflows.

Why does my Nx Cloud CI pipeline stall during workspace builds?▼

Nx Cloud CI pipelines may stall during workspace builds due to transient failures or infrastructure issues. The self-healing monitor detects these stalled states, applies auto-recovery workflows, and tracks new CI attempts to resume progress.

When should I not use an automated CI monitor for Nx workspaces?▼

You should not use an automated CI monitor for Nx workspaces if your environment lacks a configured nx.json with an nxCloudId, or if your system cannot spawn the required ci-watcher subagent to execute the self-healing orchestration.