Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-organized, highly actionable skill body with a clear workflow and appropriate offloading of MCP setup to a single one-level-deep reference. Its main weakness is repetition of the query-expansion guidance, which inflates length without adding new information.
Suggestions
Consolidate the 'do not lean on query expansion / write intent:lex:vec:hyde yourself' guidance into one authoritative section and reference it from the others instead of restating it in 'How search works', 'Pick the right search mode', and 'Pitfalls'.
Trim the repeated 'do not pipe through sed/head/tail' explanation — state the rule with one example in 'Retrieve sources' and shorten the Pitfalls restatement to a one-line pointer.
Consider moving the detailed 'Pick the right search mode' query-field reference into a reference file so the top of SKILL.md stays a lean quick-start, since the body is long for a single-purpose search skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and command-driven, but the 'do not lean on query expansion' guidance is restated at least four times (How search works, Pick the right search mode, and twice in Pitfalls), and the overall length could be tightened without losing clarity. | 2 / 3 |
Actionability | Provides many copy-paste-ready, fully executable `qmd` commands with concrete flags, suffixes, and JSON examples rather than pseudocode or vague direction. | 3 / 3 |
Workflow Clarity | States an explicit 3-step retrieval workflow, includes a fallback when model/GPU commands fail, guards index mutation ('Only mutate indexes when the user asked'), and offers diagnostics via `qmd doctor`. | 3 / 3 |
Progressive Disclosure | Keeps operational guidance inline in SKILL.md while splitting the bulkier MCP-client configuration into a clearly signaled, one-level-deep reference (references/mcp-setup.md), which exists as a real file. | 3 / 3 |
Total | 11 / 12 Passed |