What problem does it solve?
This Skill helps engineering teams quickly diagnose GitHub Actions failures by extracting failure context from logs, identifying the failing workflow and job, and pinpointing the exact exit condition.
Core Features & Use Cases
- Root-cause analysis: Identify which workflow/job failed, when, and the exact exit reason from logs.
- Flakiness assessment: Review recent runs for the same job to determine stability and recurring issues.
- Remediation guidance: Propose likely root causes and check for open PRs addressing the issue.
- Use Case: When a PR causes a CI failure in a workflow, quickly isolate the failing job and the breaking commit to speed up fixes.
Quick Start
Investigate GitHub Actions by providing the URL of the failing run or workflow to the agent and follow prompts to fetch logs and run history.