Generates Meta-Analysis research titles based on user keywords, utilizing PubMed search results if available, or creative generation otherwise. Use when the user wants to brainstorm or generate titles for a meta-analysis, specifically starting from keywords or a topic.
58
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Data Analysis/meta-title-generator/SKILL.mdscripts/search_pubmed.py is the most direct path to complete the request.meta-title-generator package behavior rather than a generic answer.scripts/search_pubmed.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.See ## Usage above for related details.
cd "20260316/scientific-skills/Data Analytics/meta-title-generator"
python -m py_compile scripts/search_pubmed.py
python scripts/search_pubmed.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/search_pubmed.py with the validated inputs.scripts/search_pubmed.py.references/ contains supporting rules, prompts, or checklists.This skill generates research titles for Meta-Analysis studies. It takes user-provided keywords, searches PubMed to find relevant literature, and proposes titles based on the findings. If no literature is found, it creatively generates titles based on the keywords. It outputs 5 titles in both English and Chinese.
When the user provides keywords (e.g., "lung cancer", "hypertension"), follow these steps:
scripts/search_pubmed.py with the search strategy.
For detailed prompting strategies used in title generation, see references/title_generation_prompts.md.
f5ef65b
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.