gh-fix-ci

Analyze failing GitHub PR checks and produce a remediation plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps engineers quickly diagnose and repair failing GitHub Actions checks by inspecting checks, fetching logs, summarizing failures, and proposing an actionable fix plan, all before applying changes.

Core Features & Use Cases

  • Authenticate with the gh CLI and locate PR checks
  • Inspect failing checks, collect logs, and summarize failure context
  • Create an actionable fix plan and apply changes only after user approval

Quick Start

Run the inspection script with the repository path and PR number or URL to generate a failure report.

Frequently Asked Questions about gh-fix-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix failing GitHub Actions checks on a pull request?

To fix failing GitHub Actions checks, this skill uses gh CLI to inspect PR checks, fetch run logs, summarize failure context, and propose an actionable remediation plan before applying changes. It targets common GitHub Actions failures.

What is the best way to automate debugging GitHub Actions failures?

Automating debugging for GitHub Actions failures is done by running the inspection script with a repository path and PR number. The skill gathers actionable failure information via gh pr checks and gh run view, returning a concise structured fix plan.

Does this GitHub Actions debugging skill apply changes automatically?

No, this skill does not apply changes automatically. It produces an actionable fix plan and only applies changes after receiving user approval, ensuring you retain control over the remediation process.

Can I use this to get logs for specific failing GitHub PR checks?

Yes, you can get logs for failing GitHub PR checks. The skill utilizes gh pr checks and gh run view to locate failing checks, fetch their specific logs, and summarize the failure context for debugging.

Why do I need gh CLI to debug GitHub Actions PR checks?

You need the gh CLI installed and authenticated to use this skill. Authentication allows the script to retrieve PR check data and logs via gh api, which is required to analyze failures and generate a remediation plan.