Agent skill
gh-healthcheck
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gh-healthcheck
SKILL.md
Analyze GitHub Actions workflow health and provide a comprehensive diagnostic report.
Arguments: $ARGUMENTS
Run the health check tool:
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?