debugging-workflows

Community

Pinpoint workflow errors and get back on track, fast.

Authormbruhler
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Workflow failures due to syntax errors, agent issues, or variable problems can be frustrating and time-consuming. This Skill provides systematic debugging tools and guidance to quickly identify, diagnose, and resolve these issues, minimizing downtime and maximizing your productivity.

Core Features & Use Cases

  • Error Diagnosis: Helps identify common workflow issues such as "unexpected token" syntax errors, "agent not found" problems, and variable binding failures.
  • Systematic Debugging Process: Guides you through a proven methodology of reproducing, isolating, inspecting, fixing, and verifying workflow problems to ensure robust solutions.
  • Error Message Interpretation: Provides a clear guide to understanding common error messages, their underlying causes, and actionable solutions.
  • Use Case: Your complex CI/CD workflow is failing with an "Agent 'X' not found" error. This skill will help you check the agent's spelling, verify its existence in temp-agents/ or agents/registry.json, and get your pipeline running smoothly again.

Quick Start

My workflow is failing with an "Unexpected token" error. Help me debug it by checking the syntax around the error location.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: debugging-workflows
Download link: https://github.com/mbruhler/claude-orchestration/archive/main.zip#debugging-workflows

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository