What problem does it solve?
When a GitHub Actions check fails, developers waste time digging through run pages, job logs, and step output to find the root cause. This Skill automates that triage by pulling bounded run, job, and step evidence and turning it into a concrete diagnosis and fix proposal.
Core Features & Use Cases
- Failure Diagnosis: Resolves the repository and Actions run ID from a URL, PR, or current branch, then retrieves failing jobs and steps through the connected GitHub service.
- Root Cause Reporting: Reports the run URL, failing jobs, failing steps, and the most likely root cause supported by the returned evidence, while distinguishing external check providers from GitHub-controlled checks.
- Optional Local Fix: When the requested task includes implementation, applies the smallest fix tied to the failing step in the local checkout and runs the relevant local check.
- Use Case: A pull request shows a red CI check. Point the Skill at the PR, and it identifies the failing test step, explains the likely cause, and patches the broken test locally for you to verify.
Quick Start
Diagnose why the GitHub Actions run on my current pull request failed and propose a fix.