What problem does it solve? When CI checks fail on a pull request, finding the actual cause means digging through thousands of lines of GitHub Actions logs, artifacts, and job output. This Skill provides a structured workflow to locate failed checks, download the right logs, extract the root cause, and determine whether the failure is caused by your code or by flaky infrastructure. ## Core Features & Use Cases - Failed Check Discovery: Identify the PR for the current branch, list failed checks, and extract run and job IDs from check URLs. - Log Retrieval Strategies: View failed step logs directly, download test log and crash dump artifacts, or fetch per-job logs via the GitHub API while a run is still in progress. - Failure Triage: Distinguish real code regressions from infrastructure issues like npm registry timeouts, Electron CDN failures, disk space exhaustion, and flaky tests, then re-run failed jobs when appropriate. - Use Case: A PR shows a failing "Linux / Electron" integration test. Use this Skill to download the logs-linux-x64-electron-1 artifact, inspect exthost.log for the assertion failure, fix the code, push, and watch the checks turn green. ## Quick Start Find the failing CI checks on my current pull request, download the logs, and help me fix the root cause.