gh-fix-ci

Diagnose failing GitHub Actions PR checks and draft remediation plans.

320|3|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/mizchi/skills --skill gh-fix-ci-mizchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/mizchi/skills/tree/main/devops/gh-fix-ci
Command: npx skills add https://github.com/mizchi/skills --skill gh-fix-ci-mizchi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnose and fix failing GitHub Actions PR checks by extracting logs and compiling a targeted remediation plan, reducing mean time to remediation for CI issues.

Core Features & Use Cases

  • Inspect PR checks and fetch actionable GitHub Actions logs.
  • Summarize failures with concise snippets and relevant run metadata.
  • Draft an approved fix plan and implement changes after user confirmation, then recheck PR status.

Quick Start

Run the included script to inspect PR checks and begin the fix workflow.

Frequently Asked Questions about gh-fix-ci

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

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

To diagnose failing GitHub Actions PR checks, this skill fetches actionable logs via the gh CLI and extracts concise failure snippets with run IDs and workflow names. It drafts a remediation plan and implements fixes only after explicit user approval.

What is the best way to extract failure logs from GitHub Actions for debugging?

The best way to extract failure logs for debugging is by authenticating with gh to fetch PR check logs, summarizing failures with concise snippets, and compiling a targeted remediation plan to reduce mean time to remediation for CI issues.

Do I need the gh CLI installed to automate GitHub Actions CI debugging?

Yes, you need the gh CLI installed and authenticated, as the skill depends on it to identify failing PR checks and fetch actionable GitHub Actions logs for extracting concise failure snippets and guiding fixes.

Can I automatically apply fixes to PRs after diagnosing CI failures?

You cannot automatically apply fixes without explicit user approval. The skill drafts a concise remediation plan using the create-plan skill, and only implements changes and rechecks PR status after you confirm the plan.

What details are included when summarizing GitHub Actions CI failures?

Summarizing CI failures includes extracting concise failure snippets, diagnosing root causes across PRs, and providing relevant run metadata such as run IDs, workflow names, and URLs to guide targeted fixes.