/n8n-workflow-debugger
Resolving, scanning, and troubleshooting failed n8n workflows.
$ npx -y skills add mOHAD44DSFASF/flowforge-n8n --skill n8n-workflow-debugger --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/n8n-workflow-debugger
Context preview
The summary Claude sees to decide when to auto-load this skill.
Resolving, scanning, and troubleshooting failed n8n workflows.
SKILL.md
n8n-workflow-debugger.SKILL.mdname: n8n-workflow-debugger description: Resolving, scanning, and troubleshooting failed n8n workflows.
n8n Workflow Debugger Skill
Provides strategies for auditing, debugging, and fixing n8n workflow errors.
When to Use
Use when users report webhook validation issues, duplicate properties failures, or workflow node parameter syntax crashes.
Debugging Workflow
1. Run `flowforge validate` to detect duplicate keys or references to deleted nodes. 2. Run `flowforge lint` to identify unconfigured retry/error strategies. 3. Check log details. Review conditional branch output indices.
FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.
Repo: mOHAD44DSFASF/flowforge-n8n

