gh-fix-ci

Inspect failing GitHub Actions checks and summarize actionable failure logs.

24|8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vadimcomanescu/codex-skills --skill gh-fix-ci-vadimcomanescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/vadimcomanescu/codex-skills/tree/main/skills/.experimental/quality/gh-fix-ci
Command: npx skills add https://github.com/vadimcomanescu/codex-skills --skill gh-fix-ci-vadimcomanescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly identify and triage failing GitHub Actions checks on pull requests by locating failing runs, retrieving actionable log snippets, and producing an implementable fix plan to reduce manual debugging time.

Core Features & Use Cases

  • Automatic Detection: Use gh to discover failing checks for a PR and map failures to specific runs and jobs.
  • Log Retrieval & Summarization: Fetch run and job logs, extract concise failure snippets, and explicitly flag missing logs or external (non-GitHub Actions) checks as out of scope.
  • Plan and Implement: Draft a concise remediation plan (integrates with the plan skill), request explicit user approval, apply approved changes, and recheck CI status.
  • Use Case: When a PR fails GitHub Actions, generate a short failure summary with log snippets, propose a minimal code or workflow fix, implement after approval, and suggest re-running the checks.

Quick Start

Run the gh-fix-ci skill to inspect a pull request's failing GitHub Actions checks, summarize failure snippets, and propose a fix plan for approval.

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 uses gh to locate failing runs, extracts concise failure log snippets, and drafts an implementable remediation plan for user approval.

How do I get a summary of GitHub Actions CI failure logs?

You can get a summary of GitHub Actions CI failure logs by fetching run and job logs via the gh CLI, extracting concise failure snippets, and flagging missing logs or external checks as out of scope.

Do I need gh authentication to fix CI failures?

Yes, you need gh authentication with workflow and repo scopes to fix CI failures, as the process requires the ability to fetch run and job logs from GitHub Actions.

Can I automatically apply code fixes for failing GitHub Actions checks?

You can automatically apply code fixes for failing GitHub Actions checks after the skill drafts a remediation plan and you provide explicit user approval for the proposed changes.

What is the best way to triage missing GitHub Actions logs or external checks?

The best way to triage missing GitHub Actions logs or external checks is to explicitly flag them as out of scope, focusing remediation efforts only on actionable failure snippets from GitHub Actions runs.

Why does gh-fix-ci require approval before applying changes to a PR?

The gh-fix-ci skill requires approval before applying changes to a PR to ensure user control over the proposed minimal code or workflow fix before implementation and rechecking the CI status.