monitor-ci

Monitor Nx Cloud CI pipeline status and apply self-healing fixes.

7|2|Updated Jan 12, 2024
One-click install
npx skills add https://github.com/wghglory/ngx-lift-workspace --skill monitor-ci-wghglory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/wghglory/ngx-lift-workspace/tree/main/.opencode/skills/monitor-ci
Command: npx skills add https://github.com/wghglory/ngx-lift-workspace --skill monitor-ci-wghglory

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual burden of tracking Nx Cloud CI runs, interpreting failure states, and deciding whether a fix should be applied, verified, rejected, or rerun.

Core Features & Use Cases

  • CI Monitoring: Continuously watches pipeline status, detects new CI attempts, and tracks progress across polling cycles.
  • Self-Healing Workflow: Coordinates verified fixes, local verification, environment reruns, and rejection paths using deterministic state logic.
  • Safe Recovery Actions: Uses gate checks and controlled git behavior to avoid accidental pushes, duplicate fixes, or wasted CI cycles.
  • Use Case: A failing Angular monorepo build can be monitored until Nx Cloud produces a verified fix, then the Skill can apply it and wait for the next CI attempt automatically.

Quick Start

Use the monitor-ci skill to watch the current branch's Nx Cloud CI pipeline and apply the appropriate self-healing or recovery action.

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 pipeline status and automatically recover failed runs?

To monitor Nx Cloud CI pipeline status and recover failed runs, this Skill continuously watches pipeline progress across polling cycles and applies self-healing fixes. It uses deterministic state logic to coordinate verified fixes, local verification, and environment reruns automatically for Angular monorepos.

What is self-healing CI recovery for Angular monorepos?

Self-healing CI recovery is a workflow that detects failed Nx Cloud runs, generates verified fixes, and applies them using controlled git gating. It removes the manual burden of interpreting failure states and deciding whether to apply, verify, reject, or rerun failed pipeline attempts in Angular monorepos.

Do I need Nx Cloud connectivity to use automated CI monitoring and pipeline recovery?

Yes, you need Nx Cloud connectivity to use automated CI monitoring and pipeline recovery. The Skill requires Nx Cloud connectivity, deterministic polling and state scripts, and safe git gating for local verification and commit pushes to function properly across branch-level workflows.

How do I prevent accidental git pushes when applying CI fixes locally?

To prevent accidental git pushes when applying CI fixes locally, this Skill uses gate checks and controlled git behavior. Safe recovery actions ensure you avoid accidental pushes, duplicate fixes, or wasted CI cycles during the self-healing workflow for Angular monorepo branches.

What's the best way to handle retry loops for failing Angular monorepo CI builds?

The best way to handle retry loops for failing Angular monorepo CI builds is using a self-healing workflow that tracks progress across polling cycles. This Skill monitors until Nx Cloud produces a verified fix, applies it, and waits for the next CI attempt automatically without manual intervention.

Why does CI monitoring stop or fail to apply fixes during pipeline recovery?

CI monitoring may stop applying fixes during pipeline recovery if Nx Cloud connectivity is lost or gate checks fail. The Skill relies on deterministic polling scripts and safe git gating; without proper environment setup, rejection paths or reruns cannot be coordinated correctly for Angular monorepos.