monitor-ci

Monitor Nx Cloud CI pipelines and trigger self-healing fixes via a subagent.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/xiaoshenming/aiteacher-monorepo --skill monitor-ci-xiaoshenming
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/xiaoshenming/aiteacher-monorepo/tree/main/.opencode/skills/monitor-ci
Command: npx skills add https://github.com/xiaoshenming/aiteacher-monorepo --skill monitor-ci-xiaoshenming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor Nx Cloud CI pipelines and orchestrate self-healing fixes when failures occur.

Core Features & Use Cases

  • Monitors CI status, detects failures, and triggers self-healing workflows
  • Spawns a ci-monitor-subagent to poll CI and manage new CI Attempts
  • Supports configurable timeouts, cycle limits, and verbosity, with waiting modes for new CI attempts

Quick Start

Start monitoring by invoking /monitor-ci with your preferred options to begin tracking CI status and self-healing actions.

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 monitoring and trigger self-healing fixes?▼

Automate Nx Cloud CI monitoring by invoking the monitor-ci skill, which spawns a dedicated subagent to poll CI status and automatically trigger self-healing actions when pipeline failures are detected.

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

CI self-healing automatically remediates Nx Cloud pipeline failures by spawning a subagent that polls branch-based builds and PR validation, orchestrating repeatable fixes without manual intervention.

How do I configure polling limits and wait modes for CI monitoring?▼

Configure CI monitoring polling limits and wait modes by setting configurable timeouts, cycle limits, and verbosity options to manage new CI attempts and ensure safe, repeatable remediation.

Can I use CI polling to monitor branch-based builds and PR validation in Nx Cloud?▼

Yes, CI polling via monitor-ci tracks Nx Cloud branch-based builds and PR validation, detecting failures and orchestrating automated remediation workflows specifically for software development pipelines.

What are the limitations of using subagent polling for CI monitoring?▼

Subagent polling for CI monitoring is constrained by configurable timeouts and cycle limits, meaning remediation stops once these thresholds are reached to ensure safe processing and prevent infinite wait loops.