Content
92%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 a lean, highly actionable reference with strong workflow gating and validation for destructive/batch operations, plus clean progressive disclosure to real bundle files. The only weakness is minor internal redundancy that could be trimmed for token efficiency.
Suggestions
Deduplicate the Version Gates table: 'GROUP BY subclause on WITH/RETURN [2026.07]' and the adjacent 'cardinality()' rows appear twice — merge into single entries.
Consolidate the 'Z ≠ UTC' timezone caveat so it lives in one place (e.g. syntax-traps.md or a single inline note) rather than repeated in both the traps table and Failure Recovery.
Tighten the Defaults list and Version Gates table by cross-linking to references/cypher-syntax.md for items already detailed there, reducing repeated inline detail.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence (no basic-concept padding), but contains minor redundancy — the 'GROUP BY subclause on WITH/RETURN [2026.07]' row appears twice in the Version Gates table, and the 'Z ≠ UTC' caveat is repeated across the traps table and Failure Recovery. | 4 / 5 |
Actionability | Abundant copy-paste-ready Cypher examples, concrete curl commands for Query API v2, and specific syntax recipes cover the common cases (MERGE, WITH scope, subqueries, CALL IN TRANSACTIONS, QPE, spatial). | 5 / 5 |
Workflow Clarity | Clear sequenced workflows with explicit validation checkpoints — Pre-flight decision table, Schema-First Protocol priority order, EXPLAIN→LIMIT 1→verify-read-half→PROFILE validation, a write execution gate, a Failure Recovery feedback loop, and a final Checklist. Validation is present for the destructive/batch write operations. | 5 / 5 |
Progressive Disclosure | SKILL.md is a well-organized overview with a References section signaling one-level-deep files (all 8 referenced .md files and 3 scripts exist in references/ and scripts/), each with a one-line description; bulk detail is appropriately split into separate files. | 5 / 5 |
Total | 19 / 20 Passed |