What problem does it solve? Debugging failing pull request checks requires manually digging through GitHub Actions logs, which is slow and repetitive. This Skill automates locating failing checks, fetching their logs, and summarizing the failure context so you can move straight to planning a fix. ## Core Features & Use Cases - Automated Check Inspection: Uses the GitHub CLI to list failing PR checks, resolve run and job IDs, and pull GitHub Actions logs with fallbacks for pending or unavailable logs. - Failure Snippet Extraction: Scans logs for error markers and extracts a focused snippet around the failure for quick diagnosis. - Plan-Before-Fix Workflow: Summarizes failures, drafts a fix plan, and only implements changes after explicit user approval. - Use Case: A PR shows red checks before merge. Run the bundled script to instantly see which GitHub Actions jobs failed, view the relevant log excerpts, and get an approved fix plan without opening the browser. ## Quick Start Ask the assistant to inspect the failing checks on the current pull request, summarize the root cause, and propose a fix plan before making any changes.