๐Ÿ”
DevOpsHTML

Actions Failure Analyzer

by ykdojo

Actions Failure Analyzer is a DevOps skill for Claude Code, published by ykdojo in claude-code-tips.

9.6K stars764 forkson ykdojo/claude-code-tipsAdded 2026/08/15Repository updated 2026/08/06
agenticagentic-aiagentic-codingagentic-workflowaiclaudeclaude-aiclaude-codeclideveloper-toolsproductivitytips-and-tricks
Install in seconds
Install Actions Failure Analyzer
Copy Actions Failure Analyzer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ykdojo/claude-code-tips/tree/main/skills/gha ~/.claude/skills/gha

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ykdojo/claude-code-tips.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/gha/SKILL.md in ykdojo/claude-code-tips
Installs to
~/.claude/skills/gha
Collection
One of 9 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Actions Failure Analyzer does

Actions Failure Analyzer investigates a failed GitHub Actions workflow run and identifies the specific root cause. It checks the job's recent history for flakiness, traces the breaking commit, and searches for open PRs that may already fix the issue.

Actions Failure Analyzer is cataloged under DevOps on DirSkills. Actions Failure Analyzer comes from a repository tagged agentic, agentic-ai, agentic-coding, agentic-workflow and ai.

Documentation

README

Investigate this GitHub Actions URL: $ARGUMENTS

Use the gh CLI to analyze this workflow run. Your investigation should:

  1. Get basic info & identify actual failure:
    • What workflow/job failed, when, and on which commit?
    • CRITICAL: Read the full logs carefully to find what SPECIFICALLY caused the exit code 1
    • Distinguish between warnings/non-fatal errors vs actual failures
    • Look for patterns like "failing:", "fatal:", or script logic that determines when to exit 1
    • If you see both "non-fatal" and "fatal" errors, focus on what actually caused the failure

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Actions Failure Analyzer

  • What else does ykdojo publish alongside Actions Failure Analyzer?

    Actions Failure Analyzer is one of 9 skills that DirSkills catalogs from ykdojo/claude-code-tips, the repository it ships in. Its siblings there include HN Summarize, Half Clone and Handoff. Each one is a separate skill with its own page in this directory, installs the same way Actions Failure Analyzer does, and is maintained by ykdojo in that same repository. The rest of the collection is listed on the ykdojo/claude-code-tips page.

  • How does Actions Failure Analyzer compare to other DevOps skills?

    Actions Failure Analyzer ranks #118 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Actions Failure Analyzer against them. Open each page to compare what they document and how they install.

More from ykdojo/claude-code-tips

Actions Failure Analyzer is one of 9 skills cataloged on DirSkills from ykdojo/claude-code-tips.

See all 9 skills โ†’
๐Ÿ“ฐ
2w ago

HN Summarize

HN Summarize fetches and summarizes Hacker News top stories, articles, and their comment threads using the official Firebase and Algolia APIs. Use it when you need a briefing on front-page stories, a specific story plus its discussion, or the top N from hckrnews without scraping the JavaScript-rendered site.
Data
9.6K764
โœ‚๏ธ
2w ago

Half Clone

Half Clone clones the later half of the current Claude Code conversation, discarding earlier context to reduce token usage while preserving recent work. Use it when a session has grown long and you want to continue with only the latest context.
Automation
9.6K764
๐Ÿ“
2w ago

Handoff

Handoff writes or updates a HANDOFF.md document so the next AI agent with fresh context can continue the work. Use it to record goals, progress, what worked, what didn't, and next steps before handing off a coding session.
AI Engineering
9.6K764
๐Ÿ”
2w ago

Private Code Search

Private Code Search mirrors your GitHub repositories to a local directory and runs ripgrep for fast full-text search across all of them, including private ones. Use it when you need to find which repository contains a snippet and GitHub's API search fails on private repos.
Automation
9.6K764
โœ‚๏ธ
2w ago

Quarter Clone

Quarter Clone clones the last quarter of the current conversation to reduce token usage while preserving recent work. Use it when you want to discard old context and continue from the most recent portion.
AI Engineering
9.6K764
๐Ÿงต
2w ago

Reddit Fetch

Reddit Fetch retrieves Reddit content via its public JSON API, using a DuckDuckGo redirect to bypass Reddit's automated-access blocking. Use it when accessing Reddit URLs, researching topics, or when Reddit returns 403/blocked errors.
Automation
9.6K764