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
A literature review runs in seven phases, documented in full with commands and templates
in references/core_workflow.md:
- Planning and scoping — the question, inclusion and exclusion criteria, and scope.
- Systematic literature search — multi-database searching with recorded queries.
- Screening and selection — title/abstract then full-text screening with counts kept
for the PRISMA flow.
- Data extraction and quality assessment — structured extraction and risk-of-bias
or quality appraisal.
- Synthesis and analysis — thematic or quantitative synthesis across studies.
- Citation verification — every citation checked against the actual source.
- Document generation — assembling the review with a complete bibliography.
Record every search string and date as you go: a review that cannot reproduce its own
search is not systematic. Per-database search guidance and citation styles are in
references/search_and_citation.md, and a full worked
review is in references/example_workflow.md.
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
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
- venue-templates: Access venue-specific writing style guides when preparing reviews for publication
Venue-Specific Writing Styles
When preparing a literature review for a specific journal, consult the venue-templates skill for writing style guidance:
venue_writing_styles.md: Master style comparison across venues
nature_science_style.md: Nature/Science flowing abstract style, story-driven structure
cell_press_style.md: Cell Press graphical abstracts, Highlights format
medical_journal_styles.md: NEJM/Lancet/JAMA structured abstracts, PRISMA compliance
These guides help adapt your review's tone, abstract format, and structure to match the target venue's expectations.
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.
Source: K-Dense-AI/scientific-agent-skills → skills/literature-review/SKILL.md
1---2name: literature-review-33description: 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.).4---5
6
7# Literature Review
8
9## Overview
10
11Conduct 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.
12
13This 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.
14
15## When to Use This Skill
16
17Use this skill when:
18- Conducting a systematic literature review for research or publication
19- Synthesizing current knowledge on a specific topic across multiple sources
20- Performing meta-analysis or scoping reviews
21- Writing the literature review section of a research paper or thesis
22- Investigating the state of the art in a research domain
23- Identifying research gaps and future directions
24- Requiring verified citations and professional formatting
25
26## Visual Enhancement with Scientific Schematics
27
28**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**
29
30This 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)
33
34**How to generate figures:**
35- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams
36- Simply describe your desired diagram in natural language
37- Nano Banana Pro will automatically generate, review, and refine the schematic
38
39**How to generate schematics:**
40```bash
41python scripts/generate_schematic.py "your diagram description" -o figures/output.png
42```
43
44The AI will automatically:
45- Create publication-quality images with proper formatting
46- Review and refine through multiple iterations
47- Ensure accessibility (colorblind-friendly, high contrast)
48- Save outputs in the figures/ directory
49
50**When to add schematics:**
51- PRISMA flow diagrams for systematic reviews
52- Literature search strategy flowcharts
53- Thematic synthesis diagrams
54- Research gap visualization maps
55- Citation network diagrams
56- Conceptual framework illustrations
57- Any complex concept that benefits from visualization
58
59For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
60
61---
62
63## Core Workflow
64
65A literature review runs in seven phases, documented in full with commands and templates
66in [references/core_workflow.md](references/core_workflow.md):
67
681. **Planning and scoping** — the question, inclusion and exclusion criteria, and scope.
692. **Systematic literature search** — multi-database searching with recorded queries.
703. **Screening and selection** — title/abstract then full-text screening with counts kept
71 for the PRISMA flow.
724. **Data extraction and quality assessment** — structured extraction and risk-of-bias
73 or quality appraisal.
745. **Synthesis and analysis** — thematic or quantitative synthesis across studies.
756. **Citation verification** — every citation checked against the actual source.
767. **Document generation** — assembling the review with a complete bibliography.
77
78Record every search string and date as you go: a review that cannot reproduce its own
79search is not systematic. Per-database search guidance and citation styles are in
80[references/search_and_citation.md](references/search_and_citation.md), and a full worked
81review is in [references/example_workflow.md](references/example_workflow.md).
82
83## Best Practices
84
85### Search Strategy
861. **Start with parallel-web**: Use `parallel-cli search` with academic domains for initial broad coverage before querying specialized databases
872. **Use multiple databases** (minimum 3): Ensures comprehensive coverage — parallel-web counts as one source
883. **Include preprint servers**: Captures latest unpublished findings
894. **Document everything**: Search strings, dates, result counts for reproducibility — save all parallel-cli output to `sources/`
905. **Test and refine**: Run pilot searches, review results, adjust search terms
916. **Sort by citations**: When available, sort search results by citation count to surface influential work first
927. **Use parallel-cli extract**: Fetch full content from promising URLs found during search to verify relevance before full-text screening
93
94### Screening and Selection
951. **Use multiple databases** (minimum 3): Ensures comprehensive coverage
962. **Include preprint servers**: Captures latest unpublished findings
973. **Document everything**: Search strings, dates, result counts for reproducibility
984. **Test and refine**: Run pilot searches, review results, adjust search terms
99
100### Screening and Selection
1011. **Use clear criteria**: Document inclusion/exclusion criteria before screening
1022. **Screen systematically**: Title → Abstract → Full text
1033. **Document exclusions**: Record reasons for excluding studies
1044. **Consider dual screening**: For systematic reviews, have two reviewers screen independently
105
106### Synthesis
1071. **Organize thematically**: Group by themes, NOT by individual studies
1082. **Synthesize across studies**: Compare, contrast, identify patterns
1093. **Be critical**: Evaluate quality and consistency of evidence
1104. **Identify gaps**: Note what's missing or understudied
111
112### Quality and Reproducibility
1131. **Assess study quality**: Use appropriate quality assessment tools
1142. **Verify all citations**: Run verify_citations.py script
1153. **Document methodology**: Provide enough detail for others to reproduce
1164. **Follow guidelines**: Use PRISMA for systematic reviews
117
118### Writing
1191. **Be objective**: Present evidence fairly, acknowledge limitations
1202. **Be systematic**: Follow structured template
1213. **Be specific**: Include numbers, statistics, effect sizes where available
1224. **Be clear**: Use clear headings, logical flow, thematic organization
123
124## Common Pitfalls to Avoid
125
1261. **Single database search**: Misses relevant papers; always search multiple databases
1272. **No search documentation**: Makes review irreproducible; document all searches
1283. **Study-by-study summary**: Lacks synthesis; organize thematically instead
1294. **Unverified citations**: Leads to errors; always run verify_citations.py
1305. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms
1316. **Too narrow search**: Misses relevant papers; include synonyms and related terms
1327. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv
1338. **No quality assessment**: Treats all evidence equally; assess and report quality
1349. **Publication bias**: Only positive results published; note potential bias
13510. **Outdated search**: Field evolves rapidly; clearly state search date
136
137## Integration with Other Skills
138
139This skill works seamlessly with other scientific skills:
140
141### Web Search & Extraction (parallel-web skill — PRIMARY)
142- **parallel-cli search**: Broad academic and general web search with domain filtering — use for initial scoping, finding papers, citation chaining, and supplementary searches
143- **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
144- **parallel-cli search --include-domains**: Academic-focused search across scholarly domains (arxiv.org, pubmed, nature.com, etc.)
145
146### Database Access Skills
147- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt
148- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem
149- **datacommons-client**: Demographics, economics, health statistics
150
151### Analysis Skills
152- **pydeseq2**: RNA-seq differential expression (for methods sections)
153- **scanpy**: Single-cell analysis (for methods sections)
154- **anndata**: Single-cell data (for methods sections)
155- **biopython**: Sequence analysis (for background sections)
156
157### Visualization Skills
158- **matplotlib**: Generate figures and plots for review
159- **seaborn**: Statistical visualizations
160
161### Writing Skills
162- **brand-guidelines**: Apply institutional branding to PDF
163- **internal-comms**: Adapt review for different audiences
164- **venue-templates**: Access venue-specific writing style guides when preparing reviews for publication
165
166### Venue-Specific Writing Styles
167
168When preparing a literature review for a specific journal, consult the **venue-templates** skill for writing style guidance:
169- `venue_writing_styles.md`: Master style comparison across venues
170- `nature_science_style.md`: Nature/Science flowing abstract style, story-driven structure
171- `cell_press_style.md`: Cell Press graphical abstracts, Highlights format
172- `medical_journal_styles.md`: NEJM/Lancet/JAMA structured abstracts, PRISMA compliance
173
174These guides help adapt your review's tone, abstract format, and structure to match the target venue's expectations.
175
176## Resources
177
178### Bundled Resources
179
180**Scripts:**
181- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations
182- `scripts/generate_pdf.py`: Convert markdown to professional PDF
183- `scripts/search_databases.py`: Process, deduplicate, and format search results
184
185**References:**
186- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)
187- `references/database_strategies.md`: Comprehensive database search strategies
188
189**Assets:**
190- `assets/review_template.md`: Complete literature review template with all sections
191
192### External Resources
193
194**Guidelines:**
195- PRISMA (Systematic Reviews): http://www.prisma-statement.org/
196- Cochrane Handbook: https://training.cochrane.org/handbook
197- AMSTAR 2 (Review Quality): https://amstar.ca/
198
199**Tools:**
200- MeSH Browser: https://meshb.nlm.nih.gov/search
201- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/
202- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/
203
204**Citation Styles:**
205- APA Style: https://apastyle.apa.org/
206- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards
207- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html
208
209## Dependencies
210
211### Required CLI Tools
212```bash
213# parallel-cli (PRIMARY — for web search and URL extraction)
214curl -fsSL https://parallel.ai/install.sh | bash
215# Or: uv tool install "parallel-web-tools[cli]"
216# Authenticate: parallel-cli auth
217```
218
219### Required Python Packages
220```bash
221pip install requests # For citation verification
222```
223
224### Required System Tools
225```bash
226# For PDF generation
227brew install pandoc # macOS
228apt-get install pandoc # Linux
229
230# For LaTeX (PDF generation)
231brew install --cask mactex # macOS
232apt-get install texlive-xetex # Linux
233```
234
235Check dependencies:
236```bash
237python scripts/generate_pdf.py --check-deps
238```
239
240## Summary
241
242This literature-review skill provides:
243
2441. **Systematic methodology** following academic best practices
2452. **Parallel-web powered search** using `parallel-cli search` for fast, broad academic literature discovery with scholarly domain filtering
2463. **Multi-database integration** via existing scientific skills (gget, bioservices, datacommons-client)
2474. **Citation verification** ensuring accuracy and credibility
2485. **Professional output** in markdown and PDF formats
2496. **Comprehensive guidance** covering the entire review process
2507. **Quality assurance** with verification and validation tools
2518. **Reproducibility** through detailed documentation requirements
252
253Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.
254
255---
256
257**Source:** [`K-Dense-AI/scientific-agent-skills`](https://github.com/K-Dense-AI/scientific-agent-skills) → `skills/literature-review/SKILL.md`