What problem does it solve? Debugging failing pull request checks requires manually digging through GitHub Actions runs and logs, which is slow and error-prone. This Skill automates the inspection of failing PR checks, pulls the relevant logs, and surfaces the root cause so you can propose and apply a focused fix. ## Core Features & Use Cases - Automated Check Inspection: Runs gh pr checks and the bundled script to identify failing GitHub Actions checks, handling gh field drift and log fallbacks automatically. - Failure Snippet Extraction: Fetches run and job logs, then extracts a concise failure snippet around error markers for fast root-cause analysis. - Guided Fix Workflow: Summarizes the root cause, proposes a focused fix plan, and implements changes only after explicit user approval. - Use Case: A PR shows red checks before merge. Run the inspection script to get each failing check's run URL and log snippet, confirm the root cause, then apply and verify the approved fix locally. ## Quick Start Ask the assistant to use gh-fix-ci to inspect the failing GitHub Actions checks on the current PR, summarize the root cause, and propose a fix.