gh-fix-ci

Diagnose failing GitHub Actions PR checks and generate fix plans.

16|2|Updated Mar 29, 2018
One-click install
npx skills add https://github.com/khoi/dotfiles --skill gh-fix-ci-khoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/khoi/dotfiles/tree/main/chezmoi/dot_agents/skills/gh-fix-ci
Command: npx skills add https://github.com/khoi/dotfiles --skill gh-fix-ci-khoi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnose and fix failing GitHub Actions CI checks by locating failing PR checks and collecting actionable logs.

Core Features & Use Cases

  • Inspect failing PR checks and fetch GitHub Actions logs for failure context.
  • Generate concise failure summaries and an actionable fix plan, while explicitly noting external providers such as Buildkite.
  • Automate reproduction and validation workflows with minimal user intervention, using gh for authentication and data retrieval.

Quick Start

Run the bundled script to inspect a PR's GitHub Actions checks and fetch actionable failure logs.

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 locates failing PR checks, collects actionable logs, and generates a concise failure summary with a guided remediation plan. It uses the gh CLI for authentication and data retrieval.

What is the best way to get GitHub Actions failure logs for troubleshooting?

The best way to get GitHub Actions failure logs is running the bundled script provided by this Skill. It inspects PR checks, retrieves structured logs for quick review, and formats the data to guide you through inspection and remediation.

Do I need the gh CLI to automate GitHub CI check remediation?

Yes, you need the gh CLI to automate GitHub CI check remediation. This Skill explicitly relies on gh for authentication and data retrieval when inspecting PR checks and fetching Actions runs.

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

No, you cannot use this Skill to debug CI checks from external providers like Buildkite. Its scope covers typical GitHub Actions workflows and PR checks, explicitly excluding external providers.

How do I generate a fix plan for a failing GitHub Actions workflow?

To generate a fix plan for a failing GitHub Actions workflow, this Skill analyzes collected failure context and produces an actionable remediation plan. It automates reproduction and validation workflows with minimal user intervention.