Content
92%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.
A well-structured, highly actionable skill body with executable examples, an explicit assumption-check feedback loop, and clean one-level-deep progressive disclosure to verified bundle files. The only weakness is mild verbosity in a few rhetorical passages and the duplicated 'When to Use' list.
Suggestions
Trim rhetorical padding such as 'Skipping steps is how analyses end up retracted' and 'a p-value says an effect exists; the effect size says whether anyone should care' to tighten token efficiency.
Remove or condense the 'When to Use This Skill' section since it restates the frontmatter description and adds no new trigger information.
Consider moving the version-compatibility notes block into references/ (e.g. assumptions_and_diagnostics.md or a dedicated compatibility note) so the main body stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with non-obvious, version-specific gotchas (ArviZ 89% default, one-sided BF removal, compute_effsize_from_t lacking a CI) and avoids explaining basics Claude already knows, but some rhetorical prose ('Skipping steps is how analyses end up retracted') and a 'When to Use' section that re-states the description could be trimmed. | 4 / 5 |
Actionability | Copy-paste-ready, executable code blocks for t-tests, ANOVA with post-hoc, regression with diagnostics, Bayesian t-test, and a priori/sensitivity power analysis, all with concrete column names and version-aware API usage. | 5 / 5 |
Workflow Clarity | A clear 6-step Analysis Workflow is sequenced in order with an explicit validation checkpoint (assumption checking) and a feedback loop - 'If an assumption fails, switch to the remedial test... and report both the plan and the change' - reinforced by the Statistical Integrity checklist. | 5 / 5 |
Progressive Disclosure | The body is an overview that signals one-level-deep references to all five real reference files and the bundled script, each verified to exist in references/ and scripts/, and a Bundled Resources section enumerates them for easy navigation. | 5 / 5 |
Total | 19 / 20 Passed |