gh-fix-ci

Diagnose GitHub Actions check failures on pull requests using gh commands.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill gh-fix-ci-ulises-jeremias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/gh-fix-ci
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill gh-fix-ci-ulises-jeremias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the diagnosis and potential fixes for failing GitHub Actions checks on pull requests, helping developers quickly identify and resolve build issues.

Core Features & Use Cases

  • Automated PR Check Diagnostics: Inspects failing checks, fetches log snippets, and summarizes failure context.
  • Propose Fix Plans: Outlines a plan before making any changes to the codebase.
  • User Approval Required: Executes changes only after explicit user approval.
  • External CI Support: Reports external CI provider checks by URL only.
  • Use Case: For a developer who encounters a failing build in their pull request and needs help diagnosing the issue.

Quick Start

To diagnose and fix failing checks on a pull request, use the gh-fix-ci skill within your repository.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I automate diagnosis of failing GitHub Actions checks on a pull request?

To automate diagnosis of failing GitHub Actions checks, this Skill fetches PR check details using 'gh' commands, analyzes logs to summarize failure context, and proposes a fix plan requiring explicit user approval before execution.

Can I use this Skill to fix CI build failures on external providers like CircleCI?

No, you cannot use this Skill to fix CI build failures on external providers. It supports GitHub Actions for automated log analysis, but only reports external CI provider checks by URL without proposing fixes.

What's the best way to analyze GitHub Actions logs before modifying repository code?

The best way to analyze GitHub Actions logs safely is to fetch log snippets, summarize the failure context, and outline a fix plan. This Skill requires explicit user approval before making any changes to the codebase.

Do I need Python and gh CLI to diagnose pull request build failures?

Yes, you need Python and the gh CLI installed. The Skill depends on 'gh' commands to fetch pull request check details and analyze logs to propose fix plans for failing GitHub Actions checks.

What are the limitations of using gh commands for CI failure diagnosis?

The main limitation of using gh commands for CI failure diagnosis is that it only processes GitHub Actions logs. External CI provider checks are reported by URL only, without automated log analysis or proposed fixes.