Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable, well-sequenced content with strong verification loops and concrete n8n-specific traps. The main weakness is progressive disclosure: the body delegates substantial detail to four reference files that are not present in the bundle, leaving the navigation dangling.
Suggestions
Ship the four referenced files (NODE_ERROR_OUTPUTS.md, API_WORKFLOWS.md, RESPONSE_SHAPES.md, ERROR_WORKFLOWS.md) in the bundle, or inline the essential parts of each so the skill is self-contained.
If keeping the references, add them under a references/ directory and link with relative paths so the file listing matches the body citations.
Tighten the philosophical prose in the intro and "When you actually need this" section to lift conciseness toward lean instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and n8n-specific with little generic padding, but contains purposeful-yet-optional prose explaining reasoning ("The dividing line: if anyone other than you sees the output...") that could be trimmed. Not a 5 because several paragraphs explain philosophy rather than instruct. | 4 / 5 |
Actionability | Copy-paste-ready code blocks with exact field names and values (onError, sourceIndex: 1, retryOnFail/maxTries/waitBetweenTries), named MCP tools (n8n_update_partial_workflow, n8n_get_workflow), and a working expression-driven Response Code IIFE covering common cases. | 5 / 5 |
Workflow Clarity | Multi-step processes are explicitly sequenced with verification checkpoints ("Then verify... Pull the workflow with n8n_get_workflow and confirm both halves") and two end-of-skill checklists that act as validation feedback loops for API and unattended workflows. | 5 / 5 |
Progressive Disclosure | Structure and signaling are good — a "Reference files" table with "Read when" guidance points one level deep to NODE_ERROR_OUTPUTS.md, API_WORKFLOWS.md, RESPONSE_SHAPES.md, ERROR_WORKFLOWS.md — but none of those bundle files exist, so the referenced detail is unreachable. Capped at 3 because the disclosure chain is broken despite clear signaling. | 3 / 5 |
Total | 17 / 20 Passed |