gh-fix-ci

Inspect GitHub PR checks, fetch Actions logs, and propose fix plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cuba6112/skillfactory --skill gh-fix-ci-cuba6112
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/cuba6112/skillfactory/tree/main/.claude/skills/gh-fix-ci
Command: npx skills add https://github.com/cuba6112/skillfactory --skill gh-fix-ci-cuba6112

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly identify, diagnose, and fix issues causing failing CI/CD checks in GitHub Actions, reducing debugging time and improving code quality.

Core Features & Use Cases

  • Automated Check Inspection: Uses the gh CLI to fetch details about failing PR checks.
  • Log Analysis: Downloads and analyzes GitHub Actions logs to pinpoint the root cause of failures.
  • Summarization & Planning: Provides concise summaries of failures and generates a plan for fixing them.
  • Use Case: When a pull request fails its CI checks, this Skill can automatically fetch the logs, identify the specific error message, and suggest code changes to resolve the issue.

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?

You can debug failing GitHub Actions CI checks by using this Skill to inspect PR checks with the `gh` CLI, fetch relevant logs, summarize failure context, and generate a targeted fix plan.

Can I automatically analyze GitHub Actions logs to find the root cause of CI failures?

Yes, this Skill automatically downloads and analyzes GitHub Actions logs to pinpoint the root cause of CI failures and suggests appropriate code changes to resolve the issues.

Do I need to authenticate the `gh` CLI to inspect failing PR checks?

Yes, authenticating the `gh` CLI with appropriate scopes is required. This Skill relies on the CLI to fetch PR check details and logs, necessitating proper authentication to access repository data.

What is the best way to get a summarized fix plan for a broken CI/CD pipeline?

The best way to get a summarized fix plan for a broken CI/CD pipeline is using this Skill, which inspects failing checks, analyzes logs, and generates concise failure summaries alongside a proposed resolution plan.

How does this handle external CI checks that are failing on my pull request?

For external CI checks failing on a pull request, this Skill reports their URLs and marks them as out of scope, focusing automated log analysis and fix planning solely on internal GitHub Actions failures.

Why does my GitHub Actions workflow fail and how can I identify the specific error message?

Your GitHub Actions workflow may fail due to code or configuration issues. This Skill identifies the specific error message by fetching and analyzing logs to pinpoint the root cause and propose a fix.