monitor-ci

Monitor Nx Cloud CI pipelines and orchestrate self-healing fixes via MCP.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/RomerX64/flow --skill monitor-ci-romerx64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/RomerX64/flow/tree/main/.github/skills/monitor-ci
Command: npx skills add https://github.com/RomerX64/flow --skill monitor-ci-romerx64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors CI pipelines and orchestrates self-healing actions to reduce manual toil and accelerate feedback on code changes.

Core Features & Use Cases

  • Spawns a ci-monitor-subagent to poll CI status and report progress to users.
  • Applies self-healing fixes via MCP or local verification, including handling new CI attempts and environment reruns.
  • Supports human-in-the-loop pushes with clear cycle accounting and wait-mode for CI events.

Quick Start

Start monitoring by running /monitor-ci with your preferred options and observe real-time CI status updates.

Frequently Asked Questions about monitor-ci

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

FAQPage Schema
How do I monitor Nx Cloud CI pipelines and apply self-healing fixes automatically?

To monitor Nx Cloud CI pipelines, you can use a self-healing workflow that spawns a subagent to poll CI status, report progress, and apply fixes via MCP or local verification across branches and CI attempts.

What is CI self-healing and how does it handle lockfile fixes?

CI self-healing is an automated workflow that detects pipeline failures and applies corrective actions, such as updating lockfiles or triggering environment reruns, coordinating subagents to resolve issues across branches with minimal manual intervention.

Do I need a connected Nx Cloud workspace to automate CI workflow recovery?

Yes, automating CI workflow recovery requires a connected Nx Cloud workspace, the ability to spawn and monitor a ci-monitor-subagent, and permissions to apply fixes via MCP to orchestrate self-healing across branches.

Can I use human-in-the-loop interventions with automated CI monitoring?

Yes, automated CI monitoring supports human-in-the-loop pushes by providing clear cycle accounting and offering a wait-mode for CI events, allowing developers to interject manual fixes while the subagent continues tracking pipeline progress.

What is the best way to handle environment reruns and new CI attempts across multiple branches?

The best way to handle environment reruns and new CI attempts is orchestrating a self-healing CI workflow that applies fixes across branches, coordinates subagents, and accounts for fixed results while waiting for new CI events.

Why does my CI monitoring workflow require local verification after applying lockfile fixes?

Local verification is required after applying lockfile fixes to validate that the self-healing actions successfully resolved the pipeline issue before the subagent reports the fixed results back to the Nx Cloud workspace.