gh-fix-ci

Diagnose failing GitHub Actions CI checks and generate a fix plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly diagnose and fix failing GitHub Actions CI checks by extracting actionable failure details from logs and proposing a remediation plan.

Core Features & Use Cases

  • Inspect PR checks and fetch workflow logs to identify root causes.
  • Generate a concise fix plan and support implementation after explicit approval.
  • Scope external CI providers and report only GitHub Actions details when present; guide the user to validate status before merging.

Quick Start

Run the bundled 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 diagnose and fix failing GitHub Actions CI checks?

To diagnose failing GitHub Actions CI checks, this Skill uses the GitHub CLI to pull workflow logs, parse errors, and generate a focused fix plan for your approval. It automates log inspection to identify root causes for remediation.

Can I automatically fix PR workflow failures from GitHub Actions logs?

Yes, you can automatically fix PR workflow failures by running the bundled script to summarize failures and propose a remediation plan. Changes are applied automatically only after you explicitly approve the generated fix plan.

Does this tool support external CI providers like CircleCI or Jenkins?

No, this tool does not support external CI providers. It strictly scopes automated debugging and log analysis to GitHub-hosted PR workflows running in GitHub Actions, ignoring external checks when reporting failure details.

What is the best way to extract actionable failure details from GitHub Actions logs?

The best way to extract actionable failure details from GitHub Actions logs is using the GitHub CLI to fetch and parse workflow data. This Skill isolates relevant error lines and generates a concise summary of root causes.

Do I need to approve the CI fix plan before the workflow is remediated?

Yes, you need to approve the CI fix plan before any changes are applied. The Skill generates a focused remediation proposal based on log data, requiring explicit user approval to ensure safe workflow remediation.