ghs-action-fix

Diagnose failing GitHub Actions workflows and apply fixes via pull requests.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-action-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghs-action-fix
Source: https://github.com/Atypical-Consulting/GitHubSkills/tree/main/.claude/skills/ghs-action-fix
Command: npx skills add https://github.com/Atypical-Consulting/GitHubSkills --skill ghs-action-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically detects, diagnoses, and fixes failing GitHub Actions pipelines, saving developers time and effort in debugging CI/CD issues.

Core Features & Use Cases

  • Automated Failure Detection: Identifies workflows that have recently failed.
  • Root Cause Analysis: Reads run logs to pinpoint the exact reason for failure.
  • Targeted Fixes: Applies minimal, relevant changes to workflow files.
  • PR Creation: Creates pull requests for all successful fixes.
  • Use Case: When your GitHub Actions pipeline breaks unexpectedly, you can invoke this Skill to automatically find the issue, fix the workflow file, and open a PR for review.

Quick Start

Use the ghs-action-fix skill to fix my pipeline for the repository Atypical-Consulting/GitHubSkills.

Frequently Asked Questions about ghs-action-fix

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

FAQPage Schema
How do I fix failing GitHub Actions workflows automatically?

To fix failing GitHub Actions workflows automatically, this Skill analyzes your CI/CD run logs to pinpoint the exact failure reason and applies targeted fixes directly to your workflow files. It then creates a pull request for the resolved issues.

What is the best way to debug a broken GitHub Actions CI/CD pipeline?

The best way to debug a broken GitHub Actions pipeline is to automate the root cause analysis. This Skill reads your run logs to identify the failure, applies minimal changes to workflow files, and opens a PR with the fix.

Can I automatically create pull requests for GitHub Actions workflow fixes?

Yes, you can automatically create pull requests for GitHub Actions workflow fixes. After diagnosing and applying targeted changes to your failing pipelines, the Skill opens a PR for successful fixes and marks unresolvable issues for human attention.

Does the GitHub Actions pipeline fixer work with specific repositories?

Yes, the GitHub Actions pipeline fixer works with specific repositories through direct invocation. You can target a particular repository to detect recent workflow failures, analyze logs, and apply automated fixes.

What happens when GitHub Actions debugging cannot resolve a pipeline failure?

When GitHub Actions debugging cannot resolve a pipeline failure, the Skill marks the unresolvable issues for human attention. This ensures that complex workflow problems are flagged for manual code review rather than being silently ignored.