gh-fix-ci

Diagnose and repair failing GitHub Actions checks on pull requests.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill gh-fix-ci-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/plugins/github/gh-fix-ci
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill gh-fix-ci-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you diagnose and repair failing GitHub Actions checks on pull requests by combining PR metadata from the GitHub App with log inspection via the GitHub CLI and a guided, approval-based workflow.

Core Features & Use Cases

  • Hybrid, PR-centric CI debugging: fetch checks, summarize root cause, propose a focused fix plan, and implement only after explicit approval.
  • Automated log retrieval and failure snippet extraction: inspect failing runs and surface concise failure context for faster remediation.
  • Guardrails and collaboration: require user confirmation before applying any changes and support step-by-step validation in production-like environments.

Quick Start

Authenticate with the GitHub CLI and run the integrated PR-check inspector to begin diagnosing failing checks.

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?

To debug failing GitHub Actions checks, the skill fetches PR metadata and uses the GitHub CLI to retrieve logs, extracts the failure snippet, summarizes root causes, and proposes a fix plan requiring your approval before applying changes.

Can I automatically fix GitHub Actions CI failures without manual review?

No, you cannot automatically apply changes without manual review. This CI debugging workflow requires explicit user approval before implementing any proposed fixes to ensure guardrails and safe validation in production-like environments.

What do I need to diagnose GitHub Actions failures using this approach?

You need to authenticate with the GitHub CLI and have the GitHub App provide PR metadata. The workflow then fetches check data and logs from repositories where GitHub Actions checks are currently failing.

How does log inspection work for repairing failing GitHub Actions checks?

Log inspection retrieves failing run data via the GitHub CLI and surfaces concise failure context by extracting snippets. This automated log retrieval speeds up root cause analysis and focused remediation for your pull requests.

Is there a way to get a summarized root cause before fixing CI failures?

Yes, the workflow generates a summarized root cause by fetching check data and extracting failure snippets from GitHub Actions logs. It then presents a focused fix plan based on this analysis for your review.

What is the best way to handle GitHub Actions PR check failures safely?

The best way to handle GitHub Actions PR check failures safely is using an approval-based workflow that extracts failure context, summarizes root causes, and supports step-by-step validation before applying any code changes.