What problem does it solve?
This Skill streamlines the creation of rigorous literature reviews by providing a structured, reproducible workflow that aggregates data from multiple databases, standardizes screening, and ensures citation integrity.
Core Features & Use Cases
- Multi-database search: Integrates PubMed, bioRxiv/medRxiv, arXiv, Semantic Scholar, and other sources to cover diverse literature.
- Deduplication & ranking: Automatically removes duplicates and prioritizes results by citations, year, or relevance.
- PRISMA-aligned workflow: Guides reporting with clear stages (screening, inclusion, and flow diagrams) and supports data extraction templates.
- Citation verification: Validates DOIs and retrieves metadata to ensure accurate references.
- Document generation: Produces professional Markdown and PDF outputs from asset templates.
- Use Case: A researcher drafts a systematic review on a topic with multiple sub-questions, running searches across databases, screening results, and generating a PRISMA-compliant report.
Quick Start
Start by opening the assets/review_template.md, duplicate it to your working file, and begin populating it with search results. Then run:
- python scripts/search_databases.py your_results.json --format markdown --output review_results.md
- python scripts/verify_citations.py review_results.md
- python scripts/generate_pdf.py review_results.md --output review_results.pdf