gh-fix-ci

Inspect GitHub PR checks, pull failing Actions logs, and create fix plans.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/Fancu1/dotfile --skill gh-fix-ci-fancu1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/Fancu1/dotfile/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/Fancu1/dotfile --skill gh-fix-ci-fancu1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users debug and fix failing CI/CD checks on GitHub Pull Requests by automatically inspecting logs and proposing solutions.

Core Features & Use Cases

  • Automated Log Analysis: Fetches logs for failing GitHub Actions to pinpoint the root cause.
  • Failure Summarization: Provides concise summaries of errors found in logs.
  • Fix Planning: Generates a plan to address the identified issues, requiring user approval before implementation.
  • Use Case: When a pull request fails its CI checks, this Skill can automatically pull the relevant logs, identify the specific error message, and suggest code changes to fix it.

Quick Start

Use the gh-fix-ci skill to inspect the failing CI 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, this Skill inspects PR checks using the `gh` CLI, pulls failing logs, summarizes failure context, and generates a fix plan for your approval. It requires the `gh` CLI installed and authenticated.

Can I automatically pull GitHub Actions logs to find the root cause of a PR failure?

Yes, you can automatically pull GitHub Actions logs to find the root cause. The Skill fetches logs for failing checks, identifies the specific error message, and provides a concise summary of the failure context for your pull request.

Do I need the `gh` CLI installed and authenticated to troubleshoot CI/CD pipeline failures?

Yes, you need the `gh` CLI installed and authenticated to troubleshoot CI/CD pipeline failures. The Skill relies entirely on the `gh` CLI to resolve PRs, inspect checks, and pull logs, requiring appropriate authentication scopes.

What's the best way to generate a fix plan for failing GitHub CI checks?

The best way to generate a fix plan for failing GitHub CI checks is to use this Skill to analyze the summarized log errors and suggest code changes. It creates a targeted plan requiring your approval before any implementation begins.

Does this tool handle external check scoping and authentication for GitHub PR debugging?

Yes, this tool handles external check scoping and authentication for GitHub PR debugging. It manages the authentication process and scopes external checks when inspecting failing GitHub Actions logs for your pull request.