gh-fix-ci

Diagnose failing GitHub PR checks and draft corrective plans for approval.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill gh-fix-ci-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill gh-fix-ci-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly diagnose and fix failing GitHub PR checks that run in GitHub Actions, summarizing failure context and drafting a fix plan that only executes after explicit approval.

Core Features & Use Cases

  • Failure discovery: fetches failing checks and relevant logs from GitHub PRs.
  • Context summarization: produces a concise narrative of the failure to guide remediation.
  • Plan drafting & approval: generates a corrective plan and requires explicit user validation before applying changes.
  • Scope control: explicitly excludes non-GitHub CI providers and external systems.

Quick Start

Inspect a failing PR’s checks with gh, summarize the failure context, draft a fix plan, and wait for approval before implementing.

Frequently Asked Questions about gh-fix-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose failing GitHub Actions PR checks?

To diagnose failing GitHub Actions PR checks, this Skill fetches check results and logs via gh, summarizes the failure context into a concise narrative, and drafts a corrective plan for review requiring explicit user approval before applying changes.

Can I automatically fix GitHub PR checks without manual review?

You cannot automatically fix GitHub PR checks without manual review. The Skill drafts a corrective plan based on failure analysis but explicitly requires explicit user approval before applying any changes to ensure safe remediation.

Does this GitHub Actions failure analysis tool support other CI providers?

This GitHub Actions failure analysis tool does not support other CI providers. Scope control explicitly excludes non-GitHub CI providers and external systems, focusing strictly on diagnosing and fixing failing GitHub PR checks.

What is the best way to summarize GitHub Actions failure context for remediation?

The best way to summarize GitHub Actions failure context is using the Skill's context summarization feature, which reads check results and logs to produce a concise narrative of the failure that guides remediation planning.

Do I need gh CLI authentication to diagnose failing GitHub PR checks?

You need gh CLI authentication to diagnose failing GitHub PR checks. The Skill supports gh-based authentication validation to securely fetch failing checks and relevant logs from your GitHub pull requests.