Content
77%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable and clearly sequenced with strong validation discipline, but the skill is verbose with repeated guidance and monolithic where progressive disclosure into reference files would help.
Suggestions
De-duplicate repeated guardrails (API-key printing, two-attempt stop, do-not-invent) into a single "Universal Rules" section referenced once instead of restating them per section.
Extract the long Optional Native n8n MCP Assist routing policy and the Workflow Authoring Rules into separate reference files under references/, linking to them from SKILL.md to improve progressive disclosure.
Collapse the MCP section's redundant bullet list and use-case routing examples into one consolidated routing table to recover token budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and avoids explaining generic concepts, but it is padded with restated guidance ("Do not print API keys", "Stop after two attempts", and "Do not invent..." each recur) and the MCP section repeats routing rules as both bullet lists and use-case examples, so it could be tightened. | 2 / 3 |
Actionability | Provides copy-paste-ready commands with exact flags and executable TypeScript snippets (e.g., env status --json, push --verify, the @workflow/@node structure), fully concrete rather than descriptive. | 3 / 3 |
Workflow Clarity | Multi-step processes are explicitly sequenced (Bootstrap Order 1-9, Operating Loop 1-11, Testability Protocol 1-4) with validation checkpoints and feedback loops for risky/conflict operations. | 3 / 3 |
Progressive Disclosure | Sections are well organized, but the ~519-line body is monolithic with no bundle files and no signaled references to separate materials, even though the MCP routing policy, authoring rules, and knowledge commands are large enough to split out. | 2 / 3 |
Total | 10 / 12 Passed |