What problem does it solve?
This Skill eliminates the tedious manual work of sifting through GitHub Actions logs to diagnose failing pull request checks, reducing debugging time from hours to minutes for software engineering teams.
Core Features & Use Cases
- Automated Check Inspection: Uses the GitHub CLI to fetch failing PR check metadata and logs, with built-in fallbacks for GitHub API field drift and pending log states.
- Targeted Failure Snippet Extraction: Pulls the most relevant error context from full run and job logs, so you don't have to parse thousands of lines of output.
- Safe Fix Implementation: Generates a fix plan and only applies changes after you give explicit approval, with support for reporting external check details (like Buildkite) without attempting to debug out-of-scope providers.
- Use Case: When your PR fails a test workflow, use this Skill to instantly pull the exact error snippet, get a proposed fix plan, and implement the fix only after you review and approve the changes.
Quick Start
Use the gh-fix-ci skill to inspect the failing checks on your current branch's pull request, summarize the root cause of the failures, and propose a fix plan for your approval.