CtrlK
BlogDocsLog inGet started
Tessl Logo

tooluniverse-meta-analysis

Meta-analysis / evidence synthesis — pool effect sizes across studies (odds ratios, risk ratios, hazard ratios, mean differences, correlations, GWAS betas) with fixed- or random-effects models, quantify heterogeneity (Q, I², τ²), and build a forest plot. Use when you have results from MULTIPLE studies and need a single pooled estimate, or to synthesize evidence from a systematic review / multiple GWAS / replicated experiments. Handles the error-prone effect-size + standard-error preparation (converting OR/HR/CI, two-group means±SD, proportions, and correlations into the (effect, SE) the pooling step needs).

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

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.

DimensionReasoningScore

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

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description: concrete capabilities, explicit third-person triggers, a clear 'Use when' clause, and a well-scoped niche that distinguishes it from sibling skills. It runs long, but every clause earns its place with specific actions and triggers rather than vague padding.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'pool effect sizes across studies (odds ratios, risk ratios, hazard ratios, mean differences, correlations, GWAS betas)', 'fixed- or random-effects models', 'quantify heterogeneity (Q, I², τ²)', 'build a forest plot', and 'converting OR/HR/CI, two-group means±SD, proportions, and correlations into the (effect, SE)'. Each is a specific, concrete capability.

3 / 3

Completeness

Explicitly answers both 'what' (pool effect sizes, quantify heterogeneity, forest plot, effect-size+SE preparation) and 'when' via 'Use when you have results from MULTIPLE studies and need a single pooled estimate, or to synthesize evidence from a systematic review / multiple GWAS / replicated experiments.'

3 / 3

Trigger Term Quality

Natural terms a user would say appear throughout: 'multiple studies', 'single pooled estimate', 'systematic review', 'multiple GWAS', 'replicated experiments', plus measure names (OR, RR, HR) users cite. Good coverage of phrasings users actually produce.

3 / 3

Distinctiveness Conflict Risk

Clear niche — quantitative pooling of effect sizes across multiple studies — with distinct triggers ('single pooled estimate', 'heterogeneity', 'forest plot') that separate it from the sibling literature-search skill, which is named explicitly as the complementary tool.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
mims-harvard/ToolUniverse
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.