monitor-ci

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

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yunusgungor/agent-skeleton --skill monitor-ci-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/yunusgungor/agent-skeleton/tree/main/.kiro/skills/monitor-ci
Command: npx skills add https://github.com/yunusgungor/agent-skeleton --skill monitor-ci-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

monitor ci pipelines and orchestrate self-healing fixes to reduce manual CI intervention.

Core Features & Use Cases

  • Self-healing CI fixes: automatically generate and apply fixes or guide you through local enhancements.
  • Subagent-based polling: continuously monitor CI status and wait for new CI attempts without human intervention.
  • Configurable workflows: supports max cycles, timeouts, verbosity, and auto-fix options to adapt to branch-specific CI workflows.

Quick Start

Monitor CI for the current branch and report progress and results.

Frequently Asked Questions about monitor-ci

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

FAQPage Schema
How do I automate CI pipeline monitoring and apply self-healing fixes?

Automate CI pipeline monitoring and apply self-healing fixes by using subagent-based polling to continuously track Nx Cloud status and coordinate MCP-based fixes without manual intervention.

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

Self-healing CI automatically generates and applies fixes for failing pipelines. It works with Nx Cloud by continuously monitoring CI status and orchestrating fixes or guiding local enhancements across branches.

How do I configure max cycles and timeouts for continuous CI monitoring?

Configure max cycles and timeouts for continuous CI monitoring by adjusting the workflow settings to adapt to branch-specific CI pipelines, controlling polling duration and auto-fix attempts.

Can I wait for new CI attempts across different branches without manual checks?

Yes, you can wait for new CI attempts across different branches without manual checks. Subagent-based polling continuously monitors the Nx Cloud environment and waits for new CI attempts automatically.

Does Nx Cloud CI monitoring support environment checks before applying auto-fixes?

Yes, Nx Cloud CI monitoring supports environment checks. The workflow satisfies requirements for environment checks before applying MCP-based fixes and orchestrating controlled CI attempts.

What are the limitations of automated CI fix workflows for branch management?

Automated CI fix workflows for branch management are limited by configurable max cycles and timeouts. Complex pipeline failures may require manual intervention if the auto-fix cycles are exhausted without resolving the issue.