What problem does it solve?
This Skill helps you figure out why an n8n workflow fails or produces incorrect results, turning vague “it’s not working” reports into a structured diagnosis.
Core Features & Use Cases
- Systematic root-cause triage that prioritizes cheap checks first (parameter misconfiguration, stale assumptions, wiring/connection issues).
- Execution- and workflow-grounded investigation using tools like get_execution and get_workflow_details to confirm the failed node, inputs, and actual runtime behavior.
- n8n-specific debugging heuristics for common failure patterns such as upstream data stripped, lost item context after fan-out/aggregate steps, logical errors, and genuine bugs, with guidance to consult n8n source when needed.
- Version drift handling by prompting for n8n instance version and skills plugin update timing when behavior diverges from expectations.
- Practical escalation and workaround guidance via community and GitHub issue paths when the bug is confirmed.
Quick Start
Ask the skill to debug your issue by stating what you expected, what happened, the error message (if any), and when it last worked.