github-actions-failure-debugging

Diagnose GitHub Actions workflow failures through prioritized log and artifact inspection.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/FPXszk/Oh-MY-TradingView --skill github-actions-failure-debugging-fpxszk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-failure-debugging
Source: https://github.com/FPXszk/Oh-MY-TradingView/tree/main/.agents/skills/github-actions-failure-debugging
Command: npx skills add https://github.com/FPXszk/Oh-MY-TradingView --skill github-actions-failure-debugging-fpxszk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured playbook to rapidly diagnose and fix GitHub Actions workflow failures, reducing time-to-resolution by guiding you through a prioritized inspection pipeline.

Core Features & Use Cases

  • Level-driven debugging: high-signal summaries, structured log inspection, raw log analysis, local reproduction, and verification to steadily descend into root causes.
  • Reproducible workflows: translates observed CI failures into repeatable steps for local validation and verification.
  • Operational guidance: tailored to failed runs, red checks on PRs, and scheduled workflows with clear next actions.

Quick Start

Run the diagnostic workflow against a failing GitHub Actions run by providing the repository owner, name, and run_id to initiate the Level 1 analysis.

Frequently Asked Questions about github-actions-failure-debugging

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

FAQPage Schema
How do I debug GitHub Actions workflow failures?

To debug GitHub Actions workflow failures, this Skill guides you through a prioritized, level-driven inspection pipeline: from high-signal summaries and structured log inspection to raw log analysis and local reproduction, ensuring you pinpoint root causes efficiently.

What is the best way to diagnose red checks on a PR from GitHub Actions?

Diagnosing red checks on a PR involves providing the repository owner, name, and run_id to initiate Level 1 analysis, which translates observed CI failures into structured, repeatable steps for local validation and verification.

Do I need a specific run ID to analyze GitHub Actions logs?

Yes, you need the specific run ID along with the repository owner and name to retrieve logs and initiate the diagnostic workflow for a failed GitHub Actions run.

Can I reproduce GitHub Actions CI failures locally using this approach?

Yes, this approach translates observed CI failures into repeatable steps, allowing you to reproduce GitHub Actions workflows locally for validation and verification before pushing fixes.

Does this structured debugging work for scheduled GitHub Actions workflows?

Yes, this structured debugging provides operational guidance tailored to failed runs, red checks on PRs, and scheduled workflows with clear next actions across YAML, logs, and artifacts.

Why does GitHub Actions workflow debugging require access to raw logs?

GitHub Actions workflow debugging requires access to raw logs because the escalating inspection process moves from high-signal summaries down to structured and raw log analysis to safely audit and resolve the root cause.