What problem does it solve?
This Skill automates the triage of failing GitHub Actions workflows so users stop juggling multiple logs, URLs, and failure summaries when a pull request check goes red.
Core Features & Use Cases
- Automated Failure Detection: Runs gh pr checks (with adaptive field fallbacks) and the bundled inspect_pr_checks.py script to locate failing jobs and capture their metadata.
- Log Retrieval & Highlighting: Streams workflow and job logs, handles pending runs, notes external providers, and extracts concise failure snippets plus tail context.
- Review Workflow Integration: Guides the user through verifying gh authentication, drafting a concise plan (via create-plan when available), implementing the approved fix, and re-running checks before reporting.
Quick Start
Run python "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "123" to gather failing check logs and summarize root causes.