Clinical research outcome extraction for meta-analysis. Use when users need to extract outcome measures (binary, continuous, or survival data) from clinical research papers for systematic review and meta-analysis. Handles both database lookup by PMID and real-time LLM extraction.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Data Analysis/outcome-extraction-for-clinical-trials/SKILL.mdExtract structured outcome data from clinical research papers for meta-analysis.
scripts/extract_pdf.py is the most direct path to complete the request.outcome-extraction for clinical trials package behavior rather than a generic answer.scripts/extract_pdf.py.references/ for task-specific guidance.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.cd "20260316/scientific-skills/Data Analytics/outcome-extraction-for-clinical-trials"
python -m py_compile scripts/extract_pdf.py
python scripts/extract_pdf.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/extract_pdf.py with the validated inputs.See ## Workflow above for related details.
scripts/extract_pdf.py.references/ contains supporting rules, prompts, or checklists.Input Processing
Outcome Identification (LLM)
Data Classification (Code)
bi_outcomes: Binary/dichotomous outcomescon_outcomes: Continuous outcomessur_outcomes: Survival outcomesData Extraction by Type
Extract for each intervention group:
Extract for each intervention group:
Extract for each intervention group:
[
{
"outcome_name": "PFS",
"detection_time_point": "12 months",
"groups": [
{
"group_name": "Treatment A",
"sample_size": "100",
"outcome_type": "Binary|Continuous|Survival",
"data": [
{"value_type": "Events|Mean|SD|HR|95%Lower CI|95%Upper CI", "value": "25"}
]
}
]
}
]f5ef65b
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.