What problem does it solve?
This Skill helps you quickly understand why a GitHub Actions workflow run failed and what change most likely introduced the problem.
Core Features & Use Cases
- Structured failure forensics: Uses the
gh CLI to inspect the failed run, pull decisive log lines, and confirm the actual trigger for exit code 1.
- Flakiness detection: Compares recent executions of the exact failing job to determine whether the issue is recurring or one-off.
- Breaking commit identification: Locates the boundary between passing and failing runs and verifies the introduced commit for high confidence.
- Fix discovery: Searches open pull requests for existing work that already addresses the failure signals, avoiding redundant recommendations.
Quick Start
Send a failing GitHub Actions run URL and ask the AI to diagnose the root cause, check flakiness, find the breaking commit if possible, and report whether an open fix PR exists.