Content
78%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 lean, actionable retrieval workflow with concrete commands, clear sequencing, and sensible fallbacks for sandbox failures. Minor conciseness trims and resolving the __INSTALL_DIR__ placeholder would push it to fully copy-paste ready.
Suggestions
Replace or pre-resolve the __INSTALL_DIR__ placeholder so the project-collection command is directly executable, or document the substitution once at the top.
Tighten the deep-drill section's enumeration of unfamiliar anchor formats ('transcript: + turn:, db: instead of rollout:') into a brief parenthetical or move it to a reference file.
Consider extracting the long project-collection bash one-liner into the referenced derive-collection.sh invocation directly to reduce inline noise.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands throughout, but the inline project-collection bash one-liner and the deep-drill anchor-format explanation ('transcript: + turn:, db: instead of rollout:') could be trimmed slightly. | 4 / 5 |
Actionability | Provides concrete, flag-level commands ('memsearch search "<query>" --top-k 5 --json-output --default-collection', 'memsearch expand <chunk_hash>') with fallbacks, but the '__INSTALL_DIR__' template placeholder requires install-time substitution rather than being copy-paste ready. | 4 / 5 |
Workflow Clarity | Clear numbered sequence (Search → Evaluate → Expand → Deep drill → Return) with an Evaluate checkpoint and fallback error-handling for lock/permission and unrecognized-format cases; minor validation gaps but the skill is read-only so no destructive cap applies. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections (Project Collection, Steps, When unsure what to search, Output Format) with content appropriately inline for a sub-50-line single-purpose skill and no nested reference chains. | 5 / 5 |
Total | 17 / 20 Passed |