gh-fix-ci

Diagnose failing GitHub Actions CI checks and generate remediation plans.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/gannonh/skills --skill gh-fix-ci-gannonh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/gannonh/skills/tree/main/gh-fix-ci
Command: npx skills add https://github.com/gannonh/skills --skill gh-fix-ci-gannonh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnoses and resolves failing GitHub Actions CI on pull requests by locating failing checks, collecting relevant logs, and guiding remediation steps.

Core Features & Use Cases

  • Inspect PR checks and fetch actionable logs from GitHub Actions to diagnose failures.
  • Summarize failures and generate a remediation plan.
  • Execute the plan and re-check CI status to confirm fixes.

Quick Start

Run the bundled script to inspect a PR's checks and generate a fix plan.

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 on a pull request?

Debug failing GitHub Actions CI by locating failing PR checks, collecting actionable logs, analyzing failures, generating a remediation plan, executing fixes, and re-checking CI status to confirm resolution.

Can I automatically generate a remediation plan from GitHub Actions CI logs?

Yes, automatically generate a remediation plan from GitHub Actions CI logs by orchestrating log extraction and failure analysis to produce a safe, reproducible fix workflow for failing PR checks.

Do I need the gh CLI to extract and analyze GitHub Actions CI logs?

Yes, you need the gh CLI and repository permissions to fetch checks, extract logs, and run remediation steps for failing GitHub Actions CI workflows on pull requests.

What is the best way to fix failing PR checks in GitHub Actions?

The best way to fix failing PR checks is to automate log extraction, failure analysis, and plan generation, then execute the plan and validate the re-check status to ensure a safe, reproducible fix.

How does automated CI log analysis work for GitHub Actions workflows?

Automated CI log analysis works by locating failing GitHub Actions checks, pulling actionable logs, summarizing the failures, and orchestrating a remediation plan to produce a safe, reproducible fix.

What are the limitations of automating GitHub Actions CI fixes with scripts?

Limitations include requiring gh CLI access and repository permissions to fetch checks and logs, and the process is strictly applicable to GitHub PR workflows with failing checks needing remediation.