gh-fix-ci

Diagnose failing GitHub Actions PR checks and propose a fix plan.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/duggal1/Sapphire-cli --skill gh-fix-ci-duggal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/duggal1/Sapphire-cli/tree/main/internal/skills/bundled/gh-fix-ci
Command: npx skills add https://github.com/duggal1/Sapphire-cli --skill gh-fix-ci-duggal1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gh-fix-ci helps developers quickly diagnose and repair failing GitHub Actions PR checks by inspecting checks, aggregating logs, and proposing actionable fixes after approval.

Core Features & Use Cases

  • Inspect PR checks and fetch GitHub Actions logs.
  • Summarize failures and draft a focused fix plan.
  • Implement changes only after explicit user approval.

Quick Start

Use the included Python script to inspect PR checks and summarize failures.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I fix failing GitHub Actions PR checks?

To fix failing GitHub Actions PR checks, you can use an automation tool to inspect checks, collect actionable failure snippets from logs, and propose a focused fix plan. This tool requires explicit user approval before implementing any changes to your repository.

How do I aggregate GitHub Actions logs for debugging?

You can aggregate GitHub Actions logs for debugging by running a Python script that fetches and summarizes check data. This process collects actionable failure snippets from workflows to help you quickly understand why your checks are failing.

Do I need the GitHub CLI to automate PR check diagnostics?

Yes, you need the GitHub CLI (gh) installed and authenticated to automate PR check diagnostics. The tool requires repository access through the CLI to retrieve check data and gather logs safely before proposing any fixes.

Can I review a fix plan before changes are applied to my PR?

Yes, the system drafts a focused fix plan and requires explicit user approval before implementing any changes. This plan-based approval workflow ensures you maintain control over modifications made to your GitHub repository during CI debugging.

What is the best way to diagnose failing CI workflows across multiple checks?

The best way to diagnose failing CI workflows across multiple checks is to use an automated diagnostic tool that inspects checks and summarizes failures. It aggregates logs from various workflows into a single, focused plan for quick repair.