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.