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.
Prioritizing High-Impact Papers (CRITICAL)
Always prioritize influential, highly-cited papers from reputable authors and top venues. Quality matters more than quantity in literature reviews.
Citation Count Thresholds
Use citation counts to identify the most impactful papers:
| Paper Age |
Citation Threshold |
Classification |
| 0-3 years |
20+ citations |
Noteworthy |
| 0-3 years |
100+ citations |
Highly Influential |
| 3-7 years |
100+ citations |
Significant |
| 3-7 years |
500+ citations |
Landmark Paper |
| 7+ years |
500+ citations |
Seminal Work |
| 7+ years |
1000+ citations |
Foundational |
Journal and Venue Tiers
Prioritize papers from higher-tier venues:
- Tier 1 (Always Prefer): Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology
- Tier 2 (Strong Preference): High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)
- Tier 3 (Include When Relevant): Respected specialized journals (IF 5-10)
- Tier 4 (Use Sparingly): Lower-impact peer-reviewed venues
Author Reputation Assessment
Prefer papers from:
- Senior researchers with high h-index (>40 in established fields)
- Leading research groups at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)
- Authors with multiple Tier-1 publications in the relevant field
- Researchers with recognized expertise (awards, editorial positions, society fellows)
Identifying Seminal Papers
For any topic, identify foundational work by:
- High citation count (typically 500+ for papers 5+ years old)
- Frequently cited by other included studies (appears in many reference lists)
- Published in Tier-1 venues (Nature, Science, Cell family)
- Written by field pioneers (often cited as establishing concepts)
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
- Sort by citations: When available, sort search results by citation count to surface influential work first
Screening and Selection
- 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.
1---2name: literature-review3description: Literature Review4---5# Literature Review67## Overview89Conduct 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.1011This 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.1213## When to Use This Skill1415Use this skill when:16- Conducting a systematic literature review for research or publication17- Synthesizing current knowledge on a specific topic across multiple sources18- Performing meta-analysis or scoping reviews19- Writing the literature review section of a research paper or thesis20- Investigating the state of the art in a research domain21- Identifying research gaps and future directions22- Requiring verified citations and professional formatting2324## Visual Enhancement with Scientific Schematics2526**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**2728This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:291. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)302. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)3132**How to generate figures:**33- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams34- Simply describe your desired diagram in natural language35- Nano Banana Pro will automatically generate, review, and refine the schematic3637**How to generate schematics:**38```bash39python scripts/generate_schematic.py "your diagram description" -o figures/output.png40```4142The AI will automatically:43- Create publication-quality images with proper formatting44- Review and refine through multiple iterations45- Ensure accessibility (colorblind-friendly, high contrast)46- Save outputs in the figures/ directory4748**When to add schematics:**49- PRISMA flow diagrams for systematic reviews50- Literature search strategy flowcharts51- Thematic synthesis diagrams52- Research gap visualization maps53- Citation network diagrams54- Conceptual framework illustrations55- Any complex concept that benefits from visualization5657For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.5859---6061## Core Workflow6263Literature reviews follow a structured, multi-phase workflow:6465### Phase 1: Planning and Scoping66671. **Define Research Question**: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews68 - Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"69702. **Establish Scope and Objectives**:71 - Define clear, specific research questions72 - Determine review type (narrative, systematic, scoping, meta-analysis)73 - Set boundaries (time period, geographic scope, study types)74753. **Develop Search Strategy**:76 - Identify 2-4 main concepts from research question77 - List synonyms, abbreviations, and related terms for each concept78 - Plan Boolean operators (AND, OR, NOT) to combine terms79 - Select minimum 3 complementary databases80814. **Set Inclusion/Exclusion Criteria**:82 - Date range (e.g., last 10 years: 2015-2024)83 - Language (typically English, or specify multilingual)84 - Publication types (peer-reviewed, preprints, reviews)85 - Study designs (RCTs, observational, in vitro, etc.)86 - Document all criteria clearly8788### Phase 2: Systematic Literature Search89901. **Multi-Database Search**:9192 Select databases appropriate for the domain:9394 **Biomedical & Life Sciences:**95 - Use `gget` skill: `gget search pubmed "search terms"` for PubMed/PMC96 - Use `gget` skill: `gget search biorxiv "search terms"` for preprints97 - Use `bioservices` skill for ChEMBL, KEGG, UniProt, etc.9899 **General Scientific Literature:**100 - Search arXiv via direct API (preprints in physics, math, CS, q-bio)101 - Search Semantic Scholar via API (200M+ papers, cross-disciplinary)102 - Use Google Scholar for comprehensive coverage (manual or careful scraping)103104 **Specialized Databases:**105 - Use `gget alphafold` for protein structures106 - Use `gget cosmic` for cancer genomics107 - Use `datacommons-client` for demographic/statistical data108 - Use specialized databases as appropriate for the domain1091102. **Document Search Parameters**:111 ```markdown112 ## Search Strategy113114 ### Database: PubMed115 - **Date searched**: 2024-10-25116 - **Date range**: 2015-01-01 to 2024-10-25117 - **Search string**:118 ```119 ("CRISPR"[Title] OR "Cas9"[Title])120 AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])121 AND 2015:2024[Publication Date]122 ```123 - **Results**: 247 articles124 ```125126 Repeat for each database searched.1271283. **Export and Aggregate Results**:129 - Export results in JSON format from each database130 - Combine all results into a single file131 - Use `scripts/search_databases.py` for post-processing:132 ```bash133 python search_databases.py combined_results.json \134 --deduplicate \135 --format markdown \136 --output aggregated_results.md137 ```138139### Phase 3: Screening and Selection1401411. **Deduplication**:142 ```bash143 python search_databases.py results.json --deduplicate --output unique_results.json144 ```145 - Removes duplicates by DOI (primary) or title (fallback)146 - Document number of duplicates removed1471482. **Title Screening**:149 - Review all titles against inclusion/exclusion criteria150 - Exclude obviously irrelevant studies151 - Document number excluded at this stage1521533. **Abstract Screening**:154 - Read abstracts of remaining studies155 - Apply inclusion/exclusion criteria rigorously156 - Document reasons for exclusion1571584. **Full-Text Screening**:159 - Obtain full texts of remaining studies160 - Conduct detailed review against all criteria161 - Document specific reasons for exclusion162 - Record final number of included studies1631645. **Create PRISMA Flow Diagram**:165 ```166 Initial search: n = X167 ├─ After deduplication: n = Y168 ├─ After title screening: n = Z169 ├─ After abstract screening: n = A170 └─ Included in review: n = B171 ```172173### Phase 4: Data Extraction and Quality Assessment1741751. **Extract Key Data** from each included study:176 - Study metadata (authors, year, journal, DOI)177 - Study design and methods178 - Sample size and population characteristics179 - Key findings and results180 - Limitations noted by authors181 - Funding sources and conflicts of interest1821832. **Assess Study Quality**:184 - **For RCTs**: Use Cochrane Risk of Bias tool185 - **For observational studies**: Use Newcastle-Ottawa Scale186 - **For systematic reviews**: Use AMSTAR 2187 - Rate each study: High, Moderate, Low, or Very Low quality188 - Consider excluding very low-quality studies1891903. **Organize by Themes**:191 - Identify 3-5 major themes across studies192 - Group studies by theme (studies may appear in multiple themes)193 - Note patterns, consensus, and controversies194195### Phase 5: Synthesis and Analysis1961971. **Create Review Document** from template:198 ```bash199 cp assets/review_template.md my_literature_review.md200 ```2012022. **Write Thematic Synthesis** (NOT study-by-study summaries):203 - Organize Results section by themes or research questions204 - Synthesize findings across multiple studies within each theme205 - Compare and contrast different approaches and results206 - Identify consensus areas and points of controversy207 - Highlight the strongest evidence208209 Example structure:210 ```markdown211 #### 3.3.1 Theme: CRISPR Delivery Methods212213 Multiple delivery approaches have been investigated for therapeutic214 gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and215 showed high transduction efficiency (65-85%) but raised immunogenicity216 concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower217 efficiency (40-60%) but improved safety profiles^16-23^.218 ```2192203. **Critical Analysis**:221 - Evaluate methodological strengths and limitations across studies222 - Assess quality and consistency of evidence223 - Identify knowledge gaps and methodological gaps224 - Note areas requiring future research2252264. **Write Discussion**:227 - Interpret findings in broader context228 - Discuss clinical, practical, or research implications229 - Acknowledge limitations of the review itself230 - Compare with previous reviews if applicable231 - Propose specific future research directions232233### Phase 6: Citation Verification234235**CRITICAL**: All citations must be verified for accuracy before final submission.2362371. **Verify All DOIs**:238 ```bash239 python scripts/verify_citations.py my_literature_review.md240 ```241242 This script:243 - Extracts all DOIs from the document244 - Verifies each DOI resolves correctly245 - Retrieves metadata from CrossRef246 - Generates verification report247 - Outputs properly formatted citations2482492. **Review Verification Report**:250 - Check for any failed DOIs251 - Verify author names, titles, and publication details match252 - Correct any errors in the original document253 - Re-run verification until all citations pass2542553. **Format Citations Consistently**:256 - Choose one citation style and use throughout (see `references/citation_styles.md`)257 - Common styles: APA, Nature, Vancouver, Chicago, IEEE258 - Use verification script output to format citations correctly259 - Ensure in-text citations match reference list format260261### Phase 7: Document Generation2622631. **Generate PDF**:264 ```bash265 python scripts/generate_pdf.py my_literature_review.md \266 --citation-style apa \267 --output my_review.pdf268 ```269270 Options:271 - `--citation-style`: apa, nature, chicago, vancouver, ieee272 - `--no-toc`: Disable table of contents273 - `--no-numbers`: Disable section numbering274 - `--check-deps`: Check if pandoc/xelatex are installed2752762. **Review Final Output**:277 - Check PDF formatting and layout278 - Verify all sections are present279 - Ensure citations render correctly280 - Check that figures/tables appear properly281 - Verify table of contents is accurate2822833. **Quality Checklist**:284 - [ ] All DOIs verified with verify_citations.py285 - [ ] Citations formatted consistently286 - [ ] PRISMA flow diagram included (for systematic reviews)287 - [ ] Search methodology fully documented288 - [ ] Inclusion/exclusion criteria clearly stated289 - [ ] Results organized thematically (not study-by-study)290 - [ ] Quality assessment completed291 - [ ] Limitations acknowledged292 - [ ] References complete and accurate293 - [ ] PDF generates without errors294295## Database-Specific Search Guidance296297### PubMed / PubMed Central298299Access via `gget` skill:300```bash301# Search PubMed302gget search pubmed "CRISPR gene editing" -l 100303304# Search with filters305# Use PubMed Advanced Search Builder to construct complex queries306# Then execute via gget or direct Entrez API307```308309**Search tips**:310- Use MeSH terms: `"sickle cell disease"[MeSH]`311- Field tags: `[Title]`, `[Title/Abstract]`, `[Author]`312- Date filters: `2020:2024[Publication Date]`313- Boolean operators: AND, OR, NOT314- See MeSH browser: https://meshb.nlm.nih.gov/search315316### bioRxiv / medRxiv317318Access via `gget` skill:319```bash320gget search biorxiv "CRISPR sickle cell" -l 50321```322323**Important considerations**:324- Preprints are not peer-reviewed325- Verify findings with caution326- Check if preprint has been published (CrossRef)327- Note preprint version and date328329### arXiv330331Access via direct API or WebFetch:332```python333# Example search categories:334# q-bio.QM (Quantitative Methods)335# q-bio.GN (Genomics)336# q-bio.MN (Molecular Networks)337# cs.LG (Machine Learning)338# stat.ML (Machine Learning Statistics)339340# Search format: category AND terms341search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""342```343344### Semantic Scholar345346Access via direct API (requires API key, or use free tier):347- 200M+ papers across all fields348- Excellent for cross-disciplinary searches349- Provides citation graphs and paper recommendations350- Use for finding highly influential papers351352### Specialized Biomedical Databases353354Use appropriate skills:355- **ChEMBL**: `bioservices` skill for chemical bioactivity356- **UniProt**: `gget` or `bioservices` skill for protein information357- **KEGG**: `bioservices` skill for pathways and genes358- **COSMIC**: `gget` skill for cancer mutations359- **AlphaFold**: `gget alphafold` for protein structures360- **PDB**: `gget` or direct API for experimental structures361362### Citation Chaining363364Expand search via citation networks:3653661. **Forward citations** (papers citing key papers):367 - Use Google Scholar "Cited by"368 - Use Semantic Scholar or OpenAlex APIs369 - Identifies newer research building on seminal work3703712. **Backward citations** (references from key papers):372 - Extract references from included papers373 - Identify highly cited foundational work374 - Find papers cited by multiple included studies375376## Citation Style Guide377378Detailed formatting guidelines are in `references/citation_styles.md`. Quick reference:379380### APA (7th Edition)381- In-text: (Smith et al., 2023)382- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. *Journal*, *22*(4), 301-318. https://doi.org/10.xxx/yyy383384### Nature385- In-text: Superscript numbers^1,2^386- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. *Nat. Rev. Drug Discov.* **22**, 301-318 (2023).387388### Vancouver389- In-text: Superscript numbers^1,2^390- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.391392**Always verify citations** with verify_citations.py before finalizing.393394### Prioritizing High-Impact Papers (CRITICAL)395396**Always prioritize influential, highly-cited papers from reputable authors and top venues.** Quality matters more than quantity in literature reviews.397398#### Citation Count Thresholds399400Use citation counts to identify the most impactful papers:401402| Paper Age | Citation Threshold | Classification |403|-----------|-------------------|----------------|404| 0-3 years | 20+ citations | Noteworthy |405| 0-3 years | 100+ citations | Highly Influential |406| 3-7 years | 100+ citations | Significant |407| 3-7 years | 500+ citations | Landmark Paper |408| 7+ years | 500+ citations | Seminal Work |409| 7+ years | 1000+ citations | Foundational |410411#### Journal and Venue Tiers412413Prioritize papers from higher-tier venues:414415- **Tier 1 (Always Prefer):** Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology416- **Tier 2 (Strong Preference):** High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)417- **Tier 3 (Include When Relevant):** Respected specialized journals (IF 5-10)418- **Tier 4 (Use Sparingly):** Lower-impact peer-reviewed venues419420#### Author Reputation Assessment421422Prefer papers from:423- **Senior researchers** with high h-index (>40 in established fields)424- **Leading research groups** at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)425- **Authors with multiple Tier-1 publications** in the relevant field426- **Researchers with recognized expertise** (awards, editorial positions, society fellows)427428#### Identifying Seminal Papers429430For any topic, identify foundational work by:4311. **High citation count** (typically 500+ for papers 5+ years old)4322. **Frequently cited by other included studies** (appears in many reference lists)4333. **Published in Tier-1 venues** (Nature, Science, Cell family)4344. **Written by field pioneers** (often cited as establishing concepts)435436## Best Practices437438### Search Strategy4391. **Use multiple databases** (minimum 3): Ensures comprehensive coverage4402. **Include preprint servers**: Captures latest unpublished findings4413. **Document everything**: Search strings, dates, result counts for reproducibility4424. **Test and refine**: Run pilot searches, review results, adjust search terms4435. **Sort by citations**: When available, sort search results by citation count to surface influential work first444445### Screening and Selection4461. **Use multiple databases** (minimum 3): Ensures comprehensive coverage4472. **Include preprint servers**: Captures latest unpublished findings4483. **Document everything**: Search strings, dates, result counts for reproducibility4494. **Test and refine**: Run pilot searches, review results, adjust search terms450451### Screening and Selection4521. **Use clear criteria**: Document inclusion/exclusion criteria before screening4532. **Screen systematically**: Title → Abstract → Full text4543. **Document exclusions**: Record reasons for excluding studies4554. **Consider dual screening**: For systematic reviews, have two reviewers screen independently456457### Synthesis4581. **Organize thematically**: Group by themes, NOT by individual studies4592. **Synthesize across studies**: Compare, contrast, identify patterns4603. **Be critical**: Evaluate quality and consistency of evidence4614. **Identify gaps**: Note what's missing or understudied462463### Quality and Reproducibility4641. **Assess study quality**: Use appropriate quality assessment tools4652. **Verify all citations**: Run verify_citations.py script4663. **Document methodology**: Provide enough detail for others to reproduce4674. **Follow guidelines**: Use PRISMA for systematic reviews468469### Writing4701. **Be objective**: Present evidence fairly, acknowledge limitations4712. **Be systematic**: Follow structured template4723. **Be specific**: Include numbers, statistics, effect sizes where available4734. **Be clear**: Use clear headings, logical flow, thematic organization474475## Common Pitfalls to Avoid4764771. **Single database search**: Misses relevant papers; always search multiple databases4782. **No search documentation**: Makes review irreproducible; document all searches4793. **Study-by-study summary**: Lacks synthesis; organize thematically instead4804. **Unverified citations**: Leads to errors; always run verify_citations.py4815. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms4826. **Too narrow search**: Misses relevant papers; include synonyms and related terms4837. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv4848. **No quality assessment**: Treats all evidence equally; assess and report quality4859. **Publication bias**: Only positive results published; note potential bias48610. **Outdated search**: Field evolves rapidly; clearly state search date487488## Example Workflow489490Complete workflow for a biomedical literature review:491492```bash493# 1. Create review document from template494cp assets/review_template.md crispr_sickle_cell_review.md495496# 2. Search multiple databases using appropriate skills497# - Use gget skill for PubMed, bioRxiv498# - Use direct API access for arXiv, Semantic Scholar499# - Export results in JSON format500501# 3. Aggregate and process results502python scripts/search_databases.py combined_results.json \503 --deduplicate \504 --rank citations \505 --year-start 2015 \506 --year-end 2024 \507 --format markdown \508 --output search_results.md \509 --summary510511# 4. Screen results and extract data512# - Manually screen titles, abstracts, full texts513# - Extract key data into the review document514# - Organize by themes515516# 5. Write the review following template structure517# - Introduction with clear objectives518# - Detailed methodology section519# - Results organized thematically520# - Critical discussion521# - Clear conclusions522523# 6. Verify all citations524python scripts/verify_citations.py crispr_sickle_cell_review.md525526# Review the citation report527cat crispr_sickle_cell_review_citation_report.json528529# Fix any failed citations and re-verify530python scripts/verify_citations.py crispr_sickle_cell_review.md531532# 7. Generate professional PDF533python scripts/generate_pdf.py crispr_sickle_cell_review.md \534 --citation-style nature \535 --output crispr_sickle_cell_review.pdf536537# 8. Review final PDF and markdown outputs538```539540## Integration with Other Skills541542This skill works seamlessly with other scientific skills:543544### Database Access Skills545- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt546- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem547- **datacommons-client**: Demographics, economics, health statistics548549### Analysis Skills550- **pydeseq2**: RNA-seq differential expression (for methods sections)551- **scanpy**: Single-cell analysis (for methods sections)552- **anndata**: Single-cell data (for methods sections)553- **biopython**: Sequence analysis (for background sections)554555### Visualization Skills556- **matplotlib**: Generate figures and plots for review557- **seaborn**: Statistical visualizations558559### Writing Skills560- **brand-guidelines**: Apply institutional branding to PDF561- **internal-comms**: Adapt review for different audiences562563## Resources564565### Bundled Resources566567**Scripts:**568- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations569- `scripts/generate_pdf.py`: Convert markdown to professional PDF570- `scripts/search_databases.py`: Process, deduplicate, and format search results571572**References:**573- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)574- `references/database_strategies.md`: Comprehensive database search strategies575576**Assets:**577- `assets/review_template.md`: Complete literature review template with all sections578579### External Resources580581**Guidelines:**582- PRISMA (Systematic Reviews): http://www.prisma-statement.org/583- Cochrane Handbook: https://training.cochrane.org/handbook584- AMSTAR 2 (Review Quality): https://amstar.ca/585586**Tools:**587- MeSH Browser: https://meshb.nlm.nih.gov/search588- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/589- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/590591**Citation Styles:**592- APA Style: https://apastyle.apa.org/593- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards594- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html595596## Dependencies597598### Required Python Packages599```bash600pip install requests # For citation verification601```602603### Required System Tools604```bash605# For PDF generation606brew install pandoc # macOS607apt-get install pandoc # Linux608609# For LaTeX (PDF generation)610brew install --cask mactex # macOS611apt-get install texlive-xetex # Linux612```613614Check dependencies:615```bash616python scripts/generate_pdf.py --check-deps617```618619## Summary620621This literature-review skill provides:6226231. **Systematic methodology** following academic best practices6242. **Multi-database integration** via existing scientific skills6253. **Citation verification** ensuring accuracy and credibility6264. **Professional output** in markdown and PDF formats6275. **Comprehensive guidance** covering the entire review process6286. **Quality assurance** with verification and validation tools6297. **Reproducibility** through detailed documentation requirements630631Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.