Generates a PROSPERO-compliant Meta-analysis protocol based on Title and PICOS. Use when the user wants to write a protocol for a systematic review or meta-analysis.
54
61%
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/Protocol Design/meta-protocol-writer/SKILL.mdThis skill helps users generate a standard protocol for PROSPERO registration (without the registration number) for a Meta-analysis or Systematic Review.
scripts/utils.py is the most direct path to complete the request.meta-protocol-writer package behavior rather than a generic answer.scripts/utils.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/Protocol Design/meta-protocol-writer"
python -m py_compile scripts/utils.py
python scripts/utils.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/utils.py with the validated inputs.See ## Workflow above for related details.
scripts/utils.py.references/ contains supporting rules, prompts, or checklists.Follow these steps to generate the protocol.
Check if the user provided a title.
Title Review Rules:
If the title fails validation, explain why and ask for a revised title.
Ensure you have the following information (PICOS):
If any are missing, ask the user.
Use the prompts in references/prompts.md to generate the three main sections. You must follow the content requirements and word counts strictly.
references/prompts.md.references/prompts.md.references/prompts.md.python scripts/utils.py to get the exact current date if needed, or just use today's date known to you.Combine the sections into a single Markdown document.
Structure:
Ensure all headings match the PROSPERO requirements.
This skill accepts requests that match the documented purpose of meta-protocol-writer 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-protocol-writeronly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
63c61d3
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.