Screen full-text papers against inclusion/exclusion criteria, with optional PubMed metadata check using PMID. Use when the user needs to evaluate a paper for a meta-analysis.
53
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Data Analysis/meta-screening-fulltext/SKILL.mdThis skill screens a medical paper to determine if it should be included in a meta-analysis based on PICO criteria. It can optionally fetch metadata (Title/Abstract) from PubMed if a PMID is provided.
scripts/extract_pdf.py is the most direct path to complete the request.meta-screening-fulltext 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/meta-screening-fulltext"
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.Analyze Inputs:
input_paper: Full text of the paper.inclu_exclu_criterion: Inclusion/Exclusion criteria.input_pmid (Optional): PMID of the paper.Check PubMed (Optional):
input_pmid is provided, run scripts/query_pubmed.py to fetch Title and Abstract.python scripts/query_pubmed.py "<input_pmid>"Screen Paper:
input_paper (full text).references/screening_prompts.md.Format Output:
Result ("Include" or "Exclude") and Reason.When the user provides a PDF file path, use extract_pdf.py to extract the text content before assessment:
This skill accepts requests that match the documented purpose of meta-screening-fulltext and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
meta-screening-fulltextonly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
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.