gh-fix-ci

Diagnose failing GitHub Actions checks and draft remediation plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Use gh to locate failing GitHub PR checks that run in GitHub Actions; summarize failure context; draft a fix plan and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

Core Features & Use Cases

  • Inspect PR checks and fetch logs using gh to identify failures.
  • Summarize failure snippets, capture context, and draft a remediation plan for approval.
  • If a plan-oriented skill exists (for example, the create-plan skill), it should be used; otherwise, an inline plan is drafted for approval.
  • Prerequisites include gh authentication and repository access.

Quick Start

Ask me to diagnose a failing PR check, inspect the associated GitHub Actions logs, summarize the failure, and propose a fix plan for approval.

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, use gh CLI to locate failing PR checks and retrieve their run logs. The process extracts actionable failure snippets, summarizes the context, and drafts a remediation plan for your review.

What is the best way to extract failure logs from a failing GitHub Actions check?

Extracting failure logs from GitHub Actions requires using the gh CLI pr checks and run log endpoints. It identifies failing checks, retrieves the specific logs, and isolates actionable failure snippets to summarize the context.

Do I need gh CLI installed and authenticated to fetch GitHub Actions run logs?

Yes, you need gh CLI installed and authenticated to fetch GitHub Actions run logs. The process requires gh CLI to access pr checks and run log endpoints, meaning proper repository access and authentication are mandatory prerequisites.

Can I use this approach to fix external CI checks like Buildkite on my GitHub PR?

No, external CI checks like Buildkite are out of scope for fixing GitHub Actions failures. The process only reports the details URL for external providers without attempting to fetch their logs or draft a remediation plan for them.

How do I summarize a GitHub Actions failure and form a remediation plan?

To summarize a GitHub Actions failure and form a remediation plan, the process captures failure snippets from the logs, summarizes the surrounding context, and drafts a structured fix plan that awaits explicit approval before implementation.