gh-fix-ci

Identify failing GitHub Actions checks and extract failure details from logs.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/devkeni/Skills --skill gh-fix-ci-devkeni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/devkeni/Skills/tree/main/github-devtools/gh-fix-ci
Command: npx skills add https://github.com/devkeni/Skills --skill gh-fix-ci-devkeni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly diagnose failing GitHub Actions CI checks by fetching logs, extracting failure snippets, and summarizing context to guide a fix plan.

Core Features & Use Cases

  • Automated failure analysis: Identify failing checks and retrieve relevant logs and run metadata.
  • Context-aware summaries: Provide concise failure snippets and run details to inform remediation.
  • Plan-driven remediation: Draft a focused fix plan and await explicit approval before applying changes.

Quick Start

Run the included script to inspect PR checks and summarize actionable 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 debug failing GitHub Actions CI checks for a pull request?

To debug failing GitHub Actions CI checks, this Skill fetches run logs, extracts actionable failure snippets, and summarizes context to guide your fix. It identifies failing checks and retrieves relevant metadata for standard GitHub Actions workflows.

What do I need to extract GitHub Actions logs and PR check details?

You need the GitHub CLI (gh) installed and authenticated for the target repo, Python available, and the script run from a Git repository. This setup allows the tool to access PR checks and extract logs.

Does this CI debugging tool work with external CI providers?

For external CI providers, the tool reports only their details URL rather than extracting full logs. It primarily handles standard GitHub Actions checks, extracting failure snippets directly from GitHub run logs.

How does this Skill handle applying fixes after analyzing CI logs?

After analyzing CI logs, the Skill drafts a focused fix plan based on the extracted failure snippets and awaits explicit approval before applying changes. This plan-driven remediation ensures you review fixes first.

Why are my GitHub Actions PR checks failing and how can I summarize them?

To find why GitHub Actions PR checks are failing, the Skill retrieves run metadata and provides concise failure summaries. It extracts actionable failure details from logs to inform your remediation steps.