Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body is highly actionable with concrete tool calls and well-sequenced workflows, but it is verbose with redundant re-explanation of the tier-routing logic and monolithic — no bundle files exist despite content (reference doc listings, worked examples, vocabulary tables) that would naturally be split out.
Suggestions
De-duplicate the WHY/HOW/WHAT routing logic: explain the tier model once and have the Classification, Search Strategy, and Worked Examples sections reference it rather than restating it.
Move the large Reference Documents listing (lines ~85-117) and the worked examples into separate reference files under ./references/ and link to them, so SKILL.md stays a lean overview.
Trim the tier-content bullet lists ('What it contains', 'Documents include', 'Examples include') to the essentials Claude cannot infer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~380-line body is mostly actionable operational guidance rather than concepts Claude already knows, but the WHY/HOW/WHAT routing and multi-tier logic is re-explained across the Classification, Search Strategy, Worked Examples, and Domain-Aware sections, so it could be tightened significantly. | 2 / 3 |
Actionability | Provides concrete executable MCP calls with arguments (e.g. 'mcp__qmd__deep_search query=... collection="methodology" limit=10'), specific file paths, an executable bash loop, and detailed worked examples with real queries and answers — copy-paste ready guidance. | 3 / 3 |
Workflow Clarity | Multi-step processes are clearly sequenced (EXECUTE NOW steps 1-6, Search Strategy steps 1-5, Domain-Aware steps 1-4) with a fallback chain for qmd lookups and an anti-patterns table acting as a checklist; the task is non-destructive so no validate-retry loop is required. | 3 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers, but the body is a monolithic inline document with no bundle files (references/, scripts/, assets/ are absent) and large inline reference listings, vocabulary tables, and worked examples that would benefit from being split into separate files. | 2 / 3 |
Total | 10 / 12 Passed |