Setup & Installation
What This Skill Does
Debugs failing GitHub Actions checks on a PR using the `gh` CLI. It fetches run logs, summarizes the failure context, and proposes a fix plan before making any changes. External CI providers like Buildkite are out of scope.
It pulls the exact failing log snippet and drafts a targeted fix instead of requiring you to dig through GitHub's UI or manually run `gh` commands across multiple steps.
When to use it
- Fixing a broken lint or test job blocking a PR merge
- Fetching GitHub Actions log output without navigating the web UI
- Diagnosing a flaky workflow that fails inconsistently across runs
- Reviewing CI failure details on a PR from a terminal session
- Tracing which job step caused a workflow to fail