monitor-ci

Monitors Nx Cloud CI pipelines and orchestrates self-healing fixes via MCP or local verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/veraclins-dev/dev --skill monitor-ci-veraclins-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/veraclins-dev/dev/tree/main/.cursor/skills/monitor-ci
Command: npx skills add https://github.com/veraclins-dev/dev --skill monitor-ci-veraclins-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor Nx Cloud CI pipelines and orchestrate self-healing fixes to keep deployments healthy.

Core Features & Use Cases

  • Monitors CI status across branches and triggers self-healing workflows.
  • Spawns a subagent to poll CI status and apply fixes via MCP or local verification.
  • Handles edge cases like no-new-ci, ci_no_tasks, and environment issues with guided guidance.

Quick Start

Invoke the monitor-ci skill to begin tracking Nx Cloud CI for the current branch.

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 automatically fix failures?

To monitor Nx Cloud CI pipelines and auto-heal failures, invoke the tracking skill to poll pipeline status across branches and orchestrate self-healing fixes via MCP or local verification. It spawns a subagent to apply fixes and keep deployments healthy.

What is self-healing CI and how does it work with Nx Cloud?

Self-healing CI automatically detects and resolves pipeline failures without manual intervention. For Nx Cloud, it works by spawning a subagent that continuously polls CI status across branches and applies fixes via MCP or local verification to maintain deployment health.

Do I need a connected Nx Cloud workspace to track CI status across branches?

Yes, a connected Nx Cloud workspace is required to track CI status across branches. The monitoring skill depends on this connection to poll pipeline tasks, detect failures, and orchestrate self-healing workflows effectively.

How do I handle edge cases like no-new-ci or ci_no_tasks in Nx Cloud monitoring?

To handle edge cases like no-new-ci or ci_no_tasks in Nx Cloud monitoring, the skill provides guided workflows with configurable limits for cycles, timeouts, and verbosity. It addresses environment issues and applies auto-fix workflows to resolve these specific CI states.

Can I configure polling cycles and timeouts for CI monitoring?

Yes, you can configure polling cycles and timeouts for CI monitoring. The skill supports configurable limits for cycles, timeouts, and verbosity to guide user interaction and control how the subagent polls Nx Cloud CI status and applies fixes.

What is the best way to keep Nx Cloud deployments healthy when CI fails?

The best way to keep Nx Cloud deployments healthy when CI fails is to use automated self-healing workflows that monitor pipeline status and apply fixes via MCP or local verification. This approach handles failures across branches with configurable timeouts and auto-fix cycles.