gh-fix-ci

Diagnose failing GitHub Actions PR checks and extract actionable failure details.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ClementWalter/claudine --skill gh-fix-ci-clementwalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/ClementWalter/claudine/tree/main/.claude/skills/gh-fix-ci
Command: npx skills add https://github.com/ClementWalter/claudine --skill gh-fix-ci-clementwalter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly diagnose failing GitHub Actions PR checks by extracting failure details and presenting a remediation path.

Core Features & Use Cases

  • Inspect PR checks with the GitHub CLI to identify failing jobs and extract relevant logs.
  • Generate a concise failure summary and a practical fix plan for quick approval and remediation.
  • Automatically resolve the target PR (current branch or provided URL/number) and produce auditable output.

Quick Start

Run the bundled script to inspect PR checks and extract failure details.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I extract actionable failure details from failing GitHub Actions PR checks?

Inspecting GitHub Actions PR checks involves resolving the target PR, fetching workflow logs via GitHub CLI, and parsing checks JSON. This extracts actionable failure details and generates a structured report for remediation.

Can I automatically generate a fix plan for a failing GitHub Actions CI workflow?

Yes, you can automatically generate a fix plan for a failing GitHub Actions CI workflow. By extracting and summarizing failure logs, the system drafts a practical remediation path to guide your debugging process.

Do I need GitHub CLI authentication to fetch logs for failing CI checks?

Yes, GitHub CLI authentication is required to fetch logs for failing CI checks. The diagnostic process enforces GitHub CLI authentication to securely resolve PR targets, parse checks JSON, and extract workflow logs.

What is the best way to diagnose failing GitHub Actions jobs across multiple workflows?

The best way to diagnose failing GitHub Actions jobs across multiple workflows is to automate failure detail extraction. This approach handles external checks, fetches logs, and outputs an auditable structured failure report.

How do I handle external checks when debugging GitHub Actions PR checks?

To handle external checks when debugging GitHub Actions PR checks, use a diagnostic tool that explicitly manages external check outputs. It resolves these checks, fetches logs, and incorporates them into the structured failure report.