Content
67%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 is highly actionable with executable examples for every supported study type and clear script references, but it is weighed down by substantial generic boilerplate that inflates the token budget without adding skill-specific guidance.
Suggestions
Remove or collapse the generic templated sections ('When to Use', 'Required Inputs', 'Output Contract', 'Validation and Safety Rules', 'Failure Handling', 'Deterministic Output Rules', 'Completion Checklist') that are not specific to clinic sample size calculation.
Consolidate the duplicate validation pointers (Validation Shortcut, Quick Validation, Example Usage) into a single verification section to reduce redundancy.
Make the validate-fix-retry loop explicit in the Recommended Workflow rather than leaving error recovery implicit.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably padded with generic templated sections ('When to Use', 'Required Inputs', 'Output Contract', 'Validation and Safety Rules', 'Failure Handling', 'Deterministic Output Rules', 'Completion Checklist') that add no skill-specific value, plus redundant pointer lines like 'See ## Usage above for related details.' | 2 / 5 |
Actionability | Provides copy-paste-ready bash commands covering all four study types (e.g. 'python scripts/main.py ... diagnostic sens_spec --se 0.8 --sp 0.9 ...') plus compile and validation commands, with concrete flags and JSON input examples for the common cases. | 5 / 5 |
Workflow Clarity | A clear sequence exists (Example run plan + Recommended Workflow) with validation checkpoints ('python scripts/validate_skill.py --help', final validation pass, Quick Validation), though the feedback loop is implicit rather than an explicit validate-fix-retry cycle. | 4 / 5 |
Progressive Disclosure | Content is organized under clear headers with one-level-deep references to real bundle scripts (scripts/main.py, scripts/calculators.py, scripts/validate_skill.py) and no nested reference chains; minor organization gaps from inlined boilerplate. | 4 / 5 |
Total | 15 / 20 Passed |