Content
40%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill has strong workflow sequencing and concrete tool calls, but it is severely over-long, repetitive, and monolithic with no progressive disclosure or bundle files despite referencing external structures. Token efficiency and reference organization are the main weaknesses.
Suggestions
Collapse the repeated sections (The Mission, Core Distinction, Extraction Question, Quality Gates, Critical) into a single concise statement of principles to recover large amounts of token budget.
Extract the Handoff Mode queue-management detail, Note Design Reference, and Large Source Handling into separate reference files (e.g., references/handoff.md, references/note-design.md) and link to them from a leaner SKILL.md.
Resolve or explain the {vocabulary.*} placeholders inline (or note they are filled from ops/derivation-manifest.md) so the body reads as executable guidance rather than templated meta-content.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is extremely long (~1100 lines) with heavy repetition of the same directives across 'The Mission', 'Reduce', 'Quality Gates', and 'Critical' sections, re-explaining concepts like the extraction question and skip-rate rule many times over. | 1 / 3 |
Actionability | It provides concrete tool invocations (mcp__qmd__vector_search, qmd vsearch, jq queue updates) and templates, but much guidance is abstract policy and placeholders like {vocabulary.note_plural} that are never resolved, leaving execution partially incomplete. | 2 / 3 |
Workflow Clarity | The 7-step workflow is clearly sequenced with explicit validation checkpoints (size check, semantic duplicate detection, classification, user approval before writing) and a calibration/yield review gate, with feedback loops for risky batch operations. | 3 / 3 |
Progressive Disclosure | No bundle files exist (references/, scripts/, assets/ are absent) yet the body references ops/ files, derivation-manifests, and queue structures; everything is crammed into one monolithic SKILL.md with no one-level-deep separation. | 1 / 3 |
Total | 7 / 12 Passed |