workflow-master

Diagnose and optimize GitHub Actions workflows with debugging guides and diagnostic commands.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill workflow-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-master
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/workflow-master
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill workflow-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnoses and optimizes GitHub Actions workflows by providing systematic debugging guides and diagnostic commands.

Core Features & Use Cases

  • Systematic debugging workflow mapping
  • Local validation with act and gh CLI diagnostics
  • Audit of workflows for security, performance, and maintenance
  • Real-world use: identify failing jobs, fix syntax, permissions, environment issues

Quick Start

Describe the failing workflow run you want diagnosed and I will guide you through the debugging references to resolve it.

Frequently Asked Questions about workflow-master

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

FAQPage Schema
How do I debug a failing GitHub Actions workflow?

Validate GitHub Actions workflows locally using the act CLI to run jobs in an isolated environment before pushing changes. This local testing approach catches syntax and environment errors early without consuming remote CI minutes.

What GitHub Actions anti-patterns should I audit my workflows for?

Diagnose GitHub Actions workflows using the gh CLI to query run logs, inspect job statuses, and extract error details directly from the terminal. This provides immediate diagnostic feedback on failing jobs without navigating the web interface.

Does this Skill work with existing GitHub Actions workflows?

This Skill works with existing GitHub Actions workflows by analyzing current YAML configurations against reference guides for anti-patterns and audit checklists. It applies to workflows that are currently failing or require proactive performance optimization.

Why is my GitHub Actions workflow failing during environment setup?

A GitHub Actions workflow fails during environment setup due to incorrect syntax, missing dependencies, or invalid permissions configurations. Systematic debugging guides help isolate whether the failure stems from environment variables, runner configuration, or job logic.