gh-fix-ci

Inspect failing GitHub PR checks and propose a fix plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of debugging and fixing failing GitHub PR checks that run in GitHub Actions, providing a structured approach to inspect checks, summarize failures, and propose a fix plan.

Core Features & Use Cases

  • Inspect Checks: Automatically locate and fetch logs for failing PR checks.
  • Summarize Failures: Summarize failure context and provide a concise log snippet.
  • Propose Fix Plan: Draft a fix plan and request approval before implementation.
  • Use Case: When a user encounters a failing PR check, this Skill can be used to quickly identify the issue, propose a fix, and guide the user through the process.

Quick Start

Use the gh-fix-ci skill to inspect checks for the current branch PR and summarize the failure context. For example: gh-fix-ci inspect checks --repo .

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 PR checks?

To debug failing GitHub PR checks, you can use a skill that automates executing gh commands to inspect checks, fetch logs, and summarize failure context for your GitHub Actions CI/CD pipeline.

How do I get GitHub Actions logs for a failing PR check?

Getting GitHub Actions logs for a failing PR check involves using the gh CLI tool to automatically locate the failing check, fetch its logs, and extract a concise snippet of the failure context.

Can I automate proposing a fix plan for failing GitHub Actions CI/CD?

Yes, you can automate proposing a fix plan for failing GitHub Actions CI/CD by inspecting failure logs and drafting a structured fix plan that requests your approval before implementation begins.

Do I need the gh CLI tool to inspect GitHub Actions PR checks?

Yes, you need the gh CLI tool installed and authenticated, as it is the required dependency for executing commands to interact with GitHub repositories and fetch PR check logs.

What is the best way to summarize GitHub Actions failure context from logs?

The best way to summarize GitHub Actions failure context from logs is to automate fetching the failing check logs and extracting a concise snippet that highlights the specific error context.