gh-fix-ci

Inspect GitHub PR checks, retrieve failing Actions logs, and generate fix plans.

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

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 failures, retrieving logs, and proposing code changes.

Core Features & Use Cases

  • Automated CI/CD Debugging: Identifies failing GitHub Actions, fetches relevant logs, and summarizes the root cause.
  • Automated Fix Generation: Creates a plan to address the identified issues and implements the changes after user approval.
  • Use Case: When a pull request fails its CI checks, this Skill can automatically pinpoint the exact error in the logs, suggest a code fix, and even apply it to the branch.

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 fix failing GitHub Actions checks on my pull request?

To fix failing GitHub Actions checks, this Skill inspects PR checks via the `gh` CLI, retrieves failing logs, summarizes the root cause, and generates a code fix plan for your approval.

Can I automatically debug CI/CD failures and generate code fixes?

Yes, you can automatically debug CI/CD failures by fetching GitHub Actions logs, summarizing the failure context, and proposing automated code changes to resolve the errors.

Does this tool work with external CI checks outside of GitHub Actions?

For external CI checks, it reports their details URL and marks them as out of scope, focusing automated fix generation specifically on failing GitHub Actions workflows.

Do I need `gh` authentication to inspect and fix failing pull request checks?

Yes, you need `gh` authentication with escalated permissions to retrieve failing GitHub Actions logs and inspect pull request check statuses.

What is the best way to summarize GitHub Actions failure logs for a code fix?

The best way to summarize GitHub Actions failure logs is to automatically extract the error context from PR checks and generate a targeted fix plan for user approval and implementation.