Analyzes forest plots for meta-analysis, generating detailed descriptions and formatting figure legends in Chinese or English. Use when the user wants to interpret a forest plot image, describe its statistical significance (heterogeneity, p-value), and format the output with specific figure legends.
70
63%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./scientific-skills/Academic Writing/meta-results-forest-plot-analyzer/SKILL.mdscripts/format_result.py plus 1 additional script(s).Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.See ## Usage above for related details.
cd "20260316/scientific-skills/Academic Writing/meta-results-forest-plot-analyzer"
python -m py_compile scripts/format_result.py
python scripts/format_result.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/format_result.py with the validated inputs.See ## Workflow above for related details.
scripts/format_result.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThe model analyzes the provided forest plot image along with optional metadata (title, statistics, outcome name).
Prompt Guidelines:
Run scripts/format_result.py to finalize the text.
Formatting Rules:
(Figure 2) before the last punctuation mark of the description.**Forest Plot** (English) .**Figure 2 Forest plot of the pooled effect size**User Input:
"Analyze this forest plot. Title: 'Effect of X on Y'. Statistics: I2=50%. Language: English."
Process:
Forest Plot
... The results were significant(Figure 2).
{insert your image here}
Figure 2 Forest plot of the pooled effect size
meta_results_forest_plot_analyzer_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/format_result.py --helpExpected output format:
Result file: meta_results_forest_plot_analyzer_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any8277276
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.