monitor-ci

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

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/iqbal125/typescript_projects --skill monitor-ci-iqbal125
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/iqbal125/typescript_projects/tree/main/nestjs-react-monorepo-nx/.agents/skills/monitor-ci
Command: npx skills add https://github.com/iqbal125/typescript_projects --skill monitor-ci-iqbal125

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Monitor Nx Cloud CI in a workspace and orchestrate self-healing fixes to address failures, reducing manual toil and speeding recovery.

Core Features & Use Cases

  • Orchestrates subagents to fetch CI information from Nx Cloud and decide on fixes.
  • Performs deterministic evaluation of CI status and self-healing readiness.
  • Applies fixes automatically when safe or prompts for manual intervention in edge cases.
  • Supports branch-specific monitoring and reset behavior to avoid stale state in multi-branch workflows.

Quick Start

Tell the skill to start monitoring the Nx Cloud CI for the current branch and automatically apply self-healing fixes when needed.

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?

Monitoring Nx Cloud CI involves tracking pipeline status per branch and evaluating failures. This skill automates that process by fetching CI information, evaluating self-healing readiness, and orchestrating fixes to reduce manual toil.

Can I automatically fix failing CI pipelines in an Nx workspace?

Yes, you can automatically fix failing Nx workspace CI pipelines. The skill uses deterministic decision scripting to evaluate failure status and apply self-healing fixes automatically, prompting for manual intervention only in edge cases.

How does self-healing CI work in a monorepo?

Self-healing CI in a monorepo works by orchestrating subagents to evaluate pipeline failures and apply controlled fixes or environment reruns. It uses ci-information and ci-state-update tools to manage state and avoid stale data across branches.

Does this CI monitoring skill support multiple branches?

Yes, this CI monitoring skill supports multiple branches. It provides branch-specific tracking and includes reset behavior to avoid stale state in multi-branch monorepo workflows within your Nx workspace.

What is the best way to reduce manual toil when fixing CI pipeline failures?

The best way to reduce manual toil for CI pipeline failures is automating self-healing fixes. This skill orchestrates deterministic evaluation of CI status and automatically applies safe fixes, significantly speeding up recovery time.