Content
100%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is compact, actionable, and well-structured for a single-purpose skill, with an executable example and a verified script reference. It appropriately avoids over-explaining concepts Claude already knows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~37 lines the body is lean and assumes Claude's competence, with no padding or explanation of concepts Claude already knows; every section earns its place. | 3 / 3 |
Actionability | Provides a concrete, copy-paste-ready bash invocation plus three specific JSON input patterns and exact param names (df, ef, sf, q, offset, count), not vague description. | 3 / 3 |
Workflow Clarity | A simple single-task skill with an unambiguous input/stdin/output contract and explicit guidance to page via offset; per the simple-skills note, the single action is clear enough to score 3, and no destructive/batch operation requires validation checkpoints. | 3 / 3 |
Progressive Disclosure | Under 50 lines with well-organized sections and a single referenced script (scripts/ncbi_gene_clinicaltables.py) that exists in the bundle; per the simple-skills note this warrants a 3 without further external references. | 3 / 3 |
Total | 12 / 12 Passed |