gh-fix-ci

Identify failing GitHub Actions checks and generate a fix plan.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill gh-fix-ci-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/LuminairPrime/openwrt-docs4ai-pipeline/tree/main/.agents/skills/gh-fix-ci
Command: npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill gh-fix-ci-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps developers diagnose failing GitHub Actions CI checks by inspecting PR checks, retrieving logs, extracting failure snippets, and preparing a fix plan.

Core Features & Use Cases

  • Locate failing checks for a PR, fetch their logs and metadata, and surface actionable failure information.
  • Extract failure snippets from logs and summarize root causes to guide remediation.
  • Produce an actionable fix plan and present it for review before implementing changes.

Quick Start

Run the bundled script to inspect failing PR checks and generate a concise 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 diagnose failing GitHub Actions checks for a pull request?

To diagnose failing GitHub Actions checks, you can automate log retrieval, extract failure snippets from the CI logs, and generate a concise summary of the root causes to guide your remediation efforts for the pull request.

Can I automatically extract failure snippets from GitHub Actions logs?

Yes, you can automatically extract failure snippets from GitHub Actions logs to surface actionable failure information, allowing you to quickly identify the specific errors causing your CI checks to fail.

How do I generate a fix plan for failing CI checks?

You can generate a fix plan for failing CI checks by analyzing the extracted failure snippets and metadata, which produces an actionable remediation strategy presented for review before implementing any code changes.

Does this workflow support machine-readable JSON output for CI failure analysis?

Yes, the CI failure analysis workflow supports optional JSON output for machine consumption, enabling you to integrate the structured failure metadata and fix plans into other automated debugging pipelines.

What is needed to retrieve PR checks and logs from GitHub Actions?

Retrieving PR checks and logs from GitHub Actions requires authentication checks and an environment using GitHub Actions with multiple checks, enabling automated log access and failure analysis for the specified pull request.

What is the best way to debug multiple failing GitHub Actions checks at once?

The best way to debug multiple failing GitHub Actions checks is to list all PR checks, fetch logs simultaneously, and summarize root causes into a single structured fix plan, avoiding manual log sifting.