Assists researchers in generating PROSPERO registration content for meta-analyses from a title and optional protocol. Use when the user wants to draft a PROSPERO registration form.
60
71%
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/prospero-registration-helper/SKILL.mdThis skill helps researchers draft a PROSPERO registration form for a meta-analysis. It generates the required fields based on a study title and an optional protocol.
scripts/date_utils.py is the most direct path to complete the request.prospero-registration-helper package behavior rather than a generic answer.scripts/date_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/prospero-registration-helper"
python -m py_compile scripts/date_utils.py
python scripts/date_utils.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/date_utils.py with the validated inputs.See ## Workflow above for related details.
scripts/date_utils.py.references/ contains supporting rules, prompts, or checklists.To generate the registration draft, follow these steps:
Analyze Input:
Calculate Timeline:
scripts/date_utils.py to obtain the Start Date (today) and Anticipated Completion Date (today + 28 days).Generate Content:
references/prompt_templates.md to generate the registration sections.{}: Content inside curly braces {} (e.g., {Select the country...}) must be preserved exactly as is. These often represent dropdown options in the PROSPERO system.<>: Content inside angle brackets <> must be replaced with your AI-generated analysis based on the input title and protocol.Use this script to get the standard timeline dates.
python scripts/date_utils.pyThis skill accepts requests that match the documented purpose of prospero-registration-helper 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:
prospero-registration-helperonly 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.