nx-ci-monitor

Monitor Nx Cloud CI pipelines and trigger self-healing fixes automatically.

1|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/RamonsDka/the-architect-overlay --skill nx-ci-monitor-ramonsdka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-ci-monitor
Source: https://github.com/RamonsDka/the-architect-overlay/tree/main/skills/nx-ci-monitor
Command: npx skills add https://github.com/RamonsDka/the-architect-overlay --skill nx-ci-monitor-ramonsdka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor Nx Cloud CI pipelines and trigger self-healing fixes automatically, reducing manual intervention for flaky or failing builds.

Core Features & Use Cases

  • Continuous monitoring of Nx Cloud CI with automatic decision-making for fixes.
  • Spawns a ci-watcher subagent to poll CI status and orchestrate self-healing actions.
  • Handles pre-CI and post-CI recovery scenarios, including timeouts and retries in configurable workflows.

Quick Start

Invoke the nx-ci-monitor skill to begin monitoring the Nx Cloud CI pipeline and automatically handle self-healing actions.

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 failing Nx Cloud CI pipelines?

Automate self-healing for Nx Cloud CI pipelines by monitoring build statuses and triggering automatic fixes to reduce manual intervention. It continuously polls CI status and orchestrates recovery actions for flaky or failing builds.

What is the best way to handle flaky Nx CI builds without manual intervention?

Handle flaky Nx CI builds by deploying a continuous monitoring workflow that automatically decides and applies fixes. It manages pre-CI and post-CI recovery scenarios, including configurable retries and timeouts.

How does automatic CI monitoring integrate with an existing Nx workspace?

Automatic CI monitoring integrates with an Nx workspace by applying workflows across typical project structures using Nx Cloud integration. It spawns a ci-watcher subagent to poll statuses and orchestrate self-healing actions.

Can I configure timeouts and retries for Nx Cloud pipeline recovery workflows?

Configure timeouts and retries for Nx Cloud pipeline recovery workflows directly within the self-healing process. It handles both pre-CI and post-CI recovery scenarios using configurable workflow settings.

What happens when automatic patching fails during Nx CI self-healing?

When automatic patching fails during Nx CI self-healing, it uses optional local patching workflows as a fallback. This ensures recovery actions can still be applied when automatic apply is not possible.

Do I need Nx Cloud integration to use automated CI pipeline recovery?

Nx Cloud integration is required to use automated CI pipeline recovery because the monitoring system polls Nx Cloud statuses to detect failures. It is designed specifically for Nx workspaces with this cloud integration configured.