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.
An exceptionally actionable, well-structured Cypher skill with strong validation workflows and clean reference navigation. The main weaknesses are minor redundancy between inline content and the reference files, and a body that is heavier than a pure overview.
Suggestions
Collapse the duplication between the inline Key Patterns examples (string interpolation, UUID, GROUP BY) and their restatement in the Version Gates table — keep one canonical location and link from the other.
Move the full Version Gates table to a references file (e.g. references/version-gates.md), retaining only the 2025.01 safe-baseline defaults inline to slim the body.
Relocate the detailed spatial/point and multi-clause QPE worked examples to references/advanced-patterns.md, keeping only the minimal pattern template inline in SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, reference-style content that assumes Cypher competence with almost no padding, but several topics (string interpolation, UUID, GROUP BY) appear both inline in Key Patterns and again in the Version Gates table, creating redundancy that could be trimmed. | 4 / 5 |
Actionability | Abundant copy-paste-ready Cypher examples with the CYPHER 25 prefix, a concrete curl Query API v2 command, and named scripts, covering the common cases (MERGE, WITH, subqueries, bulk writes, QPE, spatial) fully and executably. | 5 / 5 |
Workflow Clarity | Clear sequencing with explicit validation checkpoints (Pre-flight table, Schema-First Protocol priority order, EXPLAIN/LIMIT 1/RETURN-then-write gate, write execution gate), feedback loops in Failure Recovery, and a closing Checklist — including validation for batch/destructive operations. | 5 / 5 |
Progressive Disclosure | Well-signaled one-level-deep references (8 reference files + 3 scripts, all present and described in a Load-on-demand section) with easy navigation, but the 440-line body inlines substantial detail (full Version Gates table, multiple worked pattern examples) that partly duplicates the reference files. | 4 / 5 |
Total | 18 / 20 Passed |