What problem does it solve?
This Skill helps diagnose failing or misbehaving workflow executions by locating the exact error point and translating logs into actionable fixes.
Core Features & Use Cases
- Execution-log forensics: Uses an execution ID to retrieve ordered log entries and pinpoint the node where errors first appear.
- Execution-path tracing: Maps logged node IDs back to the workflow graph to reconstruct the path from Start through the failed node.
- Common failure pattern guidance: Provides targeted causes and remediations for frequent issues like missing required fields, credential problems, template/interpolation errors, HTTP 422s, and nodes blocked by graph conditions.
- Node-level configuration and implementation checks: Guides inspection of the failing node’s resolved properties and (when needed) its
execute() implementation to confirm why success is not returned.
Quick Start
Run the debug-workflow skill with an execution ID or a description of the failure (including any error message) to receive a structured report with the failing node, root cause, and the specific fix to apply.