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.
A tight, well-structured single-purpose skill: lean prose, a concrete executable example, an explicit input/output contract, and correct one-level-deep bundling of its single script. No significant gaps for a skill of this scope.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude knows Genebass/PheWAS concepts, with no padding or basic-concept explanations; every section earns its place, matching the lean-and-efficient anchor. | 3 / 3 |
Actionability | It provides a fully executable, copy-paste-ready command ('echo ... | python scripts/genebass_gene_burden.py') plus concrete input forms and the supported burden-set list, matching the executable-and-complete anchor. | 3 / 3 |
Workflow Clarity | This is a single-task skill whose one action (run the script with stdin JSON) is unambiguous, with a clearly documented input/output contract; per the simple-skills note a clear single action can score 3, and no destructive/batch feedback loop is required for a read-only fetch. | 3 / 3 |
Progressive Disclosure | Under 50 lines with well-organized sections and a single correctly-referenced bundle file (scripts/genebass_gene_burden.py); the body explicitly states no additional references are needed, fitting the simple-skill note that allows a 3 with just well-organized sections. | 3 / 3 |
Total | 12 / 12 Passed |