gh-fix-ci

Debug failing GitHub Actions checks by locating runs, reading logs, and summarizing root causes.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/euxx/claude-skills-for-copilot --skill gh-fix-ci-euxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/euxx/claude-skills-for-copilot/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/euxx/claude-skills-for-copilot --skill gh-fix-ci-euxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you diagnose and fix failing GitHub Actions checks on a pull request without manually hunting through runs, jobs, and logs.

Core Features & Use Cases

  • PR Check Discovery: Finds the relevant pull request and lists failing checks from GitHub Actions.
  • Log Inspection and Triage: Pulls run and job logs, then isolates the key error lines and stack traces.
  • Approval-Gated Fixing: Summarizes the root cause, proposes a focused fix plan, and waits for explicit user approval before making changes.
  • Use Case: A CI workflow starts failing after a branch update, and you need a fast, disciplined path from check failure to root-cause summary and implementation.

Quick Start

Ask the skill to inspect the failing checks on the current branch pull request, summarize the root cause, and propose a focused fix plan before making any changes.

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 failing GitHub Actions checks on a pull request?

Debug failing GitHub Actions checks by locating the relevant pull request, pulling run and job logs, and isolating key error lines to summarize the root cause. The skill automates this log inspection and triage process for current-branch pull requests or specified PR numbers.

What is the best way to find the root cause of a CI failure from GitHub Actions logs?

Find the root cause of a CI failure by retrieving run and job logs from GitHub Actions and isolating key error lines and stack traces. This approach summarizes the specific error causing the workflow to fail without manual log hunting.

Do I need gh authentication to inspect failing GitHub Actions workflow runs?

Yes, you need gh authentication to inspect failing GitHub Actions workflow runs. The skill requires gh authentication to access pull request data, retrieve workflow inspection logs, and initiate a post-fix recheck workflow.

Can I use this to debug external CI providers failing on my pull request?

No, you cannot use this to debug external CI providers. The scope is limited to GitHub Actions checks, meaning external CI providers are reported but not investigated for root cause analysis or fixes.

How does the approval-gated fixing process work for CI failures?

The approval-gated fixing process summarizes the root cause, proposes a focused fix plan, and waits for explicit user approval before making changes. It ensures you review and authorize any code modifications before implementation.

What happens after implementing a fix for a failing GitHub Actions check?

After implementing a fix for a failing GitHub Actions check, a post-fix recheck workflow is initiated. This verifies that the applied changes successfully resolve the original CI failure on the pull request.