One-click install
npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill monitor-ci-chroniicallydiistracted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/chroniicallydiistracted/LorcanaChamp/tree/main/references/lorcana-simulator/.opencode/skills/monitor-ci
Command: npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill monitor-ci-chroniicallydiistracted

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Monitor-ci reduces the effort of repeatedly checking Nx Cloud CI results and manually applying fixes by automatically polling pipeline status and triggering safe self-healing actions when verification and task readiness allow it.

Core Features & Use Cases

  • Nx Cloud CI Monitoring Loop: Continuously polls CI Attempt state and surfaces the most relevant status transitions (running, succeeded, failed, throttled, environment issues).
  • Self-Healing Fix Orchestration: Routes the workflow into “apply via MCP”, “run local verification then enhance”, or “reject and fix from scratch” based on deterministic decision logic.
  • Budgeted Local Fix & Safety Gates: Prevents runaway remediation with configurable cycle limits and a local verification budget gate, while bailing early for environment/tooling failures.
  • Branch & Context Continuity: Supports resuming prior session state unless the user requests a fresh start, reducing repeated setup and redundant work.
  • Use Case: When a PR’s Nx Cloud pipeline fails due to verifiable tasks, monitor-ci attempts the correct self-healing path (auto-apply, local verify, or enhancement) and then waits for the next CI Attempt.

Quick Start

Ask: monitor ci for this branch and auto-fix when Nx Cloud provides a verified self-healing option.

Frequently Asked Questions about monitor-ci

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

FAQPage Schema
How do I automate Nx Cloud CI pipeline triage and apply fixes without babysitting?

Nx Cloud CI monitoring automation polls pipeline execution status and triggers self-healing fixes when failures are actionable. It routes workflows into applying verified fixes, running local verification, or rejecting failures based on deterministic decision logic.

What is self-healing CI monitoring and how does it handle build verification failures?

Self-healing CI monitoring detects build verification failures in Nx Cloud pipelines and orchestrates automated remediation. It applies fixes via MCP, runs local verification before enhancing, or rejects and fixes from scratch while enforcing cycle budgets to prevent runaway actions.

Can I resume an existing Nx Cloud pipeline triage session or do I need to start fresh?

You can resume prior session state for Nx Cloud pipeline triage unless you explicitly request a fresh start. Branch and context continuity reduces repeated setup and redundant work across multiple CI attempts on the same Git branch.

Does Nx Cloud CI monitoring support cycle limits to prevent runaway self-healing attempts?

Nx Cloud CI monitoring includes budgeted local fix and safety gates that prevent runaway remediation. Configurable cycle limits and a local verification budget gate enforce strict boundaries, bailing early for environment or tooling failures.

How do I handle environment reruns when an Nx Cloud pipeline is throttled by previous fixes?

When an Nx Cloud pipeline is throttled by previous fixes or requires environment reruns, the monitoring loop surfaces the specific state transition. Tool-driven actions then apply, reject, or rerun environment state while enforcing local verification.

What are the limitations of automated pipeline triage for Nx Cloud CI attempts?

Automated pipeline triage for Nx Cloud CI requires active Nx Cloud connectivity and deterministic polling scripts. It cannot self-heal non-actionable failures and will bail early for environment or tooling issues, strictly enforcing cycle budgets to halt remediation.