gh-fix-ci

Diagnose failing GitHub Actions PR checks and generate fix plans via gh CLI.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill gh-fix-ci-issdandavis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/gh-fix-ci
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill gh-fix-ci-issdandavis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps developers quickly diagnose and fix failing GitHub PR checks in GitHub Actions by fetching logs, summarizing failures, and proposing actionable fixes, all via the gh CLI.

Core Features & Use Cases

  • Inspect checks and determine failing ones using gh pr checks and detailsUrl.
  • Fetch and summarize GitHub Actions logs to extract failure context.
  • Draft a concise fix plan and request approval before applying changes in a PR.

Quick Start

Run the bundled Python script to inspect PR checks for a given repository and PR number.

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 PR checks?

To debug failing GitHub Actions PR checks, this skill uses the gh CLI to locate failing checks, fetch logs, and summarize the failure context. It then generates a concise fix plan and requests your explicit approval before applying any changes to the pull request.

Can I use gh CLI to extract and summarize GitHub Actions logs?

Yes, you can use the gh CLI to extract and summarize GitHub Actions logs. The skill aggregates logs by running a bundled Python script to inspect PR checks, fetches the relevant logs, and enumerates failing jobs to accelerate triage.

Do I need to install dependencies to diagnose GitHub PR check failures?

No additional dependencies are required to diagnose GitHub PR check failures beyond the standard environment. The skill is a self-contained unit with a scripts directory, relying solely on the gh CLI to fetch logs and generate corrective steps.

What is the best way to generate a fix plan for failing CI jobs in pull requests?

The best way to generate a fix plan for failing CI jobs is to aggregate logs and insights to accelerate triage. This skill extracts failure context from GitHub Actions logs and proposes corrective steps, deferring actual changes until explicit approval is granted.

Will this skill automatically apply changes to fix my GitHub Actions CI failures?

No, the skill will not automatically apply changes to fix your GitHub Actions CI failures. It drafts a corrective fix plan based on the extracted logs and failure context, then strictly defers all modifications until you provide explicit approval.