gh-fix-ci

Inspect failing GitHub PR checks and generate a fix plan.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zapabob/Skills --skill gh-fix-ci-zapabob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/zapabob/Skills/tree/main/registry/skills/gh-fix-ci/variants/codex
Command: npx skills add https://github.com/zapabob/Skills --skill gh-fix-ci-zapabob

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps debug and fix failing CI/CD checks on GitHub Actions by automatically inspecting checks, fetching logs, and proposing a plan for resolution.

Core Features & Use Cases

  • Automated Check Inspection: Uses the gh CLI to identify failing checks on GitHub Pull Requests.
  • Log Retrieval: Fetches relevant logs for failing GitHub Actions to pinpoint the root cause.
  • Failure Summarization: Provides a concise summary of the failure context.
  • Fix Planning: Generates a plan to address the identified issues.
  • Use Case: When a pull request fails its CI checks, this Skill can automatically gather the necessary information, summarize the error, and suggest a fix, streamlining the debugging process.

Quick Start

Use the gh-fix-ci skill to inspect the failing checks for the current pull request.

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

To debug failing GitHub Actions CI checks, you can use a tool that inspects failing PR checks via the `gh` CLI, retrieves workflow logs, summarizes failure context, and generates a fix plan.

Can I use the gh CLI to automatically retrieve GitHub Actions logs for failing checks?

Yes, you can use the `gh` CLI to automatically retrieve GitHub Actions logs for failing checks. The tool fetches relevant workflow logs to pinpoint the root cause and summarize the failure context.

What is the best way to summarize CI/CD pipeline failures from GitHub Actions?

The best way to summarize CI/CD pipeline failures from GitHub Actions is to automatically fetch the relevant workflow logs and extract the failure context, providing a concise summary of the error.

Do I need gh CLI authentication to debug GitHub Actions PR failures?

Yes, you need `gh` CLI authentication with appropriate repository and workflow scopes to debug GitHub Actions PR failures. This access is required to inspect checks and retrieve the associated workflow logs.

Does this debugging approach work with external check URLs for GitHub Actions?

Yes, this debugging approach works with external check URLs for GitHub Actions. The tool supports inspecting external check URLs to retrieve logs, summarize failure context, and generate a resolution plan.