Content
86%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: executable code throughout, a clear assumption-checked workflow with feedback loops, and clean progressive disclosure to real reference files. The only weakness is minor verbosity in a few prose passages that could be tightened.
Suggestions
Tighten the 'Statistical Integrity' and 'Bayesian Statistics' prose sections to bullet-point essentials to lift conciseness toward the lean 5 anchor.
Add an explicit post-test validation/retry checkpoint in the workflow (e.g., 'if convergence diagnostics fail, re-sample with more tune/draws and re-check') to push workflow_clarity to 5.
Move the library version-compatibility notes into a dedicated 'Compatibility / known pitfalls' subsection header so they are scannable rather than woven into the Installation narrative.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Efficient and assumes Claude's competence; the version-compatibility notes earn their place because they flag real, specific pitfalls (renamed pingouin columns, ArviZ 89% defaults, dropped one-sided BF). Minor instances of prose that could be trimmed keep it just below the lean 5 anchor. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready code blocks for t-test, ANOVA, regression, Bayesian t-test, effect sizes, and power analysis, each with specific gotchas (Welch correction, k_groups vs n-per-group, ci_prob=0.95) covering the common cases. | 5 / 5 |
Workflow Clarity | Clear 6-step analysis sequence with an explicit assumption-check validation checkpoint and a feedback loop ('If an assumption fails, switch to the remedial test and report both the plan and the change'). A 5 would require more granular per-step validation and explicit retry loops for the batch/destructive-adjacent operations. | 4 / 5 |
Progressive Disclosure | Clear overview with well-signaled, one-level-deep references that all resolve to real bundle files (references/*.md, scripts/assumption_checks.py), and content appropriately split between SKILL.md and the reference files, matching the 5 anchor. | 5 / 5 |
Total | 18 / 20 Passed |