gh-fix-ci

Diagnose failing GitHub Actions CI checks by parsing PR checks and extracting failure context from logs.

106|3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ewhauser/shuck --skill gh-fix-ci-ewhauser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/ewhauser/shuck/tree/main/.claude/skills/gh-fix-ci
Command: npx skills add https://github.com/ewhauser/shuck --skill gh-fix-ci-ewhauser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Debugging and fixing failing GitHub PR checks that run in GitHub Actions can be time-consuming. This skill provides a structured approach to locate failing checks, fetch actionable logs, and summarize failure context to guide remediation.

Core Features & Use Cases

  • Inspect PR checks and fetch GitHub Actions logs to extract failure details.
  • Summarize failure context, draft a concise fix plan, and implement only after explicit user approval.
  • Integrate with a bundled script that automates log retrieval and failure snippet extraction.

Quick Start

Run the bundled script to fetch failing PR checks and generate a failure summary ready for review.

Frequently Asked Questions about gh-fix-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug and fix failing GitHub Actions checks on a pull request?▼

You can debug failing GitHub Actions checks by parsing PR checks, retrieving run logs, and extracting concise failure context to guide remediation. The skill summarizes failure details and drafts a fix plan for explicit user approval.

What is the best way to extract failure context from GitHub Actions logs?▼

Extracting failure context from GitHub Actions logs is done using a bundled script that automates log retrieval and failure snippet extraction. This generates a concise failure summary ready for review.

Does this skill work with external CI providers and non-Actions PR checks?▼

The skill works with external CI providers and non-Actions PR checks by providing fallbacks for non-Actions checks and external providers, ensuring you can diagnose failures across different CI systems.

Can I automatically apply code fixes after diagnosing GitHub Actions failures?▼

You can apply code fixes after diagnosing GitHub Actions failures, but the skill implements fixes only after explicit user approval. It drafts a concise fix plan and executes conditionally upon your confirmation.

What do I need to use this skill for GitHub Actions CI diagnostics?▼

To use this skill for GitHub Actions CI diagnostics, you need a GitHub repository with PR workflows running GitHub Actions checks. The skill operates on run metadata and retrieves logs directly from your repository.