gh-fix-ci

Identify failing GitHub PR checks and extract failure snippets from Actions logs.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill gh-fix-ci-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28tooling%29/gh-fix-ci
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill gh-fix-ci-rodrigotoledo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you diagnose and fix failing GitHub PR checks by leveraging the GitHub CLI to locate failing checks, fetch their logs, and present a clear failure context, while limiting processing to GitHub Actions.

Core Features & Use Cases

  • Locate failing PR checks and fetch their logs for actionable insight.
  • Extract concise failure snippets and summarize run metadata to speed up remediation.
  • Draft a remediation plan and request explicit approval before applying changes to the PR.

Quick Start

Run the included script to inspect PR checks and generate a failure summary

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 PR checks using gh CLI?

To diagnose failing GitHub PR checks, use gh CLI to locate failing checks and fetch their logs. This skill extracts concise failure snippets and summarizes run metadata to speed up remediation.

Can I extract failure snippets from GitHub Actions logs automatically?

Yes, you can extract failure snippets from GitHub Actions logs automatically. This skill processes the logs fetched via gh CLI and presents a clear failure context for actionable insight.

Do I need to approve changes before this skill applies fixes to my PR?

Yes, you need to approve changes before fixes are applied. This skill drafts a remediation plan and guides you through an explicit approval process before modifying your PR.

What's the best way to fix failing CI checks in a GitHub repository?

The best way to fix failing CI checks is to fetch GitHub Actions logs, extract failure snippets, and prepare a concise remediation plan. This skill limits processing to GitHub Actions for focused debugging.

Does this skill work with CI platforms other than GitHub Actions?

No, this skill does not work with other CI platforms. It limits processing to GitHub Actions, using the gh CLI to locate failing PR checks and fetch their associated logs.