monitor-ci

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

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/012e/thesis --skill monitor-ci-012e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/012e/thesis/tree/main/.gemini/skills/monitor-ci
Command: npx skills add https://github.com/012e/thesis --skill monitor-ci-012e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors Nx Cloud CI pipelines and orchestrates self-healing fixes to keep builds green and PRs progressing.

Core Features & Use Cases

  • Continuous CI monitoring across branches with automated self-healing
  • Self-healing fix proposals, optional local verification, and MCP integration
  • Handles environment reruns and lockfile updates to unblock CI

Quick Start

Provide optional overrides via ARGUMENTS and start monitoring for the current branch.

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 failing builds?

You can monitor Nx Cloud CI pipelines by running the ci-monitor-subagent to continuously poll build status, coordinate with the main agent, and orchestrate self-healing fixes to preserve green builds across branches.

How does self-healing CI automation unblock failed workflows?

Self-healing CI automation unblocks workflows by proactively polling pipeline status, proposing automated fixes for environment reruns or lockfile updates, and optionally verifying locally before applying changes via MCP integration.

Do I need nx.json workspace configuration to use automated CI monitoring?

Yes, you need an nx.json workspace configuration, active Nx Cloud connectivity, and the ci-monitor-subagent to poll status and orchestrate self-healing fixes for your CI pipelines.

Can I automatically fix lockfile updates and environment reruns in CI?

Yes, the monitor handles environment reruns and lockfile updates automatically by generating self-healing fix proposals, allowing optional local verification, and integrating with MCP to apply the fixes and unblock CI.

What is the best way to keep PRs progressing when Nx Cloud builds fail?

The best way to keep PRs progressing is orchestrating continuous CI visibility with self-healing automation that proactively monitors pipelines, proposes fixes, and applies them through MCP integration to maintain green builds.

How do I start monitoring a specific branch with CI self-healing?

You can start monitoring the current branch by providing optional overrides via ARGUMENTS and launching the monitoring workflow, which uses the subagent to poll status and coordinate automatic fix generation.