Content
100%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.
A tight, highly actionable single-file skill that gives exact tool calls, regex, and output formatting with clear branching logic and no unnecessary exposition. It is exemplary for a simple read-only lookup skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient throughout — direct steps, exact tool parameters, regex patterns, and a format spec with no concept explanations or padding; every section earns its place. | 5 / 5 |
Actionability | Fully executable guidance: concrete search_memories calls with filters/top_k/rerank, get_memory usage, exact regex, and a copy-paste output format template covering common cases. | 5 / 5 |
Workflow Clarity | Clear three-step sequence with explicit conditional branches (ID detection → direct lookup vs. fall-through to search; empty-query prompt; no-results message); as a simple read-only skill this satisfies the simple-skill exception. | 5 / 5 |
Progressive Disclosure | Under 50 lines with no need for external references, organized into well-labeled Execution/Step sections; meets the simple-skill exception for top marks. | 5 / 5 |
Total | 20 / 20 Passed |