gh-fix-ci

Inspect failing GitHub Actions checks and draft fix plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly identify and fix issues causing your GitHub Pull Request checks to fail in GitHub Actions, preventing integration problems and ensuring code quality.

Core Features & Use Cases

  • Automated Check Inspection: Automatically fetches details and logs for failing GitHub Actions checks.
  • Failure Summarization: Provides concise summaries of errors directly from logs.
  • Fix Planning: Assists in creating a plan to address the identified issues.
  • Use Case: When a PR build fails due to a test error, this Skill can pinpoint the exact test, show the relevant log output, and suggest a code change to fix it.

Quick Start

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

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

To debug failing GitHub Actions checks, this Skill inspects check statuses and fetches relevant logs to summarize failure contexts. It specifically scopes to GitHub Actions, pinpointing exact errors like test failures and suggesting fixes.

Do I need gh CLI authentication to inspect failing PR checks?

Yes, you need gh CLI authentication with repository and workflow scopes to inspect failing PR checks. This access allows the Skill to automatically fetch check details, read logs, and draft actionable fix plans.

Can I use this to debug CI failures from external providers like Buildkite?

No, you cannot use this to debug CI failures from external providers like Buildkite. External providers are out of scope; the Skill exclusively targets debugging and fixing failing checks within GitHub Actions.

What is the best way to find the exact error in GitHub Actions logs?

The best way to find the exact error in GitHub Actions logs is to use automated inspection and summarization. This Skill automatically fetches log details, extracts the relevant test errors, and provides a concise summary of the failure context.

How do I get a fix plan for a failing GitHub PR build?

To get a fix plan for a failing GitHub PR build, this Skill analyzes the summarized failure contexts from your Actions logs. It then drafts a targeted plan to address the identified issues and restore code quality.