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 that serves as a diagnostic runbook for Neo4j query performance. It combines dense reference tables (operators, metrics, runtimes) with a clear step-by-step workflow and concrete, executable examples for every common problem pattern. The content is highly token-efficient while remaining comprehensive, with appropriate progressive disclosure to external references for deeper detail.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section earns its place — no explanations of what Neo4j or Cypher are, no padding. Tables are dense and scannable. The skill assumes Claude knows graph databases and focuses purely on diagnostic knowledge Claude wouldn't have memorized. | 3 / 3 |
Actionability | Fully executable Cypher queries throughout, concrete curl commands for the Query API, specific index creation syntax, and copy-paste ready examples for every fix pattern. The operator reference table maps directly from symptom to fix. | 3 / 3 |
Workflow Clarity | The 5-step diagnostic workflow is clearly sequenced with explicit validation checkpoints (wait for index ONLINE before measuring, PROFILE twice for cache warming, compare dbHits before/after). The checklist at the end provides a comprehensive verification loop. Feedback loops are present for stale statistics and Eager fixes. | 3 / 3 |
Progressive Disclosure | The SKILL.md serves as a comprehensive but scannable overview with clear references to deeper content (references/plan-operators.md, references/stats-and-monitoring.md). Content is well-organized into logical sections with tables for quick lookup and detailed examples for complex scenarios. No bundle files were provided to verify reference accuracy, but the structure is sound. | 3 / 3 |
Total | 12 / 12 Passed |