# Gh Healthcheck

> Analyze GitHub Actions workflow health and provide a comprehensive diagnostic report.

- Skill: `fastled/gh-healthcheck` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fastled/gh-healthcheck`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fastled/gh-healthcheck/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: fastled (https://skillmd.com/u/fastled)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fastled/gh-healthcheck

---


Analyze GitHub Actions workflow health and provide a comprehensive diagnostic report.

Arguments: $ARGUMENTS

Run the health check tool:
```bash
uv run ci/tools/gh/gh_healthcheck.py $ARGUMENTS
```

## Features

**Root Cause Analysis**: Groups errors by category (Missing Headers, Linker Errors, Platform Issues, etc.)

**Detail Levels**:
- `low`: Summary only, no log fetching (fast)
- `medium`: Fetches logs and categorizes errors (default)
- `high`: Full error details with context

## Usage Examples

- Check latest: `uv run ci/tools/gh/gh_healthcheck.py`
- Specific run: `uv run ci/tools/gh/gh_healthcheck.py --run-id 18399875461`
- High detail: `uv run ci/tools/gh/gh_healthcheck.py --detail high`

## Comparison with /gh-debug

- **gh-healthcheck**: Overview and analysis of entire workflow
- **gh-debug**: Deep dive into specific run with full error context

