gh-fix-ci

Diagnose failing GitHub Actions PR checks by locating runs and collecting logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PR checks that fail in GitHub Actions can halt delivery; this Skill locates failing checks, fetches actionable logs, and distills the failure context to guide remediation.

Core Features & Use Cases

  • Inspect PR checks and fetch GitHub Actions logs to surface failure reasons.
  • Extract failure snippets and generate a concise remediation plan.
  • Draft and implement fixes only after explicit approval, with logs and run context preserved.
  • Scope to GitHub Actions; external providers are reported by URL only to keep workflow lean.

Quick Start

Run the bundled script to inspect PR checks and summarize failures for remediation.

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 failing GitHub Actions PR checks?

To diagnose failing GitHub Actions PR checks, the Skill locates failing runs, fetches actionable logs, and extracts failure contexts to guide remediation. It distills the log output into a concise summary of the exact failure reasons.

How do I get GitHub Actions logs to fix a failing PR workflow?

Getting GitHub Actions logs to fix a failing PR workflow requires the Skill to fetch run details and surface failure snippets. It ensures log retrieval and run context are preserved while generating an actionable remediation plan.

Do I need gh CLI authentication to analyze CI logs for a GitHub repository?

Yes, you need gh CLI authentication and repository access to analyze CI logs. The Skill requires explicit gh CLI credentials to locate failing Action runs, retrieve logs, and generate fixes within the GitHub repository.

Can I automatically implement fixes for failing GitHub Actions PR checks?

You cannot automatically implement fixes because the Skill requires explicit approval before applying any changes. It drafts and implements fixes for failing GitHub Actions PR checks only after user authorization is granted.

What are the limitations of analyzing external CI providers with GitHub Actions logs?

A limitation of analyzing external CI providers is that the Skill scopes to GitHub Actions only. External providers are reported by URL only to keep the workflow lean, ensuring focus remains on native GitHub Actions PR checks.