Content
82%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 body with executable commands, exact formulas, and a working script. It loses a little on conciseness (one run-on warning paragraph) and progressive disclosure (a dangling cross-skill reference path) and lacks an explicit error-recovery feedback loop.
Suggestions
Tighten the 'Scale foot-gun' callout (line 79) into a short checklist so it scans as fast as the rest of the body.
Clarify that references/cox_regression.md (line 113) belongs to the sibling tooluniverse-statistical-modeling skill, or remove the inline reference to avoid a dead-looking path in this skill's own bundle.
Add a brief validate→fix→retry note for when MetaAnalysis_run errors or the helper script rejects a row, to lift workflow_clarity to a full checkpoint loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and information-rich with no padding of concepts Claude already knows (compact tables, exact formulas), but the run-on scale foot-gun paragraph (line 79) and some discursive 'Honest limitations' commentary could be tightened. | 4 / 5 |
Actionability | Fully executable: a concrete `tu run MetaAnalysis_run '{...}'` command with real data, exact CSV column specs, exact conversion formulas, and a verified-working helper script (scripts/meta_analysis.py) — copy-paste ready and covers the common cases. | 5 / 5 |
Workflow Clarity | A clear 5-step numbered sequence with the error-prone step flagged and decision rules at each stage (I² bands, ratio-scale warnings acting as checkpoints), but no explicit validate→fix→retry feedback loop is described, keeping it just short of 5. | 4 / 5 |
Progressive Disclosure | Good structure with a clear overview and a one-level-deep, verified reference to the helper script, appropriately inlining the core conversion table; however a referenced path (references/cox_regression.md) does not exist in this skill's bundle and is not clearly signaled as belonging to a sibling skill. | 4 / 5 |
Total | 17 / 20 Passed |