Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable, clearly sequenced, and well-organized, with concrete MCP/CLI syntax and validation in the index-resolution script. Its main weakness is conciseness: the Commands and When-to-Search sections overlap and the MCP-preference rule is repeated, which could be consolidated.
Suggestions
Consolidate the overlap between 'Commands' and 'When to Search': keep Commands as the syntax reference and have When-to-Search reference operation types (e.g., 'hybrid query') instead of restating full MCP argument shapes.
State the MCP-preference rule once in 'Tool Surfaces — Preference Order' and avoid restating 'prefer MCP' in the Commands, When-to-Search, and section intros.
Consider moving the multi-line index-name resolution Node script into a referenced helper file to slim the SKILL.md body while keeping the inline validation guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is operational and free of concept-padding, but the 'Commands' and 'When to Search' sections overlap (both restate the full MCP call syntax per operation) and the MCP-preference rule is restated several times, so it could be tightened — matching the score-2 anchor rather than the every-token-earns-its-place score-3 anchor. | 2 / 3 |
Actionability | Provides concrete, copy-paste-ready guidance: exact MCP argument shapes ('searches=[{type:"lex", query:"..."}]'), full CLI commands ('qmd --index <name> query "..." --json -n 10'), and an explicit bootstrap command, matching the score-3 anchor for fully executable code/commands. | 3 / 3 |
Workflow Clarity | The pick-highest-surface-and-stop decision flow is clearly sequenced, and the index-name resolution script has an explicit validation checkpoint ('process.exit(1)' on an invalid pin); no destructive batch operations lack feedback loops, satisfying the score-3 anchor. | 3 / 3 |
Progressive Disclosure | A single, well-organized SKILL.md with clear section headers, an in-page anchor link, and one-level-deep references to external vault files (vault-manifest.json, .scripts/qmd-bootstrap.ts); no bundle files are needed, matching the score-3 anchor for clear overview with well-signaled navigation. | 3 / 3 |
Total | 11 / 12 Passed |