Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an exceptionally well-crafted skill file that demonstrates mastery of the format. It is dense, actionable, and well-structured — covering schema inspection, query patterns, syntax traps, performance optimization, failure recovery, and version gating with concrete examples throughout. The progressive disclosure is excellent, keeping the main file as a comprehensive reference while clearly pointing to deeper materials for specialized topics.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely dense and efficient. Every section earns its place — no explanations of what Cypher is, no hand-holding about graph databases. Tables, cheat sheets, and terse code examples maximize information density. The syntax traps table alone is a masterclass in token-efficient knowledge transfer. | 3 / 3 |
Actionability | Fully executable Cypher examples throughout — MERGE patterns, CALL IN TRANSACTIONS, QPE basics, spatial queries, subquery variants, and the Query API v2 curl command are all copy-paste ready. The Schema-First Protocol provides exact queries to run. The syntax traps table gives concrete wrong→right pairs. | 3 / 3 |
Workflow Clarity | The write gate workflow is explicit and sequenced: EXPLAIN → report estimated rows → wait for confirmation → execute. The Schema-First Protocol has a clear priority order (1→2→3) with specific actions at each step. The validation workflow (EXPLAIN → LIMIT 1 → verify read half → PROFILE) provides feedback loops for error recovery. Pre-flight table cleanly handles known/unknown states. | 3 / 3 |
Progressive Disclosure | Excellent structure: the main SKILL.md is a comprehensive but scannable overview, with seven clearly signaled one-level-deep references (indexes.md, cypher-syntax.md, syntax-traps.md, performance.md, advanced-patterns.md, apoc.md, graph-type.md) plus WebFetch URLs for live documentation. The 'Load on demand' framing with descriptive summaries for each reference file makes navigation easy. | 3 / 3 |
Total | 12 / 12 Passed |