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
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
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
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.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: literature-review-53description: Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.). Use when this capability is needed.4---56# Literature Review78## Overview910Conduct 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.1112This 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.1314## When to Use This Skill1516Use this skill when:17- Conducting a systematic literature review for research or publication18- Synthesizing current knowledge on a specific topic across multiple sources19- Performing meta-analysis or scoping reviews20- Writing the literature review section of a research paper or thesis21- Investigating the state of the art in a research domain22- Identifying research gaps and future directions23- Requiring verified citations and professional formatting2425## Visual Enhancement with Scientific Schematics2627**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**2829This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:301. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)312. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)3233**How to generate figures:**34- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams35- Simply describe your desired diagram in natural language36- Nano Banana Pro will automatically generate, review, and refine the schematic3738**How to generate schematics:**39```bash40python scripts/generate_schematic.py "your diagram description" -o figures/output.png41```4243The AI will automatically:44- Create publication-quality images with proper formatting45- Review and refine through multiple iterations46- Ensure accessibility (colorblind-friendly, high contrast)47- Save outputs in the figures/ directory4849**When to add schematics:**50- PRISMA flow diagrams for systematic reviews51- Literature search strategy flowcharts52- Thematic synthesis diagrams53- Research gap visualization maps54- Citation network diagrams55- Conceptual framework illustrations56- Any complex concept that benefits from visualization5758For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.5960---6162## Core Workflow6364Literature reviews follow a structured, multi-phase workflow:6566### Phase 1: Planning and Scoping67681. **Define Research Question**: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews69 - Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"70712. **Establish Scope and Objectives**:72 - Define clear, specific research questions73 - Determine review type (narrative, systematic, scoping, meta-analysis)74 - Set boundaries (time period, geographic scope, study types)75763. **Develop Search Strategy**:77 - Identify 2-4 main concepts from research question78 - List synonyms, abbreviations, and related terms for each concept79 - Plan Boolean operators (AND, OR, NOT) to combine terms80 - Select minimum 3 complementary databases81824. **Set Inclusion/Exclusion Criteria**:83 - Date range (e.g., last 10 years: 2015-2024)84 - Language (typically English, or specify multilingual)85 - Publication types (peer-reviewed, preprints, reviews)86 - Study designs (RCTs, observational, in vitro, etc.)87 - Document all criteria clearly8889### Phase 2: Systematic Literature Search90911. **Multi-Database Search**:9293 Select databases appropriate for the domain:9495 **Biomedical & Life Sciences:**96 - Use `gget` skill: `gget search pubmed "search terms"` for PubMed/PMC97 - Use `gget` skill: `gget search biorxiv "search terms"` for preprints98 - Use `bioservices` skill for ChEMBL, KEGG, UniProt, etc.99100 **General Scientific Literature:**101 - Search arXiv via direct API (preprints in physics, math, CS, q-bio)102 - Search Semantic Scholar via API (200M+ papers, cross-disciplinary)103 - Use Google Scholar for comprehensive coverage (manual or careful scraping)104105 **Specialized Databases:**106 - Use `gget alphafold` for protein structures107 - Use `gget cosmic` for cancer genomics108 - Use `datacommons-client` for demographic/statistical data109 - Use specialized databases as appropriate for the domain1101112. **Document Search Parameters**:112 ```markdown113 ## Search Strategy114115 ### Database: PubMed116 - **Date searched**: 2024-10-25117 - **Date range**: 2015-01-01 to 2024-10-25118 - **Search string**:119 ```120 ("CRISPR"[Title] OR "Cas9"[Title])121 AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])122 AND 2015:2024[Publication Date]123 ```124 - **Results**: 247 articles125 ```126127 Repeat for each database searched.1281293. **Export and Aggregate Results**:130 - Export results in JSON format from each database131 - Combine all results into a single file132 - Use `scripts/search_databases.py` for post-processing:133 ```bash134 python search_databases.py combined_results.json \135 --deduplicate \136 --format markdown \137 --output aggregated_results.md138 ```139140### Phase 3: Screening and Selection1411421. **Deduplication**:143 ```bash144 python search_databases.py results.json --deduplicate --output unique_results.json145 ```146 - Removes duplicates by DOI (primary) or title (fallback)147 - Document number of duplicates removed1481492. **Title Screening**:150 - Review all titles against inclusion/exclusion criteria151 - Exclude obviously irrelevant studies152 - Document number excluded at this stage1531543. **Abstract Screening**:155 - Read abstracts of remaining studies156 - Apply inclusion/exclusion criteria rigorously157 - Document reasons for exclusion1581594. **Full-Text Screening**:160 - Obtain full texts of remaining studies161 - Conduct detailed review against all criteria162 - Document specific reasons for exclusion163 - Record final number of included studies1641655. **Create PRISMA Flow Diagram**:166 ```167 Initial search: n = X168 ├─ After deduplication: n = Y169 ├─ After title screening: n = Z170 ├─ After abstract screening: n = A171 └─ Included in review: n = B172 ```173174### Phase 4: Data Extraction and Quality Assessment1751761. **Extract Key Data** from each included study:177 - Study metadata (authors, year, journal, DOI)178 - Study design and methods179 - Sample size and population characteristics180 - Key findings and results181 - Limitations noted by authors182 - Funding sources and conflicts of interest1831842. **Assess Study Quality**:185 - **For RCTs**: Use Cochrane Risk of Bias tool186 - **For observational studies**: Use Newcastle-Ottawa Scale187 - **For systematic reviews**: Use AMSTAR 2188 - Rate each study: High, Moderate, Low, or Very Low quality189 - Consider excluding very low-quality studies1901913. **Organize by Themes**:192 - Identify 3-5 major themes across studies193 - Group studies by theme (studies may appear in multiple themes)194 - Note patterns, consensus, and controversies195196### Phase 5: Synthesis and Analysis1971981. **Create Review Document** from template:199 ```bash200 cp assets/review_template.md my_literature_review.md201 ```2022032. **Write Thematic Synthesis** (NOT study-by-study summaries):204 - Organize Results section by themes or research questions205 - Synthesize findings across multiple studies within each theme206 - Compare and contrast different approaches and results207 - Identify consensus areas and points of controversy208 - Highlight the strongest evidence209210 Example structure:211 ```markdown212 #### 3.3.1 Theme: CRISPR Delivery Methods213214 Multiple delivery approaches have been investigated for therapeutic215 gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and216 showed high transduction efficiency (65-85%) but raised immunogenicity217 concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower218 efficiency (40-60%) but improved safety profiles^16-23^.219 ```2202213. **Critical Analysis**:222 - Evaluate methodological strengths and limitations across studies223 - Assess quality and consistency of evidence224 - Identify knowledge gaps and methodological gaps225 - Note areas requiring future research2262274. **Write Discussion**:228 - Interpret findings in broader context229 - Discuss clinical, practical, or research implications230 - Acknowledge limitations of the review itself231 - Compare with previous reviews if applicable232 - Propose specific future research directions233234### Phase 6: Citation Verification235236**CRITICAL**: All citations must be verified for accuracy before final submission.2372381. **Verify All DOIs**:239 ```bash240 python scripts/verify_citations.py my_literature_review.md241 ```242243 This script:244 - Extracts all DOIs from the document245 - Verifies each DOI resolves correctly246 - Retrieves metadata from CrossRef247 - Generates verification report248 - Outputs properly formatted citations2492502. **Review Verification Report**:251 - Check for any failed DOIs252 - Verify author names, titles, and publication details match253 - Correct any errors in the original document254 - Re-run verification until all citations pass2552563. **Format Citations Consistently**:257 - Choose one citation style and use throughout (see `references/citation_styles.md`)258 - Common styles: APA, Nature, Vancouver, Chicago, IEEE259 - Use verification script output to format citations correctly260 - Ensure in-text citations match reference list format261262### Phase 7: Document Generation2632641. **Generate PDF**:265 ```bash266 python scripts/generate_pdf.py my_literature_review.md \267 --citation-style apa \268 --output my_review.pdf269 ```270271 Options:272 - `--citation-style`: apa, nature, chicago, vancouver, ieee273 - `--no-toc`: Disable table of contents274 - `--no-numbers`: Disable section numbering275 - `--check-deps`: Check if pandoc/xelatex are installed2762772. **Review Final Output**:278 - Check PDF formatting and layout279 - Verify all sections are present280 - Ensure citations render correctly281 - Check that figures/tables appear properly282 - Verify table of contents is accurate2832843. **Quality Checklist**:285 - [ ] All DOIs verified with verify_citations.py286 - [ ] Citations formatted consistently287 - [ ] PRISMA flow diagram included (for systematic reviews)288 - [ ] Search methodology fully documented289 - [ ] Inclusion/exclusion criteria clearly stated290 - [ ] Results organized thematically (not study-by-study)291 - [ ] Quality assessment completed292 - [ ] Limitations acknowledged293 - [ ] References complete and accurate294 - [ ] PDF generates without errors295296## Database-Specific Search Guidance297298### PubMed / PubMed Central299300Access via `gget` skill:301```bash302# Search PubMed303gget search pubmed "CRISPR gene editing" -l 100304305# Search with filters306# Use PubMed Advanced Search Builder to construct complex queries307# Then execute via gget or direct Entrez API308```309310**Search tips**:311- Use MeSH terms: `"sickle cell disease"[MeSH]`312- Field tags: `[Title]`, `[Title/Abstract]`, `[Author]`313- Date filters: `2020:2024[Publication Date]`314- Boolean operators: AND, OR, NOT315- See MeSH browser: https://meshb.nlm.nih.gov/search316317### bioRxiv / medRxiv318319Access via `gget` skill:320```bash321gget search biorxiv "CRISPR sickle cell" -l 50322```323324**Important considerations**:325- Preprints are not peer-reviewed326- Verify findings with caution327- Check if preprint has been published (CrossRef)328- Note preprint version and date329330### arXiv331332Access via direct API or WebFetch:333```python334# Example search categories:335# q-bio.QM (Quantitative Methods)336# q-bio.GN (Genomics)337# q-bio.MN (Molecular Networks)338# cs.LG (Machine Learning)339# stat.ML (Machine Learning Statistics)340341# Search format: category AND terms342search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""343```344345### Semantic Scholar346347Access via direct API (requires API key, or use free tier):348- 200M+ papers across all fields349- Excellent for cross-disciplinary searches350- Provides citation graphs and paper recommendations351- Use for finding highly influential papers352353### Specialized Biomedical Databases354355Use appropriate skills:356- **ChEMBL**: `bioservices` skill for chemical bioactivity357- **UniProt**: `gget` or `bioservices` skill for protein information358- **KEGG**: `bioservices` skill for pathways and genes359- **COSMIC**: `gget` skill for cancer mutations360- **AlphaFold**: `gget alphafold` for protein structures361- **PDB**: `gget` or direct API for experimental structures362363### Citation Chaining364365Expand search via citation networks:3663671. **Forward citations** (papers citing key papers):368 - Use Google Scholar "Cited by"369 - Use Semantic Scholar or OpenAlex APIs370 - Identifies newer research building on seminal work3713722. **Backward citations** (references from key papers):373 - Extract references from included papers374 - Identify highly cited foundational work375 - Find papers cited by multiple included studies376377## Citation Style Guide378379Detailed formatting guidelines are in `references/citation_styles.md`. Quick reference:380381### APA (7th Edition)382- In-text: (Smith et al., 2023)383- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. *Journal*, *22*(4), 301-318. https://doi.org/10.xxx/yyy384385### Nature386- In-text: Superscript numbers^1,2^387- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. *Nat. Rev. Drug Discov.* **22**, 301-318 (2023).388389### Vancouver390- In-text: Superscript numbers^1,2^391- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.392393**Always verify citations** with verify_citations.py before finalizing.394395## Best Practices396397### Search Strategy3981. **Use multiple databases** (minimum 3): Ensures comprehensive coverage3992. **Include preprint servers**: Captures latest unpublished findings4003. **Document everything**: Search strings, dates, result counts for reproducibility4014. **Test and refine**: Run pilot searches, review results, adjust search terms402403### Screening and Selection4041. **Use clear criteria**: Document inclusion/exclusion criteria before screening4052. **Screen systematically**: Title → Abstract → Full text4063. **Document exclusions**: Record reasons for excluding studies4074. **Consider dual screening**: For systematic reviews, have two reviewers screen independently408409### Synthesis4101. **Organize thematically**: Group by themes, NOT by individual studies4112. **Synthesize across studies**: Compare, contrast, identify patterns4123. **Be critical**: Evaluate quality and consistency of evidence4134. **Identify gaps**: Note what's missing or understudied414415### Quality and Reproducibility4161. **Assess study quality**: Use appropriate quality assessment tools4172. **Verify all citations**: Run verify_citations.py script4183. **Document methodology**: Provide enough detail for others to reproduce4194. **Follow guidelines**: Use PRISMA for systematic reviews420421### Writing4221. **Be objective**: Present evidence fairly, acknowledge limitations4232. **Be systematic**: Follow structured template4243. **Be specific**: Include numbers, statistics, effect sizes where available4254. **Be clear**: Use clear headings, logical flow, thematic organization426427## Common Pitfalls to Avoid4284291. **Single database search**: Misses relevant papers; always search multiple databases4302. **No search documentation**: Makes review irreproducible; document all searches4313. **Study-by-study summary**: Lacks synthesis; organize thematically instead4324. **Unverified citations**: Leads to errors; always run verify_citations.py4335. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms4346. **Too narrow search**: Misses relevant papers; include synonyms and related terms4357. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv4368. **No quality assessment**: Treats all evidence equally; assess and report quality4379. **Publication bias**: Only positive results published; note potential bias43810. **Outdated search**: Field evolves rapidly; clearly state search date439440## Example Workflow441442Complete workflow for a biomedical literature review:443444```bash445# 1. Create review document from template446cp assets/review_template.md crispr_sickle_cell_review.md447448# 2. Search multiple databases using appropriate skills449# - Use gget skill for PubMed, bioRxiv450# - Use direct API access for arXiv, Semantic Scholar451# - Export results in JSON format452453# 3. Aggregate and process results454python scripts/search_databases.py combined_results.json \455 --deduplicate \456 --rank citations \457 --year-start 2015 \458 --year-end 2024 \459 --format markdown \460 --output search_results.md \461 --summary462463# 4. Screen results and extract data464# - Manually screen titles, abstracts, full texts465# - Extract key data into the review document466# - Organize by themes467468# 5. Write the review following template structure469# - Introduction with clear objectives470# - Detailed methodology section471# - Results organized thematically472# - Critical discussion473# - Clear conclusions474475# 6. Verify all citations476python scripts/verify_citations.py crispr_sickle_cell_review.md477478# Review the citation report479cat crispr_sickle_cell_review_citation_report.json480481# Fix any failed citations and re-verify482python scripts/verify_citations.py crispr_sickle_cell_review.md483484# 7. Generate professional PDF485python scripts/generate_pdf.py crispr_sickle_cell_review.md \486 --citation-style nature \487 --output crispr_sickle_cell_review.pdf488489# 8. Review final PDF and markdown outputs490```491492## Integration with Other Skills493494This skill works seamlessly with other scientific skills:495496### Database Access Skills497- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt498- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem499- **datacommons-client**: Demographics, economics, health statistics500501### Analysis Skills502- **pydeseq2**: RNA-seq differential expression (for methods sections)503- **scanpy**: Single-cell analysis (for methods sections)504- **anndata**: Single-cell data (for methods sections)505- **biopython**: Sequence analysis (for background sections)506507### Visualization Skills508- **matplotlib**: Generate figures and plots for review509- **seaborn**: Statistical visualizations510511### Writing Skills512- **brand-guidelines**: Apply institutional branding to PDF513- **internal-comms**: Adapt review for different audiences514515## Resources516517### Bundled Resources518519**Scripts:**520- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations521- `scripts/generate_pdf.py`: Convert markdown to professional PDF522- `scripts/search_databases.py`: Process, deduplicate, and format search results523524**References:**525- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)526- `references/database_strategies.md`: Comprehensive database search strategies527528**Assets:**529- `assets/review_template.md`: Complete literature review template with all sections530531### External Resources532533**Guidelines:**534- PRISMA (Systematic Reviews): http://www.prisma-statement.org/535- Cochrane Handbook: https://training.cochrane.org/handbook536- AMSTAR 2 (Review Quality): https://amstar.ca/537538**Tools:**539- MeSH Browser: https://meshb.nlm.nih.gov/search540- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/541- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/542543**Citation Styles:**544- APA Style: https://apastyle.apa.org/545- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards546- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html547548## Dependencies549550### Required Python Packages551```bash552pip install requests # For citation verification553```554555### Required System Tools556```bash557# For PDF generation558brew install pandoc # macOS559apt-get install pandoc # Linux560561# For LaTeX (PDF generation)562brew install --cask mactex # macOS563apt-get install texlive-xetex # Linux564```565566Check dependencies:567```bash568python scripts/generate_pdf.py --check-deps569```570571## Summary572573This literature-review skill provides:5745751. **Systematic methodology** following academic best practices5762. **Multi-database integration** via existing scientific skills5773. **Citation verification** ensuring accuracy and credibility5784. **Professional output** in markdown and PDF formats5795. **Comprehensive guidance** covering the entire review process5806. **Quality assurance** with verification and validation tools5817. **Reproducibility** through detailed documentation requirements582583Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.584585---586> Converted and distributed by [TomeVault](https://tomevault.io/claim/davila7) — claim your Tome and manage your conversions.587<!-- tomevault:4.0:skill_md:2026-04-11 -->