gh-fix-ci

Diagnose failing GitHub PR checks and draft remediation plans for GitHub Actions workflows.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Avi977/ace-claude-toolkit --skill gh-fix-ci-avi977
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/Avi977/ace-claude-toolkit/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/Avi977/ace-claude-toolkit --skill gh-fix-ci-avi977

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill guides users to diagnose and fix failing GitHub PR checks by leveraging the GitHub CLI to inspect checks, fetch actionable logs, and present a concise failure summary, enabling controlled remediation.

Core Features & Use Cases

  • Inspect failing checks and logs with gh to produce a concise failure snippet and context.
  • Draft a concise corrective plan and require explicit approval before implementing changes.
  • Exclude external CI providers and focus on GitHub Actions check results and logs.

Quick Start

Run the bundled inspect_pr_checks.py script to fetch failing PR checks and their logs.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I diagnose and fix failing GitHub Actions PR checks?

To fix failing GitHub Actions PR checks, this skill uses the GitHub CLI to inspect checks, fetch actionable logs, and present a concise failure snippet. It then drafts a corrective plan and requires your explicit approval before implementing any changes.

Do I need to be authenticated with the GitHub CLI to inspect failing PR check logs?

Yes, GitHub CLI authentication is required to inspect failing PR check logs. The skill enforces gh authentication to securely fetch check results and actionable logs across repositories with GitHub Actions-based checks.

Does this skill support external CI providers for PR check failure summarization?

No, this skill does not support external CI providers for PR check failure summarization. It explicitly excludes external CI services and focuses entirely on fetching GitHub Actions check results and logs.

How do I get a concise failure summary from GitHub Actions logs before applying changes?

You can get a concise failure summary by running the bundled inspect_pr_checks.py script. This script fetches failing PR checks and their logs to produce a concise failure snippet and context for diagnosis.

Can this skill automatically apply fixes to GitHub Actions workflows without approval?

No, this skill cannot automatically apply fixes to GitHub Actions workflows without approval. It follows a plan-before-apply remediation workflow, drafting a corrective plan and requiring explicit approval before implementing any changes.

What is required to debug GitHub PR checks across different repositories?

To debug GitHub PR checks across repositories, you need a valid PR context or URL and GitHub CLI authentication. The skill uses these to inspect Actions-based checks, fetch logs, and guide controlled remediation.