Content
93%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 tightly written, highly actionable Neo4j query-tuning skill: dense tables and executable code, a sequenced diagnostic runbook with validation and a feedback loop, and clean progressive disclosure into two real reference files. The only gap is a missing confirm-checkpoint on the destructive TERMINATE TRANSACTION command.
Suggestions
Add an explicit validation checkpoint before TERMINATE TRANSACTION / TERMINATE QUERY (e.g. 'Confirm transactionId via SHOW TRANSACTIONS before terminating; verify currentQuery is the intended target') to close the destructive-operation validation gap.
Mark the version-sensitive items (e.g. 'currentQueryProgress added [2026.03]', 'CYPHER 25 runtime=parallel', 'Aura Pro 2025+') in a dedicated version-compatibility note so time-sensitive details are isolated rather than inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean, dense reference of tables and executable code with no padding; it never explains what Neo4j, Cypher, or indexes are, assuming Claude's competence throughout. | 5 / 5 |
Actionability | Every section gives copy-paste-ready Cypher/bash (e.g. 'CREATE INDEX person_email IF NOT EXISTS FOR (n:Person) ON (n.email)', 'CALL db.resampleOutdatedIndexes()') covering the common tuning cases. | 5 / 5 |
Workflow Clarity | The 'Diagnostic Workflow' runbook is a clear 5-step sequence with checkpoints (wait for state='ONLINE', profile-after-fix comparison) and a feedback loop (stale stats -> db.prepareForReplanning) plus a checklist, but the destructive TERMINATE TRANSACTION command lacks an explicit confirm-before-killing checkpoint, a minor validation gap. | 4 / 5 |
Progressive Disclosure | SKILL.md is an overview with well-signaled, one-level-deep references ('Full operator reference -> references/plan-operators.md', 'Full monitoring reference -> references/stats-and-monitoring.md'), both confirmed to exist as real bundle files. | 5 / 5 |
Total | 19 / 20 Passed |