What problem does it solve?
This Skill helps debug and plan fixes for failing GitHub PR checks so teams can quickly identify the root failure and move toward a verified solution without blindly changing CI.
Core Features & Use Cases
- Locate failing checks: Finds which GitHub Actions checks on a pull request have failed, errored, or are still requiring action.
- Extract actionable evidence: Pulls workflow/run metadata and retrieves log output, including fallbacks when some log fields drift or logs are temporarily unavailable.
- Plan first, implement after approval: Produces a concise failure summary, then drafts a fix plan and asks for explicit approval before implementation.
- Out-of-scope provider handling: Detects non-GitHub Actions “details” links and reports only the details URL instead of attempting to operate on other CI providers.
Quick Start
Ask the AI to run the skill to inspect your PR, summarize the failing check logs, and draft an approval-required fix plan.