Content
78%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 body is highly actionable with executable examples, a clear Quick Start, and excellent error troubleshooting. The main weakness is progressive disclosure: the skill signals two reference files (INPUT_SCHEMA.md, ERROR_PATTERNS.md) that are not present in the bundle, so those links are broken. Conciseness is strong but slightly reduced by a duplicated full example.
Suggestions
Add the missing INPUT_SCHEMA.md and ERROR_PATTERNS.md files to the bundle (under references/), or remove the links and inline the essential parts — currently both links resolve to nothing.
Consider trimming the duplicated complete-working-example block or the verbose unstructured/structured tool-description examples, since the patterns they demonstrate already appear earlier in the body.
Add an explicit verify gate before the deploy checklist (e.g. a minimal test snippet showing how to confirm the tool is wired and returns a string) to push workflow clarity toward 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence — there is no "what is n8n" or "what is LangChain" padding, and tables/inline code keep it information-rich. A few sections (e.g. the long jsCode block and the two full tool-description examples) repeat patterns already shown, which could be trimmed — that minor over-explanation prevents a 5. | 4 / 5 |
Actionability | Fully executable and copy-paste ready: minimal JS/Python snippets, a complete production calculator example with full `jsCode`, exact node-type strings, and concrete error→fix mappings that cover the common cases. | 5 / 5 |
Workflow Clarity | Clear sequence (Quick Start → input modes → return format → top errors → checklist) with an explicit pre-deploy checklist acting as a validation checkpoint, and a documented error→agent-reads→retries feedback loop. Not a 5 because the deploy/verify step is a checklist rather than an explicit validate-then-proceed gate, and there is no live test snippet to confirm wiring. | 4 / 5 |
Progressive Disclosure | Structure and signaling are good — a clear overview with one-level-deep links to [INPUT_SCHEMA.md](INPUT_SCHEMA.md) and [ERROR_PATTERNS.md](ERROR_PATTERNS.md) — but neither referenced file exists in the bundle (no references/, scripts/, or assets/ directories are present), so the signaled references do not resolve. If the two .md files were present this would be a 5; their absence leaves inline-only content that belongs in those files, capping this below 4 per the bundle-structure guidance. | 3 / 5 |
Total | 16 / 20 Passed |