fix-pipeline

Analyzes GitHub Actions failures and proposes remediation plans.

10|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/alexanderop/dotfiles --skill fix-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pipeline
Source: https://github.com/alexanderop/dotfiles/tree/main/claude/skills/fix-pipeline
Command: npx skills add https://github.com/alexanderop/dotfiles --skill fix-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detect failing GitHub pipelines and generate actionable remediation steps.

Core Features & Use Cases

  • Check the latest workflow run status and detect failures.
  • Retrieve failure logs and surface root causes to the user.
  • Generate a concrete remediation plan and suggested changes to code or configuration.

Quick Start

Run the fix-pipeline skill against a repository to automatically assess the latest workflow run and generate a concrete remediation plan.

Frequently Asked Questions about fix-pipeline

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

FAQPage Schema
How do I fix a failing GitHub Actions pipeline automatically?

This skill fixes a failing GitHub Actions pipeline by checking the latest workflow run status, retrieving failure logs, surfacing root causes, and proposing concrete remediation steps for your code or configuration.

How does log analysis work for failed GitHub Actions checks?

Log analysis for failed GitHub Actions checks works by querying recent runs via gh CLI and git commands, parsing the results to detect failing checks, and extracting the relevant logs to determine the root cause of the failure.

Can I use this to check CI CD workflow failures across pull requests and forks?

Yes, you can use this to check CI CD workflow failures across typical CI workflows, including those running on branches, pull requests, and forks, by extracting the recent run status to identify failing checks.

Do I need gh CLI access to analyze GitHub Actions pipeline failures?

Yes, you need gh CLI access and git commands available in your environment to query workflow runs, parse results, and extract the logs required to generate a remediation plan for pipeline failures.

What is the best way to generate a remediation plan for broken CI CD pipelines?

The best way to generate a remediation plan for broken CI CD pipelines is to extract recent run logs, identify the specific failing checks, and use plan mode to propose concrete changes that can be implemented directly in code or configuration.