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 uses the parallel-web skill (parallel-cli search) as the primary web search tool for broad academic literature discovery, supplemented by specialized database access skills (gget, bioservices, datacommons-client). It 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
- Use the parallel-web skill (
parallel-cli search) for initial scoping to quickly gauge the landscape before formal database searches
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. Always start with parallel-web for broad academic coverage, then supplement with domain-specific databases.
Web-Based Academic Search (parallel-web skill — START HERE):
- Use
parallel-cli search with academic domain filtering for broad scholarly coverage
- Run two searches: academic-focused + general to catch all relevant sources
# Academic-focused search across scholarly sources
parallel-cli search "your research topic" -q "keyword1" -q "keyword2" \
--json --max-results 10 --excerpt-max-chars-total 27000 \
--include-domains "scholar.google.com,arxiv.org,pubmed.ncbi.nlm.nih.gov,semanticscholar.org,biorxiv.org,medrxiv.org,ncbi.nlm.nih.gov,nature.com,science.org,ieee.org,acm.org,springer.com,wiley.com,cell.com,pnas.org,nih.gov" \
-o sources/litreview_<topic>-academic.json
# General search for supplementary sources
parallel-cli search "your research topic" -q "keyword1" -q "keyword2" \
--json --max-results 10 --excerpt-max-chars-total 27000 \
-o sources/litreview_<topic>-general.json
- Use
parallel-cli extract to fetch full content from specific paper URLs or PDFs found in search results
parallel-cli extract "https://arxiv.org/abs/XXXX.XXXXX" --json
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
parallel-cli search to find papers citing a specific work:parallel-cli search "papers citing [Author et al. Year] [paper title]" \
-q "citing" -q "[key author]" \
--json --max-results 10 --excerpt-max-chars-total 27000 \
--include-domains "scholar.google.com,semanticscholar.org,arxiv.org,pubmed.ncbi.nlm.nih.gov" \
-o sources/litreview_forward_citations.json
- Use Google Scholar "Cited by"
- Use Semantic Scholar or OpenAlex APIs
- Identifies newer research building on seminal work
Backward citations (references from key papers):
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
- Start with parallel-web: Use
parallel-cli search with academic domains for initial broad coverage before querying specialized databases
- Use multiple databases (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source
- Include preprint servers: Captures latest unpublished findings
- Document everything: Search strings, dates, result counts for reproducibility — save all parallel-cli output to
sources/
- 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
- Use parallel-cli extract: Fetch full content from promising URLs found during search to verify relevance before full-text screening
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. Start with parallel-web for broad academic search
parallel-cli search "CRISPR Cas9 sickle cell disease gene therapy efficacy" \
-q "CRISPR" -q "sickle cell" -q "gene therapy" \
--json --max-results 10 --excerpt-max-chars-total 27000 \
--include-domains "scholar.google.com,arxiv.org,pubmed.ncbi.nlm.nih.gov,semanticscholar.org,biorxiv.org,nature.com,science.org,cell.com,pnas.org,nih.gov" \
-o sources/litreview_crispr_scd-academic.json
parallel-cli search "CRISPR sickle cell disease clinical trials treatment" \
-q "CRISPR" -q "sickle cell" \
--json --max-results 10 --excerpt-max-chars-total 27000 \
-o sources/litreview_crispr_scd-general.json
# 3. Search specialized databases using appropriate skills
# - Use gget skill for PubMed, bioRxiv
# - Use direct API access for arXiv, Semantic Scholar
# - Export results in JSON format
# 4. Aggregate and process results (combine parallel-cli + database 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
# 5. Screen results and extract data
# - Use parallel-cli extract to fetch full content from promising URLs
# - Manually screen titles, abstracts, full texts
# - Extract key data into the review document
# - Organize by themes
# 6. Write the review following template structure
# - Introduction with clear objectives
# - Detailed methodology section
# - Results organized thematically
# - Critical discussion
# - Clear conclusions
# 7. 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
# 8. Generate professional PDF
python scripts/generate_pdf.py crispr_sickle_cell_review.md \
--citation-style nature \
--output crispr_sickle_cell_review.pdf
# 9. Review final PDF and markdown outputs
Integration with Other Skills
This skill works seamlessly with other scientific skills:
Web Search & Extraction (parallel-web skill — PRIMARY)
- parallel-cli search: Broad academic and general web search with domain filtering — use for initial scoping, finding papers, citation chaining, and supplementary searches
- parallel-cli extract: Fetch full content from paper URLs, journal websites, and preprint servers — use for reading abstracts, extracting reference lists, and verifying paper details
- parallel-cli search --include-domains: Academic-focused search across scholarly domains (arxiv.org, pubmed, nature.com, etc.)
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 CLI Tools
# parallel-cli (PRIMARY — for web search and URL extraction)
curl -fsSL https://parallel.ai/install.sh | bash
# Or: uv tool install "parallel-web-tools[cli]"
# Authenticate: parallel-cli auth
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
- Parallel-web powered search using
parallel-cli search for fast, broad academic literature discovery with scholarly domain filtering
- Multi-database integration via existing scientific skills (gget, bioservices, datacommons-client)
- 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: 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.).4license: MIT license5---67# Literature Review89## Overview1011Conduct 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.1213This skill uses the **parallel-web skill** (`parallel-cli search`) as the primary web search tool for broad academic literature discovery, supplemented by specialized database access skills (gget, bioservices, datacommons-client). It provides specialized tools for citation verification, result aggregation, and document generation.1415## When to Use This Skill1617Use this skill when:18- Conducting a systematic literature review for research or publication19- Synthesizing current knowledge on a specific topic across multiple sources20- Performing meta-analysis or scoping reviews21- Writing the literature review section of a research paper or thesis22- Investigating the state of the art in a research domain23- Identifying research gaps and future directions24- Requiring verified citations and professional formatting2526## Visual Enhancement with Scientific Schematics2728**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**2930This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:311. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)322. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)3334**How to generate figures:**35- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams36- Simply describe your desired diagram in natural language37- Nano Banana Pro will automatically generate, review, and refine the schematic3839**How to generate schematics:**40```bash41python scripts/generate_schematic.py "your diagram description" -o figures/output.png42```4344The AI will automatically:45- Create publication-quality images with proper formatting46- Review and refine through multiple iterations47- Ensure accessibility (colorblind-friendly, high contrast)48- Save outputs in the figures/ directory4950**When to add schematics:**51- PRISMA flow diagrams for systematic reviews52- Literature search strategy flowcharts53- Thematic synthesis diagrams54- Research gap visualization maps55- Citation network diagrams56- Conceptual framework illustrations57- Any complex concept that benefits from visualization5859For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.6061---6263## Core Workflow6465Literature reviews follow a structured, multi-phase workflow:6667### Phase 1: Planning and Scoping68691. **Define Research Question**: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews70 - Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"71722. **Establish Scope and Objectives**:73 - Define clear, specific research questions74 - Determine review type (narrative, systematic, scoping, meta-analysis)75 - Set boundaries (time period, geographic scope, study types)76773. **Develop Search Strategy**:78 - Identify 2-4 main concepts from research question79 - List synonyms, abbreviations, and related terms for each concept80 - Plan Boolean operators (AND, OR, NOT) to combine terms81 - Select minimum 3 complementary databases82 - **Use the parallel-web skill (`parallel-cli search`) for initial scoping** to quickly gauge the landscape before formal database searches83844. **Set Inclusion/Exclusion Criteria**:85 - Date range (e.g., last 10 years: 2015-2024)86 - Language (typically English, or specify multilingual)87 - Publication types (peer-reviewed, preprints, reviews)88 - Study designs (RCTs, observational, in vitro, etc.)89 - Document all criteria clearly9091### Phase 2: Systematic Literature Search92931. **Multi-Database Search**:9495 Select databases appropriate for the domain. **Always start with parallel-web for broad academic coverage**, then supplement with domain-specific databases.9697 **Web-Based Academic Search (parallel-web skill — START HERE):**98 - Use `parallel-cli search` with academic domain filtering for broad scholarly coverage99 - Run two searches: academic-focused + general to catch all relevant sources100 ```bash101 # Academic-focused search across scholarly sources102 parallel-cli search "your research topic" -q "keyword1" -q "keyword2" \103 --json --max-results 10 --excerpt-max-chars-total 27000 \104 --include-domains "scholar.google.com,arxiv.org,pubmed.ncbi.nlm.nih.gov,semanticscholar.org,biorxiv.org,medrxiv.org,ncbi.nlm.nih.gov,nature.com,science.org,ieee.org,acm.org,springer.com,wiley.com,cell.com,pnas.org,nih.gov" \105 -o sources/litreview_<topic>-academic.json106107 # General search for supplementary sources108 parallel-cli search "your research topic" -q "keyword1" -q "keyword2" \109 --json --max-results 10 --excerpt-max-chars-total 27000 \110 -o sources/litreview_<topic>-general.json111 ```112 - Use `parallel-cli extract` to fetch full content from specific paper URLs or PDFs found in search results113 ```bash114 parallel-cli extract "https://arxiv.org/abs/XXXX.XXXXX" --json115 ```116117 **Biomedical & Life Sciences:**118 - Use `gget` skill: `gget search pubmed "search terms"` for PubMed/PMC119 - Use `gget` skill: `gget search biorxiv "search terms"` for preprints120 - Use `bioservices` skill for ChEMBL, KEGG, UniProt, etc.121122 **General Scientific Literature:**123 - Search arXiv via direct API (preprints in physics, math, CS, q-bio)124 - Search Semantic Scholar via API (200M+ papers, cross-disciplinary)125 - Use Google Scholar for comprehensive coverage (manual or careful scraping)126127 **Specialized Databases:**128 - Use `gget alphafold` for protein structures129 - Use `gget cosmic` for cancer genomics130 - Use `datacommons-client` for demographic/statistical data131 - Use specialized databases as appropriate for the domain1321332. **Document Search Parameters**:134 ```markdown135 ## Search Strategy136137 ### Database: PubMed138 - **Date searched**: 2024-10-25139 - **Date range**: 2015-01-01 to 2024-10-25140 - **Search string**:141 ```142 ("CRISPR"[Title] OR "Cas9"[Title])143 AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])144 AND 2015:2024[Publication Date]145 ```146 - **Results**: 247 articles147 ```148149 Repeat for each database searched.1501513. **Export and Aggregate Results**:152 - Export results in JSON format from each database153 - Combine all results into a single file154 - Use `scripts/search_databases.py` for post-processing:155 ```bash156 python search_databases.py combined_results.json \157 --deduplicate \158 --format markdown \159 --output aggregated_results.md160 ```161162### Phase 3: Screening and Selection1631641. **Deduplication**:165 ```bash166 python search_databases.py results.json --deduplicate --output unique_results.json167 ```168 - Removes duplicates by DOI (primary) or title (fallback)169 - Document number of duplicates removed1701712. **Title Screening**:172 - Review all titles against inclusion/exclusion criteria173 - Exclude obviously irrelevant studies174 - Document number excluded at this stage1751763. **Abstract Screening**:177 - Read abstracts of remaining studies178 - Apply inclusion/exclusion criteria rigorously179 - Document reasons for exclusion1801814. **Full-Text Screening**:182 - Obtain full texts of remaining studies183 - Conduct detailed review against all criteria184 - Document specific reasons for exclusion185 - Record final number of included studies1861875. **Create PRISMA Flow Diagram**:188 ```189 Initial search: n = X190 ├─ After deduplication: n = Y191 ├─ After title screening: n = Z192 ├─ After abstract screening: n = A193 └─ Included in review: n = B194 ```195196### Phase 4: Data Extraction and Quality Assessment1971981. **Extract Key Data** from each included study:199 - Study metadata (authors, year, journal, DOI)200 - Study design and methods201 - Sample size and population characteristics202 - Key findings and results203 - Limitations noted by authors204 - Funding sources and conflicts of interest2052062. **Assess Study Quality**:207 - **For RCTs**: Use Cochrane Risk of Bias tool208 - **For observational studies**: Use Newcastle-Ottawa Scale209 - **For systematic reviews**: Use AMSTAR 2210 - Rate each study: High, Moderate, Low, or Very Low quality211 - Consider excluding very low-quality studies2122133. **Organize by Themes**:214 - Identify 3-5 major themes across studies215 - Group studies by theme (studies may appear in multiple themes)216 - Note patterns, consensus, and controversies217218### Phase 5: Synthesis and Analysis2192201. **Create Review Document** from template:221 ```bash222 cp assets/review_template.md my_literature_review.md223 ```2242252. **Write Thematic Synthesis** (NOT study-by-study summaries):226 - Organize Results section by themes or research questions227 - Synthesize findings across multiple studies within each theme228 - Compare and contrast different approaches and results229 - Identify consensus areas and points of controversy230 - Highlight the strongest evidence231232 Example structure:233 ```markdown234 #### 3.3.1 Theme: CRISPR Delivery Methods235236 Multiple delivery approaches have been investigated for therapeutic237 gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and238 showed high transduction efficiency (65-85%) but raised immunogenicity239 concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower240 efficiency (40-60%) but improved safety profiles^16-23^.241 ```2422433. **Critical Analysis**:244 - Evaluate methodological strengths and limitations across studies245 - Assess quality and consistency of evidence246 - Identify knowledge gaps and methodological gaps247 - Note areas requiring future research2482494. **Write Discussion**:250 - Interpret findings in broader context251 - Discuss clinical, practical, or research implications252 - Acknowledge limitations of the review itself253 - Compare with previous reviews if applicable254 - Propose specific future research directions255256### Phase 6: Citation Verification257258**CRITICAL**: All citations must be verified for accuracy before final submission.2592601. **Verify All DOIs**:261 ```bash262 python scripts/verify_citations.py my_literature_review.md263 ```264265 This script:266 - Extracts all DOIs from the document267 - Verifies each DOI resolves correctly268 - Retrieves metadata from CrossRef269 - Generates verification report270 - Outputs properly formatted citations2712722. **Review Verification Report**:273 - Check for any failed DOIs274 - Verify author names, titles, and publication details match275 - Correct any errors in the original document276 - Re-run verification until all citations pass2772783. **Format Citations Consistently**:279 - Choose one citation style and use throughout (see `references/citation_styles.md`)280 - Common styles: APA, Nature, Vancouver, Chicago, IEEE281 - Use verification script output to format citations correctly282 - Ensure in-text citations match reference list format283284### Phase 7: Document Generation2852861. **Generate PDF**:287 ```bash288 python scripts/generate_pdf.py my_literature_review.md \289 --citation-style apa \290 --output my_review.pdf291 ```292293 Options:294 - `--citation-style`: apa, nature, chicago, vancouver, ieee295 - `--no-toc`: Disable table of contents296 - `--no-numbers`: Disable section numbering297 - `--check-deps`: Check if pandoc/xelatex are installed2982992. **Review Final Output**:300 - Check PDF formatting and layout301 - Verify all sections are present302 - Ensure citations render correctly303 - Check that figures/tables appear properly304 - Verify table of contents is accurate3053063. **Quality Checklist**:307 - [ ] All DOIs verified with verify_citations.py308 - [ ] Citations formatted consistently309 - [ ] PRISMA flow diagram included (for systematic reviews)310 - [ ] Search methodology fully documented311 - [ ] Inclusion/exclusion criteria clearly stated312 - [ ] Results organized thematically (not study-by-study)313 - [ ] Quality assessment completed314 - [ ] Limitations acknowledged315 - [ ] References complete and accurate316 - [ ] PDF generates without errors317318## Database-Specific Search Guidance319320### PubMed / PubMed Central321322Access via `gget` skill:323```bash324# Search PubMed325gget search pubmed "CRISPR gene editing" -l 100326327# Search with filters328# Use PubMed Advanced Search Builder to construct complex queries329# Then execute via gget or direct Entrez API330```331332**Search tips**:333- Use MeSH terms: `"sickle cell disease"[MeSH]`334- Field tags: `[Title]`, `[Title/Abstract]`, `[Author]`335- Date filters: `2020:2024[Publication Date]`336- Boolean operators: AND, OR, NOT337- See MeSH browser: https://meshb.nlm.nih.gov/search338339### bioRxiv / medRxiv340341Access via `gget` skill:342```bash343gget search biorxiv "CRISPR sickle cell" -l 50344```345346**Important considerations**:347- Preprints are not peer-reviewed348- Verify findings with caution349- Check if preprint has been published (CrossRef)350- Note preprint version and date351352### arXiv353354Access via direct API or WebFetch:355```python356# Example search categories:357# q-bio.QM (Quantitative Methods)358# q-bio.GN (Genomics)359# q-bio.MN (Molecular Networks)360# cs.LG (Machine Learning)361# stat.ML (Machine Learning Statistics)362363# Search format: category AND terms364search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""365```366367### Semantic Scholar368369Access via direct API (requires API key, or use free tier):370- 200M+ papers across all fields371- Excellent for cross-disciplinary searches372- Provides citation graphs and paper recommendations373- Use for finding highly influential papers374375### Specialized Biomedical Databases376377Use appropriate skills:378- **ChEMBL**: `bioservices` skill for chemical bioactivity379- **UniProt**: `gget` or `bioservices` skill for protein information380- **KEGG**: `bioservices` skill for pathways and genes381- **COSMIC**: `gget` skill for cancer mutations382- **AlphaFold**: `gget alphafold` for protein structures383- **PDB**: `gget` or direct API for experimental structures384385### Citation Chaining386387Expand search via citation networks:3883891. **Forward citations** (papers citing key papers):390 - Use `parallel-cli search` to find papers citing a specific work:391 ```bash392 parallel-cli search "papers citing [Author et al. Year] [paper title]" \393 -q "citing" -q "[key author]" \394 --json --max-results 10 --excerpt-max-chars-total 27000 \395 --include-domains "scholar.google.com,semanticscholar.org,arxiv.org,pubmed.ncbi.nlm.nih.gov" \396 -o sources/litreview_forward_citations.json397 ```398 - Use Google Scholar "Cited by"399 - Use Semantic Scholar or OpenAlex APIs400 - Identifies newer research building on seminal work4014022. **Backward citations** (references from key papers):403 - Use `parallel-cli extract` to fetch full text of key papers and extract their reference lists:404 ```bash405 parallel-cli extract "https://doi.org/10.xxxx/yyyy" --json406 ```407 - Extract references from included papers408 - Identify highly cited foundational work409 - Find papers cited by multiple included studies410411## Citation Style Guide412413Detailed formatting guidelines are in `references/citation_styles.md`. Quick reference:414415### APA (7th Edition)416- In-text: (Smith et al., 2023)417- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. *Journal*, *22*(4), 301-318. https://doi.org/10.xxx/yyy418419### Nature420- In-text: Superscript numbers^1,2^421- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. *Nat. Rev. Drug Discov.* **22**, 301-318 (2023).422423### Vancouver424- In-text: Superscript numbers^1,2^425- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.426427**Always verify citations** with verify_citations.py before finalizing.428429### Prioritizing High-Impact Papers (CRITICAL)430431**Always prioritize influential, highly-cited papers from reputable authors and top venues.** Quality matters more than quantity in literature reviews.432433#### Citation Count Thresholds434435Use citation counts to identify the most impactful papers:436437| Paper Age | Citation Threshold | Classification |438|-----------|-------------------|----------------|439| 0-3 years | 20+ citations | Noteworthy |440| 0-3 years | 100+ citations | Highly Influential |441| 3-7 years | 100+ citations | Significant |442| 3-7 years | 500+ citations | Landmark Paper |443| 7+ years | 500+ citations | Seminal Work |444| 7+ years | 1000+ citations | Foundational |445446#### Journal and Venue Tiers447448Prioritize papers from higher-tier venues:449450- **Tier 1 (Always Prefer):** Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology451- **Tier 2 (Strong Preference):** High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)452- **Tier 3 (Include When Relevant):** Respected specialized journals (IF 5-10)453- **Tier 4 (Use Sparingly):** Lower-impact peer-reviewed venues454455#### Author Reputation Assessment456457Prefer papers from:458- **Senior researchers** with high h-index (>40 in established fields)459- **Leading research groups** at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)460- **Authors with multiple Tier-1 publications** in the relevant field461- **Researchers with recognized expertise** (awards, editorial positions, society fellows)462463#### Identifying Seminal Papers464465For any topic, identify foundational work by:4661. **High citation count** (typically 500+ for papers 5+ years old)4672. **Frequently cited by other included studies** (appears in many reference lists)4683. **Published in Tier-1 venues** (Nature, Science, Cell family)4694. **Written by field pioneers** (often cited as establishing concepts)470471## Best Practices472473### Search Strategy4741. **Start with parallel-web**: Use `parallel-cli search` with academic domains for initial broad coverage before querying specialized databases4752. **Use multiple databases** (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source4763. **Include preprint servers**: Captures latest unpublished findings4774. **Document everything**: Search strings, dates, result counts for reproducibility — save all parallel-cli output to `sources/`4785. **Test and refine**: Run pilot searches, review results, adjust search terms4796. **Sort by citations**: When available, sort search results by citation count to surface influential work first4807. **Use parallel-cli extract**: Fetch full content from promising URLs found during search to verify relevance before full-text screening481482### Screening and Selection4831. **Use multiple databases** (minimum 3): Ensures comprehensive coverage4842. **Include preprint servers**: Captures latest unpublished findings4853. **Document everything**: Search strings, dates, result counts for reproducibility4864. **Test and refine**: Run pilot searches, review results, adjust search terms487488### Screening and Selection4891. **Use clear criteria**: Document inclusion/exclusion criteria before screening4902. **Screen systematically**: Title → Abstract → Full text4913. **Document exclusions**: Record reasons for excluding studies4924. **Consider dual screening**: For systematic reviews, have two reviewers screen independently493494### Synthesis4951. **Organize thematically**: Group by themes, NOT by individual studies4962. **Synthesize across studies**: Compare, contrast, identify patterns4973. **Be critical**: Evaluate quality and consistency of evidence4984. **Identify gaps**: Note what's missing or understudied499500### Quality and Reproducibility5011. **Assess study quality**: Use appropriate quality assessment tools5022. **Verify all citations**: Run verify_citations.py script5033. **Document methodology**: Provide enough detail for others to reproduce5044. **Follow guidelines**: Use PRISMA for systematic reviews505506### Writing5071. **Be objective**: Present evidence fairly, acknowledge limitations5082. **Be systematic**: Follow structured template5093. **Be specific**: Include numbers, statistics, effect sizes where available5104. **Be clear**: Use clear headings, logical flow, thematic organization511512## Common Pitfalls to Avoid5135141. **Single database search**: Misses relevant papers; always search multiple databases5152. **No search documentation**: Makes review irreproducible; document all searches5163. **Study-by-study summary**: Lacks synthesis; organize thematically instead5174. **Unverified citations**: Leads to errors; always run verify_citations.py5185. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms5196. **Too narrow search**: Misses relevant papers; include synonyms and related terms5207. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv5218. **No quality assessment**: Treats all evidence equally; assess and report quality5229. **Publication bias**: Only positive results published; note potential bias52310. **Outdated search**: Field evolves rapidly; clearly state search date524525## Example Workflow526527Complete workflow for a biomedical literature review:528529```bash530# 1. Create review document from template531cp assets/review_template.md crispr_sickle_cell_review.md532533# 2. Start with parallel-web for broad academic search534parallel-cli search "CRISPR Cas9 sickle cell disease gene therapy efficacy" \535 -q "CRISPR" -q "sickle cell" -q "gene therapy" \536 --json --max-results 10 --excerpt-max-chars-total 27000 \537 --include-domains "scholar.google.com,arxiv.org,pubmed.ncbi.nlm.nih.gov,semanticscholar.org,biorxiv.org,nature.com,science.org,cell.com,pnas.org,nih.gov" \538 -o sources/litreview_crispr_scd-academic.json539540parallel-cli search "CRISPR sickle cell disease clinical trials treatment" \541 -q "CRISPR" -q "sickle cell" \542 --json --max-results 10 --excerpt-max-chars-total 27000 \543 -o sources/litreview_crispr_scd-general.json544545# 3. Search specialized databases using appropriate skills546# - Use gget skill for PubMed, bioRxiv547# - Use direct API access for arXiv, Semantic Scholar548# - Export results in JSON format549550# 4. Aggregate and process results (combine parallel-cli + database results)551python scripts/search_databases.py combined_results.json \552 --deduplicate \553 --rank citations \554 --year-start 2015 \555 --year-end 2024 \556 --format markdown \557 --output search_results.md \558 --summary559560# 5. Screen results and extract data561# - Use parallel-cli extract to fetch full content from promising URLs562# - Manually screen titles, abstracts, full texts563# - Extract key data into the review document564# - Organize by themes565566# 6. Write the review following template structure567# - Introduction with clear objectives568# - Detailed methodology section569# - Results organized thematically570# - Critical discussion571# - Clear conclusions572573# 7. Verify all citations574python scripts/verify_citations.py crispr_sickle_cell_review.md575576# Review the citation report577cat crispr_sickle_cell_review_citation_report.json578579# Fix any failed citations and re-verify580python scripts/verify_citations.py crispr_sickle_cell_review.md581582# 8. Generate professional PDF583python scripts/generate_pdf.py crispr_sickle_cell_review.md \584 --citation-style nature \585 --output crispr_sickle_cell_review.pdf586587# 9. Review final PDF and markdown outputs588```589590## Integration with Other Skills591592This skill works seamlessly with other scientific skills:593594### Web Search & Extraction (parallel-web skill — PRIMARY)595- **parallel-cli search**: Broad academic and general web search with domain filtering — use for initial scoping, finding papers, citation chaining, and supplementary searches596- **parallel-cli extract**: Fetch full content from paper URLs, journal websites, and preprint servers — use for reading abstracts, extracting reference lists, and verifying paper details597- **parallel-cli search --include-domains**: Academic-focused search across scholarly domains (arxiv.org, pubmed, nature.com, etc.)598599### Database Access Skills600- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt601- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem602- **datacommons-client**: Demographics, economics, health statistics603604### Analysis Skills605- **pydeseq2**: RNA-seq differential expression (for methods sections)606- **scanpy**: Single-cell analysis (for methods sections)607- **anndata**: Single-cell data (for methods sections)608- **biopython**: Sequence analysis (for background sections)609610### Visualization Skills611- **matplotlib**: Generate figures and plots for review612- **seaborn**: Statistical visualizations613614### Writing Skills615- **brand-guidelines**: Apply institutional branding to PDF616- **internal-comms**: Adapt review for different audiences617618## Resources619620### Bundled Resources621622**Scripts:**623- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations624- `scripts/generate_pdf.py`: Convert markdown to professional PDF625- `scripts/search_databases.py`: Process, deduplicate, and format search results626627**References:**628- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)629- `references/database_strategies.md`: Comprehensive database search strategies630631**Assets:**632- `assets/review_template.md`: Complete literature review template with all sections633634### External Resources635636**Guidelines:**637- PRISMA (Systematic Reviews): http://www.prisma-statement.org/638- Cochrane Handbook: https://training.cochrane.org/handbook639- AMSTAR 2 (Review Quality): https://amstar.ca/640641**Tools:**642- MeSH Browser: https://meshb.nlm.nih.gov/search643- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/644- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/645646**Citation Styles:**647- APA Style: https://apastyle.apa.org/648- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards649- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html650651## Dependencies652653### Required CLI Tools654```bash655# parallel-cli (PRIMARY — for web search and URL extraction)656curl -fsSL https://parallel.ai/install.sh | bash657# Or: uv tool install "parallel-web-tools[cli]"658# Authenticate: parallel-cli auth659```660661### Required Python Packages662```bash663pip install requests # For citation verification664```665666### Required System Tools667```bash668# For PDF generation669brew install pandoc # macOS670apt-get install pandoc # Linux671672# For LaTeX (PDF generation)673brew install --cask mactex # macOS674apt-get install texlive-xetex # Linux675```676677Check dependencies:678```bash679python scripts/generate_pdf.py --check-deps680```681682## Summary683684This literature-review skill provides:6856861. **Systematic methodology** following academic best practices6872. **Parallel-web powered search** using `parallel-cli search` for fast, broad academic literature discovery with scholarly domain filtering6883. **Multi-database integration** via existing scientific skills (gget, bioservices, datacommons-client)6894. **Citation verification** ensuring accuracy and credibility6905. **Professional output** in markdown and PDF formats6916. **Comprehensive guidance** covering the entire review process6927. **Quality assurance** with verification and validation tools6938. **Reproducibility** through detailed documentation requirements694695Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.696