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.
The body is a well-engineered, actionable skill: fully executable commands, a sequenced workflow with an explicit validation gate and feedback loop, and clean sectioning. The only real weaknesses are minor conciseness redundancy between the gate and the store/don't-store lists and a length that slightly exceeds the simple-skill threshold for progressive disclosure.
Suggestions
Deduplicate the Quality Gate checklist and the Store/Do-not-store lists so each rule appears once, trimming tokens without losing guidance.
Consider whether the Commands reference (search/store/update flag tables) belongs in a separate REFERENCE.md to shorten SKILL.md below the simple-skill threshold, which would lift progressive_disclosure toward 5.
Keep the explicit Quality Gate and conflict-handling feedback loop — these are the strongest part of the workflow.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean — executable commands in code blocks, tight bullet checklists, no explanation of what memory is or how CLIs work — but there is mild redundancy between the Quality Gate checklist and the Store/Do-not-store lists that both restate "verified reusable knowledge" and "no secrets", fitting the score-4 anchor of efficient content with minor trim opportunities rather than 5's every-token-earns-its-place. | 4 / 5 |
Actionability | Every command is fully executable and copy-paste ready — `npx ai-devkit@latest memory search/store/update` with all flags, the `--table` pattern for retrieving IDs, and concrete troubleshooting steps — covering the common cases exactly as the score-5 anchor requires. | 5 / 5 |
Workflow Clarity | The workflow is clearly sequenced (search → use as context → search before storing → store/update after the gate) with an explicit Quality Gate validation checklist before persistence and a feedback loop ("If memory conflicts with verified evidence, use the evidence and update the stale memory"), matching the score-5 anchor's clear sequence with explicit validation and error-recovery loops; the destructive-operation cap does not apply because a strong validation gate is present. | 5 / 5 |
Progressive Disclosure | The skill is a single self-contained file with no bundle files present and is organized into clear, logically ordered sections (Workflow, Quality Gate, Commands, Scoping, Troubleshooting), fitting the score-4 anchor of good structure with content appropriately placed; it does not reach 5 because there are no one-level-deep references to signal and the ~120-line length exceeds the "under 50 lines" simple-skill exception that would allow a 5 from structure alone. | 4 / 5 |
Total | 18 / 20 Passed |