Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
An excellent, operationally dense skill body: lean and expert-respecting, with executable tool and script invocations, a clear sequenced workflow plus a critical scale-validation checkpoint, and a single well-structured file that delegates the rote math to a real helper script. The 'Scale foot-gun' note is exactly the kind of non-obvious failure-mode guidance a skill should capture.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes competence: no explanation of what a forest plot, OR, or heterogeneity is — only the error-prone conversion formulas, decision tables, and the command to run the tool. Every line delivers non-obvious operational detail rather than padding Claude already knows. | 3 / 3 |
Actionability | Fully executable: a copy-paste `tu run MetaAnalysis_run ...` JSON invocation with realistic study rows, a runnable `python .../meta_analysis.py --input studies.csv` with exact CSV column sets, and explicit formulas (e.g. `(ln(U) − ln(L)) / (2 × 1.96)`) for the conversions the script performs. | 3 / 3 |
Workflow Clarity | Clear 5-step sequence with an explicit validation feedback loop — the 'Scale foot-gun' note is a checkpoint that tells Claude to ignore the tool's interpretation field and re-`exp()` ratio results, and 'Honest limitations' / retraction checks act as quality gates before trusting inputs. | 3 / 3 |
Progressive Disclosure | Well-organized single-file skill with one-level-deep pointers: the body keeps the overview and decisions inline while offloading the tedious conversions to `scripts/meta_analysis.py` and pointing to sibling-skill references (e.g. `references/cox_regression.md`) for adjacent detail. References are real, clearly signaled, and not nested. | 3 / 3 |
Total | 12 / 12 Passed |