Content
88%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 dense, highly actionable reference with executable examples, explicit write-gate validation, and error-recovery guidance. Its main weakness is conciseness: scattered inline version tags and a lightly padded aside could be consolidated into the deprecated section.
Suggestions
Consolidate time-sensitive version markers ([2025.11], [2026.03], [2026.02], [2026.04]) into a single 'Version history' or the existing 'Deprecated' section instead of scattering them inline, to keep the body evergreen.
Remove the 'Key insight (Bergman): shortest path...' aside or relocate it to the references file; it is conceptual commentary rather than actionable instruction.
Consider moving the Common Errors and full procedure-signature detail into references/providers.md (or a new references/api.md) to keep SKILL.md a tighter overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and code-heavy with little over-explanation, but inline time-sensitive version tags ([2025.11], [2026.03], [2026.04]) are scattered across sections rather than confined to the deprecated/old-patterns section, and the 'Key insight (Bergman)' aside is mild padding. | 4 / 5 |
Actionability | Provides copy-paste-ready executable Cypher for every capability (embed, batch, completion, structured, chat, tokenCount, chunking, GraphRAG), with procedure signatures, return types, and a provider config table covering the common cases. | 5 / 5 |
Workflow Clarity | The Write Gate gives an explicit sequenced workflow with validation checkpoints (count nodes, test one node, batch in transactions, require confirmation), the Common Errors table provides feedback loops, and a Checklist closes the process. | 5 / 5 |
Progressive Disclosure | Good structure with clear sections and a well-signaled one-level reference (references/providers.md) that holds the full provider detail; however a fair amount of detailed API reference (signatures, error tables) is inlined in SKILL.md rather than split out. | 4 / 5 |
Total | 18 / 20 Passed |