Content
52%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 content contains a useful concrete command and a clear workflow, but it is heavily padded with generic templated boilerplate and references script files that are absent from the bundle. Trimming the boilerplate and either shipping or removing the script references would meaningfully improve conciseness and progressive disclosure.
Suggestions
Remove the generic templated sections (When to Use, Dependencies, Implementation Details, Validation/Safety Rules, Failure Handling, Completion Checklist) or replace them with skill-specific content; they currently restate what Claude already knows.
Either include the referenced scripts (scripts/main.py, scripts/calculators/sample_size.py, and the 4 additional scripts) in a scripts/ bundle or drop the references and validation-shortcut commands that depend on them.
Consolidate the duplicated "Validation Shortcut" and "Quick Validation" blocks (both run `python scripts/main.py --help`) into a single verification step to reduce redundancy.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is padded with large blocks of generic templated boilerplate ("When to Use", "Dependencies", "Implementation Details", "Validation and Safety Rules", "Failure Handling", "Completion Checklist") that restate things Claude already knows and add little skill-specific value. It is not a 3 because the unnecessary explanation is pervasive rather than isolated, and not a 1 because there is some concrete skill-specific content embedded. | 2 / 5 |
Actionability | Provides a concrete, copy-paste-ready command ("python scripts/main.py --type efficacy --P 'Type 2 Diabetes' ...") and an explicit argument list covering the common case. It is not a 5 because the referenced scripts are not actually present in the bundle, so the guidance is only conditionally executable. | 4 / 5 |
Workflow Clarity | A clear sequenced workflow exists (call the skill, read the output, execute the LLM instructions) plus a "Recommended Workflow" and "Completion Checklist" with validation checkpoints. It is not a 5 because the validation/feedback loop is generic rather than tied to a concrete re-run-and-retry step for the script. | 4 / 5 |
Progressive Disclosure | No bundle files exist, yet the body references packaged scripts ("scripts/main.py", "scripts/calculators/sample_size.py", "4 additional script(s)") that are not present, and large amounts of generic content that belong elsewhere are inlined into a single monolithic file. It is not a 3 because the missing referenced files and inlined boilerplate undermine navigation, and not a 1 because section headers do provide some structure. | 2 / 5 |
Total | 12 / 20 Passed |