org-ci-health

Installation
SKILL.md

CI Health Check

Scan CI status across repos in an org. Run from ~/code/{org}/ or pass the org name as an argument.

Helper script

A pre-built script at ~/.claude/scripts/org-ci-health.sh collects all CI data in one pass. Run it first to avoid spending tokens on individual gh calls.

~/.claude/scripts/org-ci-health.sh <org-name> > /tmp/org-ci-health.json

If the script is missing or not executable, flag this to the user and stop.

The script outputs a JSON array with per-repo entries containing:

  • repo, gh_org, has_workflows
  • recent_runs (last 5 CI runs on main with status/conclusion)
Related skills
Installs
4
Repository
seabbs/skills
First Seen
Mar 8, 2026