n8n-workflow-automation

Generate auditable n8n workflow JSON with error handling and retries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill n8n-workflow-automation-azmiariffaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-automation
Source: https://github.com/azmiariffaris/HERMES-AGENT/tree/main/snapshot/hermes/skills/productivity/n8n-workflow-automation
Command: npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill n8n-workflow-automation-azmiariffaris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Automates the design and output of auditable n8n workflows that include idempotency, error handling, and logging to prevent silent failures.

Core Features & Use Cases

  • Idempotent workflow design with retries and logging for reliable executions.
  • Supports cron, webhook, and manual triggers with HITL review queues for failures.
  • Use case: build compliant automations that run on a schedule, record run data, and route failed items to a review queue.

Quick Start

Provide an importable n8n workflow JSON and a runbook to guide deployment.

Frequently Asked Questions about n8n-workflow-automation

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

FAQPage Schema
How do I build n8n workflows with error handling and retries to prevent silent failures?

To build n8n workflows with error handling, you need idempotency keys, structured logging, and retry mechanisms. This approach designs auditable workflows that route failed items to a human-in-the-loop review queue, preventing silent execution failures.

What is idempotency in n8n workflow automation and when do I need it?

Idempotency in n8n workflow automation ensures reliable executions by preventing duplicate processing during retries. You need it for cron-, webhook-, and manual-trigger workflows requiring strict run auditing and compliant data contracts.

How to design auditable n8n workflows that support cron and webhook triggers?

Designing auditable n8n workflows involves generating importable JSON with built-in logging, dedup keys, and observability. It outputs a design document, runbook, and error routing logic for cron and webhook triggers needing reliable execution.

Can I add a human-in-the-loop review queue for failed n8n workflow items?

Yes, you can add a human-in-the-loop review queue for failed n8n workflow items. The workflow design routes failures to a HITL queue, providing run auditing and data contracts to ensure failed items are reviewed before reprocessing.

What do I need to deploy reliable n8n workflows with observability and logging?

To deploy reliable n8n workflows with observability, you provide an importable n8n workflow JSON and a runbook. This outputs a design document with dedup keys, data contracts, and failure routing to guide deployment and run auditing.