n8n-studio:analyze-workflow

Analyze n8n workflow structure and execution failures from summary JSON files.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/icednut/n8n-studio --skill n8n-studio-analyze-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: n8n-studio:analyze-workflow
Source: https://github.com/icednut/n8n-studio/tree/main/skills/analyze-workflow
Command: npx skills add https://github.com/icednut/n8n-studio --skill n8n-studio-analyze-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the guesswork when you need to understand an n8n workflow’s current structure or why an execution failed.

Core Features & Use Cases

  • Workflow structure analysis from summary files: Reads workflow/*/summary/*.json to extract workflow_id, workflow_name, and node-level summaries.
  • Execution log analysis by Execution ID: Retrieves logs for failure point identification and builds likely root-cause hypotheses.
  • Discovery of similar workflows: When developing new functionality, scans existing summaries and suggests up to 3 relevant reference workflows.

Quick Start

Ask n8n-studio to analyze a specific workflow (by ID or name) and, if you have one, include the Execution ID to inspect failure logs for remediation.

Frequently Asked Questions about n8n-studio:analyze-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze an n8n workflow structure from summary JSON files?▼

You can analyze an n8n workflow structure by parsing `workflow/*/summary/*.json` files to extract workflow IDs, names, and node-level summaries into a structured output.

How do I debug failed n8n workflow executions using an Execution ID?▼

Debug failed n8n workflow executions by providing an Execution ID to retrieve execution logs, identify the failure point, and generate likely root-cause hypotheses.

Can I find similar existing n8n workflows to reference for new development?▼

Yes, you can find similar existing n8n workflows by scanning existing summary JSON files, which suggests up to 3 relevant reference workflows to accelerate new development.

What do I need to diagnose an n8n workflow execution failure?▼

To diagnose an n8n workflow execution failure, you need the workflow ID or name to locate summary JSON files, and optionally an Execution ID to fetch logs for root-cause analysis.

Why does my n8n workflow execution fail at a specific node?▼

Your n8n workflow execution fails at a specific node due to configuration or connection issues, which execution logs retrieved via Execution ID help identify and analyze.