Content
90%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 highly actionable, token-efficient gotcha catalog with copy-paste command examples and explicit WRONG/CORRECT contrasts. Workflow clarity and progressive disclosure are slightly below the top because the body is a flat reference rather than a sequenced workflow and is just past the size where a separate reference file would help.
Suggestions
Add a short 'Decision flow' at the top (try MCP native tool first → fall back to CLI → apply gotchas) to make the workflow sequence and its verification checkpoint explicit.
Consider moving the longer per-command WRONG/CORRECT blocks (docs, esql, agent-builder) into a references/cli-gotchas.md file, leaving SKILL.md as a concise overview with one-level-deep links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean gotcha list with no concept padding (no 'what is Elasticsearch' filler); assumes Claude's competence and every line is a verified pitfall or corrective example, matching the lean-and-efficient anchor. | 5 / 5 |
Actionability | Copy-paste-ready JSON argv arrays (e.g. ["es","cluster","health","--json"]) and explicit WRONG vs CORRECT blocks for docs/esql/slo cover the common cases fully; not a 4 because guidance is directly executable with specific flags rather than having minor gaps. | 5 / 5 |
Workflow Clarity | A routing table (CLI vs MCP) and a connectivity checkpoint ('Use es cat count --json to verify connectivity on serverless') are present, but the body is a reference of discrete gotchas rather than an explicitly sequenced workflow with feedback loops; not 5 because checkpoints are distributed and implicit, not 3 because verification guidance does exist. | 4 / 5 |
Progressive Disclosure | No bundle files exist, so all content is appropriately inline with clear section headers (Shorthands, Prefer MCP, Gotchas) and easy navigation; not 5 because at ~95 lines (above the 50-line simple-skill threshold) the Gotchas block bundles many distinct pitfalls that could warrant a one-level-deep reference file. | 4 / 5 |
Total | 18 / 20 Passed |