agigante80

CI Health — Development skill for Claude Code

Development community

CI Health Monitor Check all GitHub Actions workflows for failures, create P0 tickets, gate each ticket, and auto-fix safe failures.

How to install CI Health

Installs to ~/.claude/commands/agigante80-actual-mcp-server-ci-health.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agigante80/actual-mcp-server/HEAD/.claude/commands/ci-health.md -o ~/.claude/commands/agigante80-actual-mcp-server-ci-health.md

Restart Claude Code, or start a new session, for it to be picked up.

What CI Health does

CI Health Monitor

Check all GitHub Actions workflows for failures, create P0 tickets, gate each ticket, and auto-fix safe failures.

Process

Execute these phases in order. Stop early if all workflows are passing.

Phase 1: Discover and assess workflows

Auto-discover all workflow files:

ls .github/workflows/*.yml .github/workflows/*.yaml 2>/dev/null

Detect the working branch (always `develop` for this project, never push fixes directly to `

Alternatives in Development

  • Health Scorecard — Build a weighted customer health scorecard for an account 1.3k ★
  • Claude Ally Health — A comprehensive health assistant for Claude to analyze medical reports, track health metrics, and provide pers 788 ★
  • External Tools Health — External Tools Health Check 402 ★

Full documentation available on GitHub

View Source Repository