nx-ci-monitor

Monitor Nx Cloud CI pipelines and apply self-healing fixes.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill nx-ci-monitor-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-ci-monitor
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28tooling%29/nx-ci-monitor
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill nx-ci-monitor-rodrigotoledo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nx Cloud CI pipelines often require constant monitoring and can stall or fail, leading to wasted time and delayed releases. This Skill automates monitoring and self-healing to reduce toil and speed recovery.

Core Features & Use Cases

  • Monitors Nx Cloud CI pipelines and reports status, enabling automatic self-healing when possible.
  • Orchestrates the ci-watcher subagent to poll CI status and trigger actions like fixes, retries, or waiting for new CI attempts.
  • Supports configurable defaults (max cycles, timeouts, verbosity) and Nx Cloud connection checks to ensure safe operations.

Quick Start

Start by invoking the nx-ci-monitor tool on your current branch to begin watching CI and applying self-healing where appropriate.

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 Nx Cloud CI monitoring and apply self-healing fixes?

Automate Nx Cloud CI monitoring by invoking the nx-ci-monitor tool on your current branch, which watches pipeline status and automatically applies self-healing fixes to reduce recovery toil.

How does automated self-healing work for Nx Cloud pipeline failures?

Self-healing works by orchestrating a ci-watcher subagent to poll Nx Cloud CI pipeline status, diagnose failures, and trigger automated actions like applying fixes or waiting for new CI attempts.

Do I need an Nx Cloud connection to monitor CI pipelines automatically?

Yes, you need an active Nx Cloud connection to monitor CI pipelines automatically. The tool performs connection checks to ensure safe operations before watching and applying self-healing fixes.

Can I configure timeouts and max cycles for Nx CI monitoring?

Yes, you can configure defaults for Nx CI monitoring including max cycles, timeouts, and verbosity levels to control how long the pipeline watcher polls and reports CI status.

What is the best way to watch CI status and diagnose failures across Nx workspaces?

The best way to watch CI status across Nx workspaces is using an automated monitoring tool that reports pipeline failures and applies auto-fix options, supporting local verification workflows.

Why does automated CI monitoring wait for new CI attempts after applying a fix?

Automated CI monitoring waits for new CI attempts after applying a fix to verify the self-healing action succeeded, ensuring the Nx Cloud pipeline recovers before exiting the monitoring cycle.