What problem does it solve? When a GitHub Actions CI/CD pipeline fails, digging through logs, run history, and commits to find the real cause is slow and error-prone. This Skill automates that investigation and produces a structured failure report. ## Core Features & Use Cases - Failure Analysis: Reads full workflow logs via the gh CLI to separate fatal errors from warnings and pinpoint what caused the non-zero exit. - Flakiness Detection: Reviews the past 10-20 runs of the specific failed job to determine whether the failure is one-time or recurring, with a success rate. - Breaking Commit Identification: Bisects run history to find the exact commit where the job started failing, confirmed against subsequent runs. - Existing Fix Check: Searches open pull requests for an existing fix before recommending one. - Use Case: A teammate pings you about a red CI badge on main. You pass the failed run URL and receive a report with the root cause, flakiness assessment, breaking commit, and a recommended fix. ## Quick Start Ask the assistant to investigate the GitHub Actions failure at a specific workflow run URL and recommend a fix.