Generates academic reviews for molecules in diseases using PubMed research. Invoke when user needs biomedical literature review with Vancouver citation format.
54
62%
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/Academic Writing/molecular-review-workflow/SKILL.mdscripts/pubmed_api.py plus 1 additional script(s).See ## Usage above for related details.
cd "20260316/scientific-skills/Academic Writing/molecular-review-workflow"
python -m py_compile scripts/pubmed_api.py
python scripts/pubmed_api.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/pubmed_api.py with the validated inputs.scripts/pubmed_api.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThis skill generates comprehensive academic reviews for specific molecules in disease contexts using PubMed research literature.
Set environment variables:
export NCBI_EMAIL="your-email@example.com"
export NCBI_API_KEY="your-ncbi-api-key"Then invoke the skill with disease and molecule parameters.
molecular_review_workflow_result.md unless the skill documentation defines a better convention.This skill accepts requests that match the documented purpose of molecular-review-workflow 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:
molecular-review-workflowonly 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/pubmed_api.py --helpExpected output format:
Result file: molecular_review_workflow_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
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.