gh-fix-ci

Identify failing GitHub Actions checks and extract failure context from logs.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gh-fix-ci-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/JetBrains/skills/tree/main/gh-fix-ci
Command: npx skills add https://github.com/JetBrains/skills --skill gh-fix-ci-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Debugging failing GitHub PR checks can be tedious and time-consuming. This skill aggregates the necessary context by locating failing checks, pulling GitHub Actions logs, and presenting a concise failure summary to speed up triage and retry planning.

Core Features & Use Cases

  • Locate failing PR checks and fetch actionable failure context.
  • Retrieve GitHub Actions logs and extract a concise failure snippet for quick diagnosis.
  • Draft a fix plan and preparation outline for reviewer approval before implementation.
  • Exclude non-GitHub checks and report only the details URL when applicable.

Quick Start

Run the bundled script to inspect PR checks, fetch Actions logs, and generate a concise failure summary ready for review.

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 checks on a pull request?

GitHub Actions failures are debugged by locating failing PR checks and extracting concise log snippets. This skill aggregates run metadata and actionable context via the gh CLI to speed up triage.

Do I need the gh CLI installed to fetch GitHub Actions logs?

Yes, the gh CLI must be installed and authenticated. This tool uses gh pr checks and runs view commands to fetch GitHub Actions logs and extract failure context.

Can I use this to troubleshoot non-GitHub CI checks?

No, troubleshooting is limited to GitHub Actions runs. Non-GitHub checks are excluded, and the tool only reports the details URL when applicable for external checks.

What is the best way to summarize GitHub Actions log failures?

Summarize GitHub Actions log failures by extracting concise snippets from run logs. This approach pulls actionable failure context from failing checks to draft a fix plan for reviewer approval.

How do I get a fix plan after diagnosing a GitHub Actions failure?

After diagnosing a GitHub Actions failure, the tool drafts a fix plan and preparation outline for reviewer approval. This follows the extraction of log snippets and run metadata from failing PR checks.