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.
The body is a tight, well-structured overview: executable JSON examples, a concrete parameter table, and explicit anti-patterns and 'when not to use' guidance. It stays lean without padding and needs no external bundle files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence — a compact Quick Reference, a dense Parameters table, and short lists with no explaining of what URLs/markdown are; every line earns its place. | 5 / 5 |
Actionability | Copy-paste-ready JSON examples cover the common cases (basic, force_refresh, use_auth, section, max_content_chars, actions) and the Parameters table pairs each field with a concrete "When to use" note. | 5 / 5 |
Workflow Clarity | This is a single-action fetch skill rather than a multi-step destructive/batch process, so the simple-skill exception applies; the single action is unambiguous and the Anti-Patterns/"When NOT to use" sections guide correct selection. | 5 / 5 |
Progressive Disclosure | Under 50 lines of body with no external references needed; well-organized sections (Quick Reference, Parameters, Output, Anti-Patterns, When NOT to use, See Also) and one-level sibling-skill links, matching the under-50-line 5 anchor. | 5 / 5 |
Total | 20 / 20 Passed |