n8n-studio:verify

Run n8n integration test scenarios and compare actual results against expected outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires n8n-mcp.

What problem does it solve?

n8n-studio:verify solves the problem of ensuring an n8n workflow implementation actually passes the integration test scenarios defined during planning, while automatically iterating on failures up to three RALF cycles.

Core Features & Use Cases

  • Integration test execution: Runs the prepared integration test plan and scenarios for the target workflow(s).
  • RALF loop self-repair: Automatically performs Read โ†’ Act โ†’ Learn โ†’ Fix by analyzing mismatches and root causes, then re-entering the earlier cycle to correct issues.
  • Failure reporting & recovery control: If all three cycles fail, it reports which scenarios failed (with expected vs actual and failure reasons) and waits for user guidance.

Quick Start

Ask the assistant to verify the workflow and run the integration tests, and it will execute the scenarios and report results or iterate fixes automatically up to three cycles.

Frequently Asked Questions about n8n-studio:verify

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

FAQPage Schema
How do I run integration tests for n8n workflows?โ–ผ

To run integration tests for n8n workflows, you execute prepared test scenarios via n8n-mcp and compare actual outputs against expected results to verify correctness.

What is the RALF loop in n8n workflow verification?โ–ผ

The RALF loop in n8n workflow verification is an automated self-repair mechanism that performs Read, Act, Learn, and Fix phases to analyze root causes of test failures and iterate fixes.

How do I automatically fix failing n8n integration test scenarios?โ–ผ

You can automatically fix failing n8n integration test scenarios by triggering a RALF loop that analyzes mismatches, identifies root causes, and retries corrections up to three consecutive cycles.

Do I need n8n-mcp to validate sub-workflow calls?โ–ผ

Yes, you need n8n-mcp installed to validate sub-workflow calls, as it provides the required test execution environment for running integration scenarios and comparing actual outputs.

What happens when n8n workflow verification fails after three RALF cycles?โ–ผ

When n8n workflow verification fails after three RALF cycles, it stops automated retries, reports failed scenarios with expected versus actual results, and awaits user guidance.