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 strong, actionable body: concrete script and tool invocation, exact formulas, and a well-sequenced workflow with heterogeneity checkpoints. Minor conciseness trimming and a cleaner reference structure would lift it to top marks.
Suggestions
Tighten the 'Scale foot-gun' callout and 'Honest limitations' to the essential warning each — the log-transform rule is the core point and can lead the block.
Add an explicit validate→retry step (e.g., if a row fails effect-size conversion, fix the CSV row and re-run) to give the workflow a true feedback loop.
Clarify that references/cox_regression.md belongs to the tooluniverse-statistical-modeling skill, or link it with the skill prefix, to avoid a dangling cross-skill reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Efficient — dense tables and critical rules earn their place and it avoids explaining basics Claude knows — but the scale foot-gun block and some elaboration in 'Honest limitations' could be trimmed slightly. Not a 5 because a few sentences over-explain. | 4 / 5 |
Actionability | Fully executable: a real script invocation with CSV column specs ('python …/meta_analysis.py --input studies.csv'), a concrete 'tu run MetaAnalysis_run' JSON example, and exact conversion formulas in the table. The helper script exists in the bundle and is copy-paste ready. | 5 / 5 |
Workflow Clarity | Clear 5-step sequence (Extract → Pick model → Pool → Read heterogeneity → Forest plot) with decision checkpoints (fixed vs random on I², 'Don't over-pool' at I²>75%, retraction/publication-bias checks). Not a 5 because there is no explicit validate→fix→retry feedback loop. | 4 / 5 |
Progressive Disclosure | Well-organized sections with the helper script referenced clearly one level deep and conversion logic appropriately split into the script. Not a 5 because the related-skills pointer to another skill's references/cox_regression.md is a mildly confusing cross-skill reference and conversion formulas are duplicated inline and in the script. | 4 / 5 |
Total | 17 / 20 Passed |