Back to feed
Dev.to
Dev.to
7/11/2026
CI Health Check: a /ci Skill for Claude Code

CI Health Check: a /ci Skill for Claude Code

Short summary

This post introduces a reusable Claude Code skill that adds a /ci slash command for auditing GitHub Actions CI pipelines. The skill provides a red/green health board, failure triage taxonomy, post-push watcher, and workflow inventory — encoding common debugging motions that agents and humans repeatedly re-derive. It includes practical gh CLI recipes for reliably fetching failed job logs, attributing scheduled-run failures, and distinguishing broken commits from provisioning gaps and flaky external issues.

  • Custom Claude Code skill adds /ci command for GitHub Actions CI health checks and triage
  • Encodes non-obvious gh CLI debugging recipes like reliable failed-log fetching and scheduled-failure attribution
  • Includes failure taxonomy (broken-by-commit, provisioning gap, flaky/external) and a strict fix-discipline protocol

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more