Content
73%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.
A well-structured, actionable guide with strong workflow sequencing and validation feedback loops. Its main weaknesses are duplicated content across sections (conciseness) and references to guide files that are not included in the skill bundle.
Suggestions
Consolidate the nodeType-format and common-mistakes material into one section; the 'Critical: nodeType Formats', 'Common Mistakes', and 'Summary' blocks restate the same prefix rules.
Either include the referenced SEARCH_GUIDE.md, VALIDATION_GUIDE.md, WORKFLOW_GUIDE.md, and OPERATIONS_GUIDE.md in a references/ bundle or inline the essential content so the skill is self-contained.
Trim timing/success statistics ('18s average', '23s thinking, 58s fixing', '99.0% success') unless they drive a concrete decision, as they add tokens without guiding action.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and focused on n8n-specific behavior Claude wouldn't know, but the nodeType-format and common-mistakes material is restated across multiple sections, and timing/success stats ('18s average', '99.0% success') add tokens that could be trimmed. | 3 / 5 |
Actionability | Provides concrete, executable code blocks (search_nodes/get_node calls, credential ❌/✅ format examples) and a tool selection table — mostly copy-paste ready with only minor gaps in edge-case coverage. | 4 / 5 |
Workflow Clarity | Multi-step flows are explicitly sequenced with validation checkpoints and feedback loops (search→get_node→validate; validate→fix→validate; create→validate→update→validate→activate), and destructive/batch cases get dryRun-before-bulk guidance. | 5 / 5 |
Progressive Disclosure | Clear overview with well-signaled one-level-deep references to four named guide files and easy navigation, but those referenced .md files are not present in the bundle and one cross-skill path points outside the skill, leaving minor organization gaps. | 4 / 5 |
Total | 16 / 20 Passed |