monitor-ci

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guysenpai/crustacean --skill monitor-ci-guysenpai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-ci
Source: https://github.com/guysenpai/crustacean/tree/main/.gemini/skills/monitor-ci
Command: npx skills add https://github.com/guysenpai/crustacean --skill monitor-ci-guysenpai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the monitoring of CI pipeline executions and handles self-healing fixes for common CI failures, reducing manual intervention and speeding up the development cycle.

Core Features & Use Cases

  • CI Monitoring: Continuously tracks the status of Nx Cloud CI pipeline executions.
  • Self-Healing: Automatically attempts to fix common CI failures, such as dependency issues or configuration errors.
  • Use Case: When a CI pipeline fails on a pull request, this Skill can automatically detect the failure, generate a fix, apply it, and push a new commit to re-run the CI, all without developer intervention.

Quick Start

Use the monitor-ci skill to watch the CI pipeline for the current branch and attempt to fix any failures.

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 failure fixes for Nx Cloud?

Automated CI pipeline failure fixes for Nx Cloud are handled by monitoring pipeline executions, detecting common failures, generating fixes, verifying locally, and pushing commits to re-run CI.

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

Self-healing CI works by continuously polling CI status, identifying common execution failures like dependency or configuration errors, generating automated fixes, and committing those fixes to resolve issues.

Can I automatically monitor and fix CI failures on my pull request?

Yes, you can automatically monitor and fix CI failures on a pull request by detecting the failure, applying a generated fix locally, and pushing a new commit to trigger a CI re-run.

Does automated CI monitoring handle environment issues or throttled self-healing?

Automated CI monitoring explicitly handles environment issues, manages throttled self-healing attempts, and processes no-new-CI-attempt scenarios to prevent excessive automated pipeline executions.

When should I not use automated self-healing for CI pipelines?

Automated self-healing for CI pipelines should not be used for complex, non-environmental failures, as the automated fix generation primarily targets common dependency issues and configuration errors.