github-cli-health-check
Installation
SKILL.md
This skill runs on-demand (no automatic schedule). Execute every step autonomously regardless — do not ask questions, and always produce the markdown report even if checks fail. Read-only only: never mutate GitHub state, never echo the raw token.
Two live paths — pick at runtime
This skill runs in one of three contexts. Detect which you're in and use the matching execution path. Both paths are manual-only and redundant — run whichever is convenient; run both if the first looks off.
| Context | Execution path | How to detect |
|---|---|---|
| Routine (Claude Code cloud, on-demand) | Native gh in the cloud |
Running from a Routine session; gh on PATH; cloud-provided GITHUB_TOKEN. |
| Cowork task (Mac, on-demand) | Desktop Commander → Mac gh | mcp__Desktop_Commander__start_process is available. |
| Interactive local session | Whichever gh works |
User is present; try VM Bash first, fall back to DC if proxy blocks it. |