GitHub Actions Failure Analyzer
Skill ActiveAnalyze GitHub Actions failures and identify root causes
To help developers quickly diagnose and understand the root cause of failures in GitHub Actions workflows, saving time on debugging.
Features
- Analyze GitHub Actions workflow failures
- Identify specific failure causes
- Check for job flakiness
- Identify breaking commits
- Search for existing fix PRs
Use Cases
- When a GitHub Actions job fails unexpectedly
- When investigating intermittent CI failures
- To quickly understand the root cause of a broken build
- To find if a recent commit introduced a failure
Non-Goals
- Fixing the GitHub Actions failures automatically
- Modifying workflow files
- Analyzing performance bottlenecks unrelated to failures
Workflow
- Receive GitHub Actions URL
- Use `gh` CLI to get workflow/job info and identify the specific failure cause
- Analyze past runs for flakiness and success rate of the specific failing job
- Identify the breaking commit if a failure pattern is detected
- Search for open PRs that might fix the issue
- Generate a report summarizing findings (failure cause, flakiness, breaking commit, root cause, fix PR)
Prerequisites
- GitHub CLI installed and authenticated
License
- warning:License usabilityThe license is only mentioned in the README footer as 'Copyright (c) YK Sugi. All Rights Reserved.' with no SPDX identifier or dedicated LICENSE file, which is not formally wired.
Versioning
- warning:Release ManagementThe skill does not declare a manifest version, and installation instructions reference `main`, making it difficult for users to pin a specific version.
Installation
First, add the marketplace
/plugin marketplace add ykdojo/claude-code-tips/plugin install claude-code-tips@ykdojoQuality Score
Trust Signals
Similar Extensions
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
ClawSweeper Skill
100Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
Playwright Best Practices
100Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.
Ci Cd Pipeline Builder
100CI/CD Pipeline Builder
Github Workflow Automation
99Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions