Content
96%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.
An efficient, highly actionable read-only search skill with a clearly sequenced workflow and multiple guard checks. Structure is clean and self-contained; the only dimension short of full marks is progressive disclosure, held at 4 by length rather than by any organization defect.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence — references 'TF-IDF cosine' and '90-day half-life' without explaining them, and every aside earns its place ('Never read one whole.' directly justifies the filter snippet). | 5 / 5 |
Actionability | Fully executable, copy-paste-ready guidance throughout — 'obsidian-wiki sessions-query "<topic>" --json', named filters '--project NAME --cluster N --since DATE --top N', 'sessions-show <session-id> --pretty', and a complete python JSONL-filter snippet. | 5 / 5 |
Workflow Clarity | A clear 5-step sequence (Check → Rank → Present → Load → Answer) with explicit checkpoints — graph-freshness/exit-1 handling, 'loadable: false'/'unloadable' honesty, and a 'grep -c' size guard before reading the transcript — plus feedback (offer /session-brain). | 5 / 5 |
Progressive Disclosure | Well-organized into Steps 1–5 plus a Related section with one-level-deep links to sibling skills, and no bundle files exist to misroute; at ~90 lines it exceeds the under-50-line simple-skill exception, so it sits just below the 5 anchor. | 4 / 5 |
Total | 19 / 20 Passed |