Content
71%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.
The content is highly actionable with rich executable examples and a clear checklist, but it is verbose from heavy duplication and its progressive-disclosure design is broken by references to bundle files that are not actually provided.
Suggestions
Consolidate the repeated guidance: the no-external-libraries limitation, webhook ['body'] nesting, and return-format rules each recur 3-4 times — keep one authoritative section and remove the duplicates.
Create the referenced files (DATA_ACCESS.md, COMMON_PATTERNS.md, ERROR_PATTERNS.md, STANDARD_LIBRARY.md) or remove the 'See: X.md' pointers, since they currently point to non-existent bundle files.
Move the inlined Standard Library Reference and Common Patterns blocks into the referenced files so SKILL.md stays a lean overview and progressive disclosure actually works.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is domain-specific rather than padded with basics Claude already knows, but the same guidance is repeated many times — the no-external-libraries limitation appears ~4 times, webhook body-nesting ~3 times, and return-format rules multiple times — so it could be tightened substantially by consolidating. | 3 / 5 |
Actionability | It provides numerous complete, copy-paste-ready Python examples covering the common cases (data access patterns, transformations, regex, stats, return formats, error fixes), all executable within the n8n Code node environment. | 5 / 5 |
Workflow Clarity | As a single-task code-writing skill the action is unambiguous, and the Quick Reference Checklist serves as a pre-deploy verification checkpoint; it lacks an explicit error-recovery feedback loop, but the task is not destructive or batch-oriented so no cap applies. | 4 / 5 |
Progressive Disclosure | References are clearly signaled ('See: DATA_ACCESS.md', 'COMMON_PATTERNS.md', 'ERROR_PATTERNS.md', 'STANDARD_LIBRARY.md'), but those four files do not exist in the bundle and their would-be content (full standard-library reference, common patterns, error guide) is inlined, leaving structure present but undermined. | 3 / 5 |
Total | 15 / 20 Passed |