Generates scientifically sound inclusion and exclusion criteria for Meta-Analysis based on a given title or keywords. Use when user wants to design eligibility criteria for a systematic review or meta-analysis.
60
70%
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/meta-criteria-generator/SKILL.mdscripts/extract_criteria.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/Data Analytics/meta-criteria-generator"
python -m py_compile scripts/extract_criteria.py
python scripts/extract_criteria.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/extract_criteria.py with the validated inputs.scripts/extract_criteria.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/extract_criteria.py --helpThis skill generates inclusion and exclusion criteria for Meta-Analysis based on the PICO framework (Population, Intervention, Comparator, Outcomes) and Study Design.
scripts/extract_criteria.py to extract the final criteria from the LLM outputs and present them clearly.Prompt the LLM to act as a Meta-Analysis expert. Input: User provided title/keywords. Requirements:
{} for extraction.{(1) Participants: ...; (2) Interventions: ...; ...}Prompt the LLM to generate exclusion criteria. Input: Inclusion Criteria from Step 1, User title. Requirements:
{} for extraction.Run the extraction script to clean up the outputs.
python scripts/extract_criteria.py --inclusion "<inclusion_text>" --exclusion "<exclusion_text>"meta_criteria_generator_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/extract_criteria.py --helpExpected output format:
Result file: meta_criteria_generator_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if anyf5ef65b
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.