gh-fix-ci

Diagnose failing GitHub Actions CI checks and produce remediation plans.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/open-commander/open-commander --skill gh-fix-ci-open-commander
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/open-commander/open-commander/tree/main/agents/skills/gh-fix-ci
Command: npx skills add https://github.com/open-commander/open-commander --skill gh-fix-ci-open-commander

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identify and remediate failing GitHub Actions CI checks on PRs by locating the failing checks, pulling actionable logs, and producing a concise failure summary and remediation plan that requires explicit approval before applying changes.

Core Features & Use Cases

  • Locate failing PR checks with gh pr checks, fetch GitHub Actions logs, and extract a relevant failure snippet.
  • Summarize failures, including run metadata and links, for quick triage.
  • Draft a concise fix plan and prompt for user approval before implementing changes.

Quick Start

Ask the skill to inspect a PR's GitHub Actions checks and produce a failure report 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 CI checks on a pull request?

Debug failing GitHub Actions CI checks by locating failing checks with gh pr checks, retrieving run logs, and extracting a concise failure snippet with run metadata for triage.

Can I automatically generate a remediation plan for failing GitHub Actions workflows?

Generate a remediation plan for failing GitHub Actions workflows by summarizing failure logs and drafting a fix plan that requires explicit user approval before implementing changes.

What do I need to retrieve GitHub Actions logs for CI debugging?

Retrieving GitHub Actions logs for CI debugging requires gh authentication to access repository data, run metadata, and extract relevant failure snippets from pull request checks.

Does this CI debugging approach work with intermittent GitHub Actions failures?

This CI debugging approach works with intermittent GitHub Actions failures by fetching run logs and summarizing both straightforward and intermittent failures for remediation planning.

Can I get JSON output from GitHub Actions failure summaries for automation?

Get JSON output from GitHub Actions failure summaries for automation by configuring optional JSON output mode, returning run metadata and failure snippets for programmatic processing.

What is the best way to triage failing GitHub PR checks?

Triage failing GitHub PR checks by locating failing checks, pulling actionable logs, summarizing failures with links, and drafting a fix plan for approval before applying changes.