Screens research papers based on title/abstract and inclusion criteria, providing a structured Yes/No/Maybe decision. Use when you need to filter literature for meta-analysis or systematic reviews.
54
62%
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-abstract-screener/SKILL.mdThis skill helps screen research papers by analyzing their titles and abstracts against specific inclusion/exclusion criteria. It follows a rigorous two-step process to ensure consistency and strictly excludes systematic reviews/meta-analyses unless otherwise specified.
scripts/screen_paper.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-abstract-screener"
python -m py_compile scripts/screen_paper.py
python scripts/screen_paper.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/screen_paper.py with the validated inputs.See ## Workflow above for related details.
scripts/screen_paper.py.references/ contains supporting rules, prompts, or checklists.To screen a paper, follow this process:
Analysis Phase
references/screening_prompts.md (Step 1).Formatting Phase
references/screening_prompts.md (Step 2).Result and Reason.Validation (Optional)
python scripts/screen_paper.py '<json_output>'references/screening_prompts.md - Contains the detailed role definitions and logic for the LLM.scripts/screen_paper.py - Ensures the output JSON matches the required schema.meta_abstract_screener_result.md unless the skill documentation defines a better convention.This skill accepts requests that match the documented purpose of meta-abstract-screener 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-abstract-screeneronly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
Run this minimal verification path before full execution when possible:
python scripts/screen_paper.py --helpExpected output format:
Result file: meta_abstract_screener_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.