What This Skill Does
Debug and fix failing GitHub Actions CI checks on pull requests. Uses gh CLI to inspect check runs, pull logs, identify failure causes, and implement fixes.
When to Use It
- PR checks are failing and you need to understand why
- GitHub Actions workflows are erroring out
- You need to read CI logs without opening the browser
- You want a structured approach to diagnosing CI failures
Workflow
gh pr checks to see which checks failedgh run view to inspect the failed rungh run view --log-failed for targeted outputLimitations
- External CI providers (Buildkite, CircleCI, etc.) are out of scope — only the dashboard URL is reported
- Cannot modify workflow files in the GitHub Actions runner environment