gh-fix-ci

Diagnose failing GitHub Actions checks and draft fix plans for PRs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill gh-fix-ci-renzo-tognella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/Renzo-Tognella/UniversalThingsForMyAgents/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill gh-fix-ci-renzo-tognella

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the debugging of failing GitHub Actions checks in PRs, providing a streamlined approach to identify, analyze, and suggest fixes for failing builds.

Core Features & Use Cases

  • Check Inspection: Identifies failing checks and retrieves relevant logs and metadata.
  • Failure Summarization: Provides a concise summary of the failure context for immediate understanding.
  • Plan Creation: Drafts a focused fix plan based on the inspection.
  • Automated Fix Implementation: Executes the fix after explicit user approval (not included in the Skill itself).
  • Use Case: A developer encounters a failing build in their PR due to a failed GitHub Action check. The gh-fix-ci skill can quickly diagnose the issue, suggest a fix, and guide the user through the implementation process.

Quick Start

To debug failing CI checks for a GitHub PR, use the gh-fix-ci skill and specify the PR number or URL with --repo . --pr <PR-number-or-URL>.

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

Debugging failing GitHub Actions checks involves inspecting failed checks, retrieving relevant logs and metadata, and generating a concise summary of the failure context to understand what went wrong.

Can I automatically generate a fix plan for failing CI builds?

Yes, you can automatically generate a fix plan for failing CI builds by analyzing the retrieved GitHub Actions logs and check metadata, which drafts a focused implementation plan based on the inspection results.

Do I need the gh CLI to analyze PR check failures?

Yes, you need the gh CLI installed and authenticated, as the skill handles gh CLI interaction to fetch PR status, checks, and logs for diagnosing failing GitHub Actions builds.

What is the best way to diagnose GitHub Actions build failures?

The best approach is to automate the inspection of failing GitHub Actions checks, retrieving logs and metadata to produce a concise failure summary and a focused fix plan for efficient DevOps workflows.

How do I start analyzing a failing GitHub Actions check for a specific PR?

To start analyzing a failing GitHub Actions check for a specific PR, specify the PR number or URL in your command, which triggers the tool to fetch status, checks, and logs for that specific pull request.