github-actions-inspection
Installation
SKILL.md
GitHub Actions Inspection
When to Use This Skill
| Use this skill when... | Use the linked sibling instead when... |
|---|---|
Pulling status, logs, and conclusions from gh run for a failing workflow |
Authoring or modifying a workflow YAML file — see claude-code-github-workflows |
| Diagnosing flaky tests, timeouts, or auth-permission errors in a CI run | Searching upstream OSS issues for a library bug — see github-issue-search |
| Rerunning failed jobs, watching in-progress runs, or extracting error lines | Building a workflow that auto-fixes CI failures — see github-workflow-auto-fix |
Expert knowledge for inspecting, debugging, and troubleshooting GitHub Actions workflow runs using gh CLI and GitHub API.
For detailed examples, advanced patterns, and best practices, see REFERENCE.md.