Source: https://github.com/aipoch/medical-research-skills
Literature Review
Overview
Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats.
This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and document generation.
When to Use This Skill
Use this skill when:
- Conducting a systematic literature review for research or publication
- Synthesizing current knowledge on a specific topic across multiple sources
- Performing meta-analysis or scoping reviews
- Writing the literature review section of a research paper or thesis
- Investigating the state of the art in a research domain
- Identifying research gaps and future directions
- Requiring verified citations and professional formatting
When NOT to Use This Skill
Do NOT use this skill when:
- Only a simple keyword search is needed (use gget or PubMed directly)
- The task is citation management/formatting only (use reference-style-sync)
- The user needs a single paper summary (use gget or direct reading)
- The task is bibliometric analysis only (use citation-chasing-mapping)
Visual Enhancement with Scientific Schematics
⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.
This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:
- Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)
- Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)
How to generate figures:
- Use the scientific-schematics skill to generate AI-powered publication-quality diagrams
- Simply describe your desired diagram in natural language
- Nano Banana Pro will automatically generate, review, and refine the schematic
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
- Create publication-quality images with proper formatting
- Review and refine through multiple iterations
- Ensure accessibility (colorblind-friendly, high contrast)
- Save outputs in the figures/ directory
When to add schematics:
- PRISMA flow diagrams for systematic reviews
- Literature search strategy flowcharts
- Thematic synthesis diagrams
- Research gap visualization maps
- Citation network diagrams
- Conceptual framework illustrations
- Any complex concept that benefits from visualization
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Core Workflow
Literature reviews follow a structured, multi-phase workflow:
Phase 1: Planning and Scoping
Define Research Question: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews
- Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"
Establish Scope and Objectives:
- Define clear, specific research questions
- Determine review type (narrative, systematic, scoping, meta-analysis)
- Set boundaries (time period, geographic scope, study types)
Develop Search Strategy:
- Identify 2-4 main concepts from research question
- List synonyms, abbreviations, and related terms for each concept
- Plan Boolean operators (AND, OR, NOT) to combine terms
- Select minimum 3 complementary databases
Set Inclusion/Exclusion Criteria:
- Date range (e.g., last 10 years: 2015-2024)
- Language (typically English, or specify multilingual)
- Publication types (peer-reviewed, preprints, reviews)
- Study designs (RCTs, observational, in vitro, etc.)
- Document all criteria clearly
Phase 2: Systematic Literature Search
Multi-Database Search:
Select databases appropriate for the domain:
Biomedical & Life Sciences:
- Use
gget skill: gget search pubmed "search terms" for PubMed/PMC
- Use
gget skill: gget search biorxiv "search terms" for preprints
- Use
bioservices skill for ChEMBL, KEGG, UniProt, etc.
General Scientific Literature:
- Search arXiv via direct API (preprints in physics, math, CS, q-bio)
- Search Semantic Scholar via API (200M+ papers, cross-disciplinary)
- Use Google Scholar for comprehensive coverage (manual or careful scraping)
Specialized Databases:
- Use
gget alphafold for protein structures
- Use
gget cosmic for cancer genomics
- Use
datacommons-client for demographic/statistical data
- Use specialized databases as appropriate for the domain
If a database is unavailable (API error, timeout, rate limit):
- Log the failure with database name and error type
- Proceed with remaining databases — minimum 2 required
- If fewer than 2 databases succeed, pause and inform user before continuing
- Document all failed searches in the methodology section
Document Search Parameters:
## Search Strategy
### Database: PubMed
- **Date searched**: 2024-10-25
- **Date range**: 2015-01-01 to 2024-10-25
- **Search string**:
("CRISPR"[Title] OR "Cas9"[Title])
AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])
AND 2015:2024[Publication Date]
- **Results**: 247 articles
Repeat for each database searched.
Export and Aggregate Results:
Phase 3: Screening and Selection
Deduplication:
python search_databases.py results.json --deduplicate --output unique_results.json
- Removes duplicates by DOI (primary) or title (fallback)
- Document number of duplicates removed
If deduplication script fails: Manually deduplicate by sorting on title and DOI, then proceed.
Title Screening:
- Review all titles against inclusion/exclusion criteria
- Exclude obviously irrelevant studies
- Document number excluded at this stage
Abstract Screening:
- Read abstracts of remaining studies
- Apply inclusion/exclusion criteria rigorously
- Document reasons for exclusion
Full-Text Screening:
- Obtain full texts of remaining studies
- Conduct detailed review against all criteria
- Document specific reasons for exclusion
- Record final number of included studies
Create PRISMA Flow Diagram:
Initial search: n = X
├─ After deduplication: n = Y
├─ After title screening: n = Z
├─ After abstract screening: n = A
└─ Included in review: n = B
Phase 4: Data Extraction and Quality Assessment
Extract Key Data from each included study:
- Study metadata (authors, year, journal, DOI)
- Study design and methods
- Sample size and population characteristics
- Key findings and results
- Limitations noted by authors
- Funding sources and conflicts of interest
Assess Study Quality:
- For RCTs: Use Cochrane Risk of Bias tool
- For observational studies: Use Newcastle-Ottawa Scale
- For systematic reviews: Use AMSTAR 2
- Rate each study: High, Moderate, Low, or Very Low quality
- Consider excluding very low-quality studies
Organize by Themes:
- Identify 3-5 major themes across studies
- Group studies by theme (studies may appear in multiple themes)
- Note patterns, consensus, and controversies
Phase 5: Synthesis and Analysis
Create Review Document from template:
cp assets/review_template.md my_literature_review.md
Write Thematic Synthesis (NOT study-by-study summaries):
- Organize Results section by themes or research questions
- Synthesize findings across multiple studies within each theme
- Compare and contrast different approaches and results
- Identify consensus areas and points of controversy
- Highlight the strongest evidence
Example structure:
#### 3.3.1 Theme: CRISPR Delivery Methods
Multiple delivery approaches have been investigated for therapeutic
gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and
showed high transduction efficiency (65-85%) but raised immunogenicity
concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower
efficiency (40-60%) but improved safety profiles^16-23^.
Critical Analysis:
- Evaluate methodological strengths and limitations across studies
- Assess quality and consistency of evidence
- Identify knowledge gaps and methodological gaps
- Note areas requiring future research
Write Discussion:
- Interpret findings in broader context
- Discuss clinical, practical, or research implications
- Acknowledge limitations of the review itself
- Compare with previous reviews if applicable
- Propose specific future research directions
Phase 6: Citation Verification
CRITICAL: All citations must be verified for accuracy before final submission.
Verify All DOIs:
python scripts/verify_citations.py my_literature_review.md
This script:
- Extracts all DOIs from the document
- Verifies each DOI resolves correctly
- Retrieves metadata from CrossRef
- Generates verification report
- Outputs properly formatted citations
Review Verification Report:
- Check for any failed DOIs
- Verify author names, titles, and publication details match
- Correct any errors in the original document
- Re-run verification until all citations pass
Format Citations Consistently:
- Choose one citation style and use throughout (see
references/citation_styles.md)
- Common styles: APA, Nature, Vancouver, Chicago, IEEE
- Use verification script output to format citations correctly
- Ensure in-text citations match reference list format
Phase 7: Document Generation
Generate PDF:
python scripts/generate_pdf.py my_literature_review.md \
--citation-style apa \
--output my_review.pdf
Options:
--citation-style: apa, nature, chicago, vancouver, ieee
--no-toc: Disable table of contents
--no-numbers: Disable section numbering
--check-deps: Check if pandoc/xelatex are installed
Review Final Output:
- Check PDF formatting and layout
- Verify all sections are present
- Ensure citations render correctly
- Check that figures/tables appear properly
- Verify table of contents is accurate
Quality Checklist:
Database-Specific Search Guidance
PubMed / PubMed Central
Access via gget skill:
# Search PubMed
gget search pubmed "CRISPR gene editing" -l 100
# Search with filters
# Use PubMed Advanced Search Builder to construct complex queries
# Then execute via gget or direct Entrez API
Search tips:
- Use MeSH terms:
"sickle cell disease"[MeSH]
- Field tags:
[Title], [Title/Abstract], [Author]
- Date filters:
2020:2024[Publication Date]
- Boolean operators: AND, OR, NOT
- See MeSH browser: https://meshb.nlm.nih.gov/search
bioRxiv / medRxiv
Access via gget skill:
gget search biorxiv "CRISPR sickle cell" -l 50
Important considerations:
- Preprints are not peer-reviewed
- Verify findings with caution
- Check if preprint has been published (CrossRef)
- Note preprint version and date
arXiv
Access via direct API or WebFetch:
# Example search categories:
# q-bio.QM (Quantitative Methods)
# q-bio.GN (Genomics)
# q-bio.MN (Molecular Networks)
# cs.LG (Machine Learning)
# stat.ML (Machine Learning Statistics)
# Search format: category AND terms
search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""
Semantic Scholar
Access via direct API (requires API key, or use free tier):
- 200M+ papers across all fields
- Excellent for cross-disciplinary searches
- Provides citation graphs and paper recommendations
- Use for finding highly influential papers
Specialized Biomedical Databases
Use appropriate skills:
- ChEMBL:
bioservices skill for chemical bioactivity
- UniProt:
gget or bioservices skill for protein information
- KEGG:
bioservices skill for pathways and genes
- COSMIC:
gget skill for cancer mutations
- AlphaFold:
gget alphafold for protein structures
- PDB:
gget or direct API for experimental structures
Citation Chaining
Expand search via citation networks:
Forward citations (papers citing key papers):
- Use Google Scholar "Cited by"
- Use Semantic Scholar or OpenAlex APIs
- Identifies newer research building on seminal work
Backward citations (references from key papers):
- Extract references from included papers
- Identify highly cited foundational work
- Find papers cited by multiple included studies
Citation Style Guide
Detailed formatting guidelines are in references/citation_styles.md. Quick reference:
APA (7th Edition)
- In-text: (Smith et al., 2023)
- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. Journal, 22(4), 301-318. https://doi.org/10.xxx/yyy
Nature
- In-text: Superscript numbers^1,2^
- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. Nat. Rev. Drug Discov. 22, 301-318 (2023).
Vancouver
- In-text: Superscript numbers^1,2^
- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.
Always verify citations with verify_citations.py before finalizing.
Best Practices
Search Strategy
- Use multiple databases (minimum 3): Ensures comprehensive coverage
- Include preprint servers: Captures latest unpublished findings
- Document everything: Search strings, dates, result counts for reproducibility
- Test and refine: Run pilot searches, review results, adjust search terms
Screening and Selection
- Use clear criteria: Document inclusion/exclusion criteria before screening
- Screen systematically: Title → Abstract → Full text
- Document exclusions: Record reasons for excluding studies
- Consider dual screening: For systematic reviews, have two reviewers screen independently
Synthesis
- Organize thematically: Group by themes, NOT by individual studies
- Synthesize across studies: Compare, contrast, identify patterns
- Be critical: Evaluate quality and consistency of evidence
- Identify gaps: Note what's missing or understudied
Quality and Reproducibility
- Assess study quality: Use appropriate quality assessment tools
- Verify all citations: Run verify_citations.py script
- Document methodology: Provide enough detail for others to reproduce
- Follow guidelines: Use PRISMA for systematic reviews
Writing
- Be objective: Present evidence fairly, acknowledge limitations
- Be systematic: Follow structured template
- Be specific: Include numbers, statistics, effect sizes where available
- Be clear: Use clear headings, logical flow, thematic organization
Common Pitfalls to Avoid
- Single database search: Misses relevant papers; always search multiple databases
- No search documentation: Makes review irreproducible; document all searches
- Study-by-study summary: Lacks synthesis; organize thematically instead
- Unverified citations: Leads to errors; always run verify_citations.py
- Too broad search: Yields thousands of irrelevant results; refine with specific terms
- Too narrow search: Misses relevant papers; include synonyms and related terms
- Ignoring preprints: Misses latest findings; include bioRxiv, medRxiv, arXiv
- No quality assessment: Treats all evidence equally; assess and report quality
- Publication bias: Only positive results published; note potential bias
- Outdated search: Field evolves rapidly; clearly state search date
Example Workflow
Complete workflow for a biomedical literature review:
# 1. Create review document from template
cp assets/review_template.md crispr_sickle_cell_review.md
# 2. Search multiple databases using appropriate skills
# - Use gget skill for PubMed, bioRxiv
# - Use direct API access for arXiv, Semantic Scholar
# - Export results in JSON format
# 3. Aggregate and process results
python scripts/search_databases.py combined_results.json \
--deduplicate \
--rank citations \
--year-start 2015 \
--year-end 2024 \
--format markdown \
--output search_results.md \
--summary
# 4. Screen results and extract data
# - Manually screen titles, abstracts, full texts
# - Extract key data into the review document
# - Organize by themes
# 5. Write the review following template structure
# - Introduction with clear objectives
# - Detailed methodology section
# - Results organized thematically
# - Critical discussion
# - Clear conclusions
# 6. Verify all citations
python scripts/verify_citations.py crispr_sickle_cell_review.md
# Review the citation report
cat crispr_sickle_cell_review_citation_report.json
# Fix any failed citations and re-verify
python scripts/verify_citations.py crispr_sickle_cell_review.md
# 7. Generate professional PDF
python scripts/generate_pdf.py crispr_sickle_cell_review.md \
--citation-style nature \
--output crispr_sickle_cell_review.pdf
# 8. Review final PDF and markdown outputs
Integration with Other Skills
This skill works seamlessly with other scientific skills:
Database Access Skills
- gget: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt
- bioservices: ChEMBL, KEGG, Reactome, UniProt, PubChem
- datacommons-client: Demographics, economics, health statistics
Analysis Skills
- pydeseq2: RNA-seq differential expression (for methods sections)
- scanpy: Single-cell analysis (for methods sections)
- anndata: Single-cell data (for methods sections)
- biopython: Sequence analysis (for background sections)
Visualization Skills
- matplotlib: Generate figures and plots for review
- seaborn: Statistical visualizations
Writing Skills
- brand-guidelines: Apply institutional branding to PDF
- internal-comms: Adapt review for different audiences
Resources
Bundled Resources
Scripts:
scripts/verify_citations.py: Verify DOIs and generate formatted citations
scripts/generate_pdf.py: Convert markdown to professional PDF
scripts/search_databases.py: Process, deduplicate, and format search results
References:
references/citation_styles.md: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)
references/database_strategies.md: Comprehensive database search strategies
Assets:
assets/review_template.md: Complete literature review template with all sections
External Resources
Guidelines:
Tools:
Citation Styles:
Dependencies
Required Python Packages
pip install requests # For citation verification
Required System Tools
# For PDF generation
brew install pandoc # macOS
apt-get install pandoc # Linux
# For LaTeX (PDF generation)
brew install --cask mactex # macOS
apt-get install texlive-xetex # Linux
Check dependencies:
python scripts/generate_pdf.py --check-deps
Summary
This literature-review skill provides:
- Systematic methodology following academic best practices
- Multi-database integration via existing scientific skills
- Citation verification ensuring accuracy and credibility
- Professional output in markdown and PDF formats
- Comprehensive guidance covering the entire review process
- Quality assurance with verification and validation tools
- Reproducibility through detailed documentation requirements
Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.
Input Validation
This skill accepts requests that match the documented purpose of literature-review 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:
literature-review only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
1---2name: literature-review-33description: Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles.4license: MIT5---6> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)789# Literature Review1011## Overview1213Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats.1415This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and document generation.1617## When to Use This Skill1819Use this skill when:20- Conducting a systematic literature review for research or publication21- Synthesizing current knowledge on a specific topic across multiple sources22- Performing meta-analysis or scoping reviews23- Writing the literature review section of a research paper or thesis24- Investigating the state of the art in a research domain25- Identifying research gaps and future directions26- Requiring verified citations and professional formatting2728## When NOT to Use This Skill2930Do NOT use this skill when:31- Only a simple keyword search is needed (use gget or PubMed directly)32- The task is citation management/formatting only (use reference-style-sync)33- The user needs a single paper summary (use gget or direct reading)34- The task is bibliometric analysis only (use citation-chasing-mapping)3536## Visual Enhancement with Scientific Schematics3738**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**3940This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:411. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)422. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)4344**How to generate figures:**45- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams46- Simply describe your desired diagram in natural language47- Nano Banana Pro will automatically generate, review, and refine the schematic4849**How to generate schematics:**50```bash51python scripts/generate_schematic.py "your diagram description" -o figures/output.png52```5354The AI will automatically:55- Create publication-quality images with proper formatting56- Review and refine through multiple iterations57- Ensure accessibility (colorblind-friendly, high contrast)58- Save outputs in the figures/ directory5960**When to add schematics:**61- PRISMA flow diagrams for systematic reviews62- Literature search strategy flowcharts63- Thematic synthesis diagrams64- Research gap visualization maps65- Citation network diagrams66- Conceptual framework illustrations67- Any complex concept that benefits from visualization6869For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.7071---7273## Core Workflow7475Literature reviews follow a structured, multi-phase workflow:7677### Phase 1: Planning and Scoping78791. **Define Research Question**: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews80 - Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"81822. **Establish Scope and Objectives**:83 - Define clear, specific research questions84 - Determine review type (narrative, systematic, scoping, meta-analysis)85 - Set boundaries (time period, geographic scope, study types)86873. **Develop Search Strategy**:88 - Identify 2-4 main concepts from research question89 - List synonyms, abbreviations, and related terms for each concept90 - Plan Boolean operators (AND, OR, NOT) to combine terms91 - Select minimum 3 complementary databases92934. **Set Inclusion/Exclusion Criteria**:94 - Date range (e.g., last 10 years: 2015-2024)95 - Language (typically English, or specify multilingual)96 - Publication types (peer-reviewed, preprints, reviews)97 - Study designs (RCTs, observational, in vitro, etc.)98 - Document all criteria clearly99100### Phase 2: Systematic Literature Search1011021. **Multi-Database Search**:103104 Select databases appropriate for the domain:105106 **Biomedical & Life Sciences:**107 - Use `gget` skill: `gget search pubmed "search terms"` for PubMed/PMC108 - Use `gget` skill: `gget search biorxiv "search terms"` for preprints109 - Use `bioservices` skill for ChEMBL, KEGG, UniProt, etc.110111 **General Scientific Literature:**112 - Search arXiv via direct API (preprints in physics, math, CS, q-bio)113 - Search Semantic Scholar via API (200M+ papers, cross-disciplinary)114 - Use Google Scholar for comprehensive coverage (manual or careful scraping)115116 **Specialized Databases:**117 - Use `gget alphafold` for protein structures118 - Use `gget cosmic` for cancer genomics119 - Use `datacommons-client` for demographic/statistical data120 - Use specialized databases as appropriate for the domain121122 **If a database is unavailable (API error, timeout, rate limit):**123 - Log the failure with database name and error type124 - Proceed with remaining databases — minimum 2 required125 - If fewer than 2 databases succeed, pause and inform user before continuing126 - Document all failed searches in the methodology section1271282. **Document Search Parameters**:129 ```markdown130 ## Search Strategy131132 ### Database: PubMed133 - **Date searched**: 2024-10-25134 - **Date range**: 2015-01-01 to 2024-10-25135 - **Search string**:136 ```137 ("CRISPR"[Title] OR "Cas9"[Title])138 AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])139 AND 2015:2024[Publication Date]140 ```141 - **Results**: 247 articles142 ```143144 Repeat for each database searched.1451463. **Export and Aggregate Results**:147 - Export results in JSON format from each database148 - Combine all results into a single file149 - Use `scripts/search_databases.py` for post-processing:150 ```bash151 python search_databases.py combined_results.json \152 --deduplicate \153 --format markdown \154 --output aggregated_results.md155 ```156157### Phase 3: Screening and Selection1581591. **Deduplication**:160 ```bash161 python search_databases.py results.json --deduplicate --output unique_results.json162 ```163 - Removes duplicates by DOI (primary) or title (fallback)164 - Document number of duplicates removed165166 **If deduplication script fails:** Manually deduplicate by sorting on title and DOI, then proceed.1671682. **Title Screening**:169 - Review all titles against inclusion/exclusion criteria170 - Exclude obviously irrelevant studies171 - Document number excluded at this stage1721733. **Abstract Screening**:174 - Read abstracts of remaining studies175 - Apply inclusion/exclusion criteria rigorously176 - Document reasons for exclusion1771784. **Full-Text Screening**:179 - Obtain full texts of remaining studies180 - Conduct detailed review against all criteria181 - Document specific reasons for exclusion182 - Record final number of included studies1831845. **Create PRISMA Flow Diagram**:185 ```186 Initial search: n = X187 ├─ After deduplication: n = Y188 ├─ After title screening: n = Z189 ├─ After abstract screening: n = A190 └─ Included in review: n = B191 ```192193### Phase 4: Data Extraction and Quality Assessment1941951. **Extract Key Data** from each included study:196 - Study metadata (authors, year, journal, DOI)197 - Study design and methods198 - Sample size and population characteristics199 - Key findings and results200 - Limitations noted by authors201 - Funding sources and conflicts of interest2022032. **Assess Study Quality**:204 - **For RCTs**: Use Cochrane Risk of Bias tool205 - **For observational studies**: Use Newcastle-Ottawa Scale206 - **For systematic reviews**: Use AMSTAR 2207 - Rate each study: High, Moderate, Low, or Very Low quality208 - Consider excluding very low-quality studies2092103. **Organize by Themes**:211 - Identify 3-5 major themes across studies212 - Group studies by theme (studies may appear in multiple themes)213 - Note patterns, consensus, and controversies214215### Phase 5: Synthesis and Analysis2162171. **Create Review Document** from template:218 ```bash219 cp assets/review_template.md my_literature_review.md220 ```2212222. **Write Thematic Synthesis** (NOT study-by-study summaries):223 - Organize Results section by themes or research questions224 - Synthesize findings across multiple studies within each theme225 - Compare and contrast different approaches and results226 - Identify consensus areas and points of controversy227 - Highlight the strongest evidence228229 Example structure:230 ```markdown231 #### 3.3.1 Theme: CRISPR Delivery Methods232233 Multiple delivery approaches have been investigated for therapeutic234 gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and235 showed high transduction efficiency (65-85%) but raised immunogenicity236 concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower237 efficiency (40-60%) but improved safety profiles^16-23^.238 ```2392403. **Critical Analysis**:241 - Evaluate methodological strengths and limitations across studies242 - Assess quality and consistency of evidence243 - Identify knowledge gaps and methodological gaps244 - Note areas requiring future research2452464. **Write Discussion**:247 - Interpret findings in broader context248 - Discuss clinical, practical, or research implications249 - Acknowledge limitations of the review itself250 - Compare with previous reviews if applicable251 - Propose specific future research directions252253### Phase 6: Citation Verification254255**CRITICAL**: All citations must be verified for accuracy before final submission.2562571. **Verify All DOIs**:258 ```bash259 python scripts/verify_citations.py my_literature_review.md260 ```261262 This script:263 - Extracts all DOIs from the document264 - Verifies each DOI resolves correctly265 - Retrieves metadata from CrossRef266 - Generates verification report267 - Outputs properly formatted citations2682692. **Review Verification Report**:270 - Check for any failed DOIs271 - Verify author names, titles, and publication details match272 - Correct any errors in the original document273 - Re-run verification until all citations pass2742753. **Format Citations Consistently**:276 - Choose one citation style and use throughout (see `references/citation_styles.md`)277 - Common styles: APA, Nature, Vancouver, Chicago, IEEE278 - Use verification script output to format citations correctly279 - Ensure in-text citations match reference list format280281### Phase 7: Document Generation2822831. **Generate PDF**:284 ```bash285 python scripts/generate_pdf.py my_literature_review.md \286 --citation-style apa \287 --output my_review.pdf288 ```289290 Options:291 - `--citation-style`: apa, nature, chicago, vancouver, ieee292 - `--no-toc`: Disable table of contents293 - `--no-numbers`: Disable section numbering294 - `--check-deps`: Check if pandoc/xelatex are installed2952962. **Review Final Output**:297 - Check PDF formatting and layout298 - Verify all sections are present299 - Ensure citations render correctly300 - Check that figures/tables appear properly301 - Verify table of contents is accurate3023033. **Quality Checklist**:304 - [ ] All DOIs verified with verify_citations.py305 - [ ] Citations formatted consistently306 - [ ] PRISMA flow diagram included (for systematic reviews)307 - [ ] Search methodology fully documented308 - [ ] Inclusion/exclusion criteria clearly stated309 - [ ] Results organized thematically (not study-by-study)310 - [ ] Quality assessment completed311 - [ ] Limitations acknowledged312 - [ ] References complete and accurate313 - [ ] PDF generates without errors314315## Database-Specific Search Guidance316317### PubMed / PubMed Central318319Access via `gget` skill:320```bash321# Search PubMed322gget search pubmed "CRISPR gene editing" -l 100323324# Search with filters325# Use PubMed Advanced Search Builder to construct complex queries326# Then execute via gget or direct Entrez API327```328329**Search tips**:330- Use MeSH terms: `"sickle cell disease"[MeSH]`331- Field tags: `[Title]`, `[Title/Abstract]`, `[Author]`332- Date filters: `2020:2024[Publication Date]`333- Boolean operators: AND, OR, NOT334- See MeSH browser: https://meshb.nlm.nih.gov/search335336### bioRxiv / medRxiv337338Access via `gget` skill:339```bash340gget search biorxiv "CRISPR sickle cell" -l 50341```342343**Important considerations**:344- Preprints are not peer-reviewed345- Verify findings with caution346- Check if preprint has been published (CrossRef)347- Note preprint version and date348349### arXiv350351Access via direct API or WebFetch:352```python353# Example search categories:354# q-bio.QM (Quantitative Methods)355# q-bio.GN (Genomics)356# q-bio.MN (Molecular Networks)357# cs.LG (Machine Learning)358# stat.ML (Machine Learning Statistics)359360# Search format: category AND terms361search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""362```363364### Semantic Scholar365366Access via direct API (requires API key, or use free tier):367- 200M+ papers across all fields368- Excellent for cross-disciplinary searches369- Provides citation graphs and paper recommendations370- Use for finding highly influential papers371372### Specialized Biomedical Databases373374Use appropriate skills:375- **ChEMBL**: `bioservices` skill for chemical bioactivity376- **UniProt**: `gget` or `bioservices` skill for protein information377- **KEGG**: `bioservices` skill for pathways and genes378- **COSMIC**: `gget` skill for cancer mutations379- **AlphaFold**: `gget alphafold` for protein structures380- **PDB**: `gget` or direct API for experimental structures381382### Citation Chaining383384Expand search via citation networks:3853861. **Forward citations** (papers citing key papers):387 - Use Google Scholar "Cited by"388 - Use Semantic Scholar or OpenAlex APIs389 - Identifies newer research building on seminal work3903912. **Backward citations** (references from key papers):392 - Extract references from included papers393 - Identify highly cited foundational work394 - Find papers cited by multiple included studies395396## Citation Style Guide397398Detailed formatting guidelines are in `references/citation_styles.md`. Quick reference:399400### APA (7th Edition)401- In-text: (Smith et al., 2023)402- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. *Journal*, *22*(4), 301-318. https://doi.org/10.xxx/yyy403404### Nature405- In-text: Superscript numbers^1,2^406- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. *Nat. Rev. Drug Discov.* **22**, 301-318 (2023).407408### Vancouver409- In-text: Superscript numbers^1,2^410- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.411412**Always verify citations** with verify_citations.py before finalizing.413414## Best Practices415416### Search Strategy4171. **Use multiple databases** (minimum 3): Ensures comprehensive coverage4182. **Include preprint servers**: Captures latest unpublished findings4193. **Document everything**: Search strings, dates, result counts for reproducibility4204. **Test and refine**: Run pilot searches, review results, adjust search terms421422### Screening and Selection4231. **Use clear criteria**: Document inclusion/exclusion criteria before screening4242. **Screen systematically**: Title → Abstract → Full text4253. **Document exclusions**: Record reasons for excluding studies4264. **Consider dual screening**: For systematic reviews, have two reviewers screen independently427428### Synthesis4291. **Organize thematically**: Group by themes, NOT by individual studies4302. **Synthesize across studies**: Compare, contrast, identify patterns4313. **Be critical**: Evaluate quality and consistency of evidence4324. **Identify gaps**: Note what's missing or understudied433434### Quality and Reproducibility4351. **Assess study quality**: Use appropriate quality assessment tools4362. **Verify all citations**: Run verify_citations.py script4373. **Document methodology**: Provide enough detail for others to reproduce4384. **Follow guidelines**: Use PRISMA for systematic reviews439440### Writing4411. **Be objective**: Present evidence fairly, acknowledge limitations4422. **Be systematic**: Follow structured template4433. **Be specific**: Include numbers, statistics, effect sizes where available4444. **Be clear**: Use clear headings, logical flow, thematic organization445446## Common Pitfalls to Avoid4474481. **Single database search**: Misses relevant papers; always search multiple databases4492. **No search documentation**: Makes review irreproducible; document all searches4503. **Study-by-study summary**: Lacks synthesis; organize thematically instead4514. **Unverified citations**: Leads to errors; always run verify_citations.py4525. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms4536. **Too narrow search**: Misses relevant papers; include synonyms and related terms4547. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv4558. **No quality assessment**: Treats all evidence equally; assess and report quality4569. **Publication bias**: Only positive results published; note potential bias45710. **Outdated search**: Field evolves rapidly; clearly state search date458459## Example Workflow460461Complete workflow for a biomedical literature review:462463```bash464# 1. Create review document from template465cp assets/review_template.md crispr_sickle_cell_review.md466467# 2. Search multiple databases using appropriate skills468# - Use gget skill for PubMed, bioRxiv469# - Use direct API access for arXiv, Semantic Scholar470# - Export results in JSON format471472# 3. Aggregate and process results473python scripts/search_databases.py combined_results.json \474 --deduplicate \475 --rank citations \476 --year-start 2015 \477 --year-end 2024 \478 --format markdown \479 --output search_results.md \480 --summary481482# 4. Screen results and extract data483# - Manually screen titles, abstracts, full texts484# - Extract key data into the review document485# - Organize by themes486487# 5. Write the review following template structure488# - Introduction with clear objectives489# - Detailed methodology section490# - Results organized thematically491# - Critical discussion492# - Clear conclusions493494# 6. Verify all citations495python scripts/verify_citations.py crispr_sickle_cell_review.md496497# Review the citation report498cat crispr_sickle_cell_review_citation_report.json499500# Fix any failed citations and re-verify501python scripts/verify_citations.py crispr_sickle_cell_review.md502503# 7. Generate professional PDF504python scripts/generate_pdf.py crispr_sickle_cell_review.md \505 --citation-style nature \506 --output crispr_sickle_cell_review.pdf507508# 8. Review final PDF and markdown outputs509```510511## Integration with Other Skills512513This skill works seamlessly with other scientific skills:514515### Database Access Skills516- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt517- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem518- **datacommons-client**: Demographics, economics, health statistics519520### Analysis Skills521- **pydeseq2**: RNA-seq differential expression (for methods sections)522- **scanpy**: Single-cell analysis (for methods sections)523- **anndata**: Single-cell data (for methods sections)524- **biopython**: Sequence analysis (for background sections)525526### Visualization Skills527- **matplotlib**: Generate figures and plots for review528- **seaborn**: Statistical visualizations529530### Writing Skills531- **brand-guidelines**: Apply institutional branding to PDF532- **internal-comms**: Adapt review for different audiences533534## Resources535536### Bundled Resources537538**Scripts:**539- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations540- `scripts/generate_pdf.py`: Convert markdown to professional PDF541- `scripts/search_databases.py`: Process, deduplicate, and format search results542543**References:**544- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)545- `references/database_strategies.md`: Comprehensive database search strategies546547**Assets:**548- `assets/review_template.md`: Complete literature review template with all sections549550### External Resources551552**Guidelines:**553- PRISMA (Systematic Reviews): http://www.prisma-statement.org/554- Cochrane Handbook: https://training.cochrane.org/handbook555- AMSTAR 2 (Review Quality): https://amstar.ca/556557**Tools:**558- MeSH Browser: https://meshb.nlm.nih.gov/search559- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/560- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/561562**Citation Styles:**563- APA Style: https://apastyle.apa.org/564- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards565- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html566567## Dependencies568569### Required Python Packages570```bash571pip install requests # For citation verification572```573574### Required System Tools575```bash576# For PDF generation577brew install pandoc # macOS578apt-get install pandoc # Linux579580# For LaTeX (PDF generation)581brew install --cask mactex # macOS582apt-get install texlive-xetex # Linux583```584585Check dependencies:586```bash587python scripts/generate_pdf.py --check-deps588```589590## Summary591592This literature-review skill provides:5935941. **Systematic methodology** following academic best practices5952. **Multi-database integration** via existing scientific skills5963. **Citation verification** ensuring accuracy and credibility5974. **Professional output** in markdown and PDF formats5985. **Comprehensive guidance** covering the entire review process5996. **Quality assurance** with verification and validation tools6007. **Reproducibility** through detailed documentation requirements601602Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.603604## Input Validation605606This skill accepts requests that match the documented purpose of `literature-review` and include enough context to complete the workflow safely.607608Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:609610> `literature-review` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.