monitor-ci

Monitor Nx Cloud CI pipelines and spawn a ci-monitor-subagent to poll status and apply fixes.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/raopriyam/rpriyam-8dd1bfab-e986-4225-92b8-506ba7ad24bf --skill monitor-ci-raopriyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/raopriyam/rpriyam-8dd1bfab-e986-4225-92b8-506ba7ad24bf/tree/main/.opencode/skills/monitor-ci
Command: npx skills add https://github.com/raopriyam/rpriyam-8dd1bfab-e986-4225-92b8-506ba7ad24bf --skill monitor-ci-raopriyam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors Nx Cloud CI pipelines and coordinates self-healing fixes to reduce manual overhead and speed up incident response.

Core Features & Use Cases

  • Spawns a ci-monitor-subagent to poll CI status and drive decisions.
  • Enforces Nx Cloud connection checks and automates retry/fix workflows across branches and PRs.
  • Handles diverse outcomes (no_new_cipe, cipe_no_tasks, fix_available, environment issues) with guided actions.

Quick Start

Start monitoring by invoking the monitor-ci workflow for your current branch and let the subagent report CI progress.

Frequently Asked Questions about monitor-ci

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

FAQPage Schema
How do I automate Nx Cloud CI pipeline monitoring and auto-healing?

Automate Nx Cloud CI monitoring by spawning a ci-monitor-subagent to poll pipeline status and orchestrate self-healing fixes across branches, reducing manual incident response overhead.

What CI pipeline outcomes does automated self-healing handle?

Automated self-healing handles diverse CI outcomes including no_new_cipe, cipe_no_tasks, fix_available, and environment issues, triggering guided actions or applying fixes via MCP and local verification.

How do I start monitoring CI pipelines for my current Git branch?

Start monitoring CI pipelines by invoking the monitor-ci workflow for your current branch, which enables the subagent to report CI progress and drive event-driven decisions in wait mode.

Do I need an Nx workspace to use automated CI monitoring?

Yes, automated CI monitoring is applicable to Nx workspaces using the monitor-ci workflow, requiring Nx Cloud connection checks to properly enforce retry and fix workflows across branches and PRs.

What is the best way to handle CI failures with no new tasks in Nx Cloud?

Handle CI failures with no new tasks by using automated CI monitoring to detect the cipe_no_tasks state, which then triggers guided actions or spawns subagents to apply fixes via MCP integration.

Why does CI monitoring enter wait mode during pipeline execution?

CI monitoring enters wait mode to poll pipeline status continuously, allowing the subagent to make event-driven decisions and coordinate self-healing fixes only when specific CI outcomes require intervention.