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 the inspection of failing PR checks, pulls the relevant log snippets, and guides a structured fix workflow with explicit approval before any code changes. ## Core Features & Use Cases - Automated Check Inspection: Uses the GitHub CLI (gh) to list failing PR checks, resolve run and job IDs, and fetch GitHub Actions logs with fallbacks for pending or unavailable logs. - Failure Snippet Extraction: The bundled Python script scans logs for error markers and extracts a focused failure snippet plus a log tail for quick diagnosis. - Approval-Gated Fix Workflow: Summarizes failures, drafts a fix plan (optionally via a create-plan skill), and only implements changes after explicit user approval. - Use Case: A pull request shows three red checks. Run the Skill to identify which GitHub Actions jobs failed, see the exact error lines from the logs, get a proposed fix plan, and apply it after review. ## Quick Start Ask the agent to inspect the failing checks on the current pull request, summarize the root cause from the GitHub Actions logs, and propose a fix plan before making any changes.