monitor-ci

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

6|4|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/Montte-erp/montte-nx --skill monitor-ci-montte-erp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/Montte-erp/montte-nx/tree/main/.opencode/skills/monitor-ci
Command: npx skills add https://github.com/Montte-erp/montte-nx --skill monitor-ci-montte-erp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Monitor Nx Cloud CI pipeline executions and coordinate self-healing fixes to keep deployments progressing when CI runs fail or stall.

Core Features & Use Cases

  • Orchestrate subagents to interact with Nx Cloud, fetch CI data, and apply fixes.
  • Run deterministic decision scripts to determine the best next action and execute it.
  • Use in scenarios where you need continuous CI visibility, automatic recovery, and guided manual interventions when required.

Quick Start

Provide the target branch to monitor and start the monitor-ci flow to track CI status and auto-heal fixes.

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 trigger automatic remediation?

To monitor Nx Cloud CI pipelines and trigger automatic remediation, you provide a target branch to start a flow that tracks CI status, orchestrates subagents to fetch pipeline data, and applies self-healing fixes to keep deployments progressing.

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

Self-healing CI automatically resolves failed or stalled pipeline executions by running deterministic decision scripts to determine the best next action and orchestrating subagents to apply the fix, maintaining continuous visibility without manual intervention.

Do I need special permissions to automate Nx Cloud CI recovery?

Yes, automating Nx Cloud CI recovery requires repository access with Nx Cloud enabled, and specific permissions to spawn subagents and run deterministic decision scripts for executing the automated fixes.

When should I use guided manual interventions for CI failures instead of full automation?

Guided manual interventions for CI failures are needed when deterministic decision scripts cannot automatically resolve a stalled pipeline, requiring user input to proceed with the appropriate fix for the Nx Workspace.

Can I run polling workflows to continuously check Nx Cloud CI status?

Yes, you can run polling workflows to continuously check Nx Cloud CI status, allowing the system to monitor pipeline executions, detect failures or stalls, and coordinate self-healing fixes automatically.