Content
85%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.
The body delivers concrete, actionable n8n docs-lookup guidance with a clear sequenced workflow and failure path, organized into clean sections. Its only weakness is mild redundancy between the frontmatter description and the opening paragraph.
Suggestions
Remove the opening paragraph that restates the description's trigger sentence; the frontmatter already conveys when to use the skill.
Consolidate the repeated load_tool instruction, which appears in both the intro and step 1, into a single mention to avoid duplication.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and instructional, but the opening paragraph restates the frontmatter description's trigger sentence and the load_tool instruction appears in both the intro and step 1, which could be tightened. | 2 / 3 |
Actionability | Guidance is concrete and specific for an instruction-only skill: call `n8n-docs(action="lookup")`, pass named fields like `credentialType` and `documentationUrl`, and end with a `Source:` citation format. | 3 / 3 |
Workflow Clarity | The four-step Default Procedure is clearly sequenced with a read-before-answering checkpoint, and the Missing Docs section provides an explicit failure-recovery path; no destructive or batch operations require further validation. | 3 / 3 |
Progressive Disclosure | The skill is under 50 lines with no external references needed and is organized into well-signaled sections (Default Procedure, Credential Setup, Missing Docs), meeting the simple-skill criterion for the top score. | 3 / 3 |
Total | 11 / 12 Passed |