monitor-ci

Monitor Nx Cloud CI pipelines for failures and self-healing progress.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/johnnystefan/test-saas-business --skill monitor-ci-johnnystefan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/johnnystefan/test-saas-business/tree/main/.github/skills/monitor-ci
Command: npx skills add https://github.com/johnnystefan/test-saas-business --skill monitor-ci-johnnystefan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Monitor Nx Cloud CI attempts, guardrails, and self-healing so you never lose track of a failed pipeline or a stuck repair loop when Nx Cloud is the source of truth for CI status.

Core Features & Use Cases

  • Continuous polling: Runs deterministic scripts to decide whether CI attempts need waiting, a new poll, or actionable follow-up while respecting verbosity, timeout, and wait-mode settings.
  • Self-healing orchestration: Coordinates MCP tool calls to apply, reject, rerun, or enhance fixes, tracking cycles, gates, and Nx Cloud expectations via ci-state-update.mjs.
  • Real-world use: When a clubhouse branch’s CI fails, let the skill gather failure details, gate local verifications, manage commits, and trigger new CI attempts without manual juggling.

Quick Start

Ask the skill to monitor the current branch CI run, respect Nx Cloud self-healing, and handle any automated fixes or retries.

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 for failures and self-healing progress?

Monitor Nx Cloud CI pipelines by running deterministic polling scripts that track pipeline failures, evaluate gate checks, and coordinate MCP tool calls to apply, reject, or rerun automated fixes. The skill orchestrates self-healing cycles and manages commits.

What is CI self-healing orchestration in an Nx Cloud monorepo?

CI self-healing orchestration in an Nx Cloud monorepo coordinates MCP tool calls to gather failure details, gate local verifications, manage commits, and trigger new CI attempts without manual intervention. It tracks cycles and gates via deterministic state updates.

How do I automate retries for failed CI attempts in Nx Cloud?

Automate retries for failed Nx Cloud CI attempts by configuring deterministic decision scripts that evaluate wait-mode settings, apply or enhance fixes via MCP tool calls, and trigger new CI attempts. The skill tracks cycles and respects gate checks.

Can I use MCP tool calls to apply automated fixes to Nx Cloud CI branches?

Yes, you can use MCP tool calls to apply, reject, rerun, or enhance automated fixes on Nx Cloud CI branches. The skill coordinates these tool calls with deterministic state updates to manage self-healing cycles and gate checks.

What are the limitations of automated CI self-healing for Nx Cloud pipelines?

Limitations of automated CI self-healing include dependency on Nx Cloud connectivity as the source of truth, potential stuck repair loops if gate checks fail, and the need for deterministic decision scripting to prevent endless polling cycles.

Do I need Nx Cloud connectivity to monitor CI status and trigger self-healing?

Yes, Nx Cloud connectivity is required because the skill uses Nx Cloud as the source of truth for CI status. It ensures deterministic decision scripting and MCP tool calls coordinate with configurable cycles and gate checks during polling.