Generates PI(E)COS structure (Population, Intervention, Comparator, Outcomes, Study Design) from Meta-analysis or study titles. Use when the user wants to extract these elements from a title.
52
58%
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-picos-generator/SKILL.mdscripts/validate_skill.py.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-picos-generator"
python -m py_compile scripts/validate_skill.py
python scripts/validate_skill.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/validate_skill.py with the validated inputs.scripts/validate_skill.py.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThis skill extracts PI(E)COS (Population, Intervention, Comparator, Outcomes, Study Design) elements from a clinical study or meta-analysis title.
When the user provides a study title, follow this two-step process to extract the information.
First, remove any characters related to the type of research from the input title (e.g., "systematic review", "meta-analyses"), which are typically found at the end of the title.
Example:
Based on the cleaned title from Step 1, act as a clinical research expert and extract the following information:
Constraint:
Return the result in the following JSON format (no XML tags):
{
"P": "...",
"I(E)": "...",
"C": "...",
"O": "...",
"S": "...",
"Other": "..."
}meta_picos_generator_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: meta_picos_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.