Content
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is dominated by generic, skill-agnostic template filler with verbatim description repetition and dangling references to unbundled files. The few concrete elements (parameter table, usage commands) are undermined by the missing scripts/main.py and references bundle.
Suggestions
Strip the generic boilerplate (Risk Assessment, Security Checklist, Lifecycle Status, Response Template, Evaluation Criteria) that adds no skill-specific value, and stop repeating the description verbatim.
Either bundle scripts/main.py and references/audit-reference.md so the referenced commands and links resolve, or remove the dangling references.
Replace the abstract Workflow steps with a concrete, calculation-specific sequence that validates inputs (effect size, alpha, power) and shows how to interpret/verify the produced sample size and power curve.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~210-line body is padded with generic template boilerplate (Risk Assessment, Security Checklist, Lifecycle Status, Response Template) and repeats the description verbatim in "When to Use" and "Key Features" rather than adding skill-specific knowledge. | 1 / 3 |
Actionability | It provides concrete commands (py_compile, --help), a parameter table, and copy-paste usage examples, but the primary surface scripts/main.py is referenced yet not bundled, so the guidance is incomplete. | 2 / 3 |
Workflow Clarity | A 5-step workflow with a py_compile validation checkpoint and a fallback path is present, but the checkpoints are generic and lack a feedback loop tied to the actual calculation outputs. | 2 / 3 |
Progressive Disclosure | All content sits in a single monolithic file, and the one signaled reference (references/audit-reference.md) does not exist — no references/, scripts/, or assets/ bundle directories are present — so navigation is broken. | 1 / 3 |
Total | 6 / 12 Passed |