Literature Review
Overview
Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats.
This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and document generation.
When to Use This Skill
Use this skill when:
- Conducting a systematic literature review for research or publication
- Synthesizing current knowledge on a specific topic across multiple sources
- Performing meta-analysis or scoping reviews
- Writing the literature review section of a research paper or thesis
- Investigating the state of the art in a research domain
- Identifying research gaps and future directions
- Requiring verified citations and professional formatting
Visual Enhancement with Scientific Schematics
⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.
This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:
- Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)
- Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)
How to generate figures:
- Use the scientific-schematics skill to generate AI-powered publication-quality diagrams
- Simply describe your desired diagram in natural language
- Nano Banana Pro will automatically generate, review, and refine the schematic
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
- Create publication-quality images with proper formatting
- Review and refine through multiple iterations
- Ensure accessibility (colorblind-friendly, high contrast)
- Save outputs in the figures/ directory
When to add schematics:
- PRISMA flow diagrams for systematic reviews
- Literature search strategy flowcharts
- Thematic synthesis diagrams
- Research gap visualization maps
- Citation network diagrams
- Conceptual framework illustrations
- Any complex concept that benefits from visualization
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Core Workflow
Literature reviews follow a structured, multi-phase workflow:
Phase 1: Planning and Scoping
Define Research Question: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews
- Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"
Establish Scope and Objectives:
- Define clear, specific research questions
- Determine review type (narrative, systematic, scoping, meta-analysis)
- Set boundaries (time period, geographic scope, study types)
Develop Search Strategy:
- Identify 2-4 main concepts from research question
- List synonyms, abbreviations, and related terms for each concept
- Plan Boolean operators (AND, OR, NOT) to combine terms
- Select minimum 3 complementary databases
Set Inclusion/Exclusion Criteria:
- Date range (e.g., last 10 years: 2015-2024)
- Language (typically English, or specify multilingual)
- Publication types (peer-reviewed, preprints, reviews)
- Study designs (RCTs, observational, in vitro, etc.)
- Document all criteria clearly
Phase 2: Systematic Literature Search
Multi-Database Search:
Select databases appropriate for the domain:
Biomedical & Life Sciences:
- Use
gget skill: gget search pubmed "search terms" for PubMed/PMC
- Use
gget skill: gget search biorxiv "search terms" for preprints
- Use
bioservices skill for ChEMBL, KEGG, UniProt, etc.
General Scientific Literature:
- Search arXiv via direct API (preprints in physics, math, CS, q-bio)
- Search Semantic Scholar via API (200M+ papers, cross-disciplinary)
- Use Google Scholar for comprehensive coverage (manual or careful scraping)
Specialized Databases:
- Use
gget alphafold for protein structures
- Use
gget cosmic for cancer genomics
- Use
datacommons-client for demographic/statistical data
- Use specialized databases as appropriate for the domain
Document Search Parameters:
## Search Strategy
### Database: PubMed
- **Date searched**: 2024-10-25
- **Date range**: 2015-01-01 to 2024-10-25
- **Search string**:
("CRISPR"[Title] OR "Cas9"[Title])
AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])
AND 2015:2024[Publication Date]
- **Results**: 247 articles
Repeat for each database searched.
Export and Aggregate Results:
Phase 3: Screening and Selection
Deduplication:
python search_databases.py results.json --deduplicate --output unique_results.json
- Removes duplicates by DOI (primary) or title (fallback)
- Document number of duplicates removed
Title Screening:
- Review all titles against inclusion/exclusion criteria
- Exclude obviously irrelevant studies
- Document number excluded at this stage
Abstract Screening:
- Read abstracts of remaining studies
- Apply inclusion/exclusion criteria rigorously
- Document reasons for exclusion
Full-Text Screening:
- Obtain full texts of remaining studies
- Conduct detailed review against all criteria
- Document specific reasons for exclusion
- Record final number of included studies
Create PRISMA Flow Diagram:
Initial search: n = X
├─ After deduplication: n = Y
├─ After title screening: n = Z
├─ After abstract screening: n = A
└─ Included in review: n = B
Phase 4: Data Extraction and Quality Assessment
Extract Key Data from each included study:
- Study metadata (authors, year, journal, DOI)
- Study design and methods
- Sample size and population characteristics
- Key findings and results
- Limitations noted by authors
- Funding sources and conflicts of interest
Assess Study Quality:
- For RCTs: Use Cochrane Risk of Bias tool
- For observational studies: Use Newcastle-Ottawa Scale
- For systematic reviews: Use AMSTAR 2
- Rate each study: High, Moderate, Low, or Very Low quality
- Consider excluding very low-quality studies
Organize by Themes:
- Identify 3-5 major themes across studies
- Group studies by theme (studies may appear in multiple themes)
- Note patterns, consensus, and controversies
Phase 5: Synthesis and Analysis
Create Review Document from template:
cp assets/review_template.md my_literature_review.md
Write Thematic Synthesis (NOT study-by-study summaries):
- Organize Results section by themes or research questions
- Synthesize findings across multiple studies within each theme
- Compare and contrast different approaches and results
- Identify consensus areas and points of controversy
- Highlight the strongest evidence
Example structure:
#### 3.3.1 Theme: CRISPR Delivery Methods
Multiple delivery approaches have been investigated for therapeutic
gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and
showed high transduction efficiency (65-85%) but raised immunogenicity
concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower
efficiency (40-60%) but improved safety profiles^16-23^.
Critical Analysis:
- Evaluate methodological strengths and limitations across studies
- Assess quality and consistency of evidence
- Identify knowledge gaps and methodological gaps
- Note areas requiring future research
Write Discussion:
- Interpret findings in broader context
- Discuss clinical, practical, or research implications
- Acknowledge limitations of the review itself
- Compare with previous reviews if applicable
- Propose specific future research directions
Phase 6: Citation Verification
CRITICAL: All citations must be verified for accuracy before final submission.
Verify All DOIs:
python scripts/verify_citations.py my_literature_review.md
This script:
- Extracts all DOIs from the document
- Verifies each DOI resolves correctly
- Retrieves metadata from CrossRef
- Generates verification report
- Outputs properly formatted citations
Review Verification Report:
- Check for any failed DOIs
- Verify author names, titles, and publication details match
- Correct any errors in the original document
- Re-run verification until all citations pass
Format Citations Consistently:
- Choose one citation style and use throughout (see
references/citation_styles.md)
- Common styles: APA, Nature, Vancouver, Chicago, IEEE
- Use verification script output to format citations correctly
- Ensure in-text citations match reference list format
Phase 7: Document Generation
Generate PDF:
python scripts/generate_pdf.py my_literature_review.md \
--citation-style apa \
--output my_review.pdf
Options:
--citation-style: apa, nature, chicago, vancouver, ieee
--no-toc: Disable table of contents
--no-numbers: Disable section numbering
--check-deps: Check if pandoc/xelatex are installed
Review Final Output:
- Check PDF formatting and layout
- Verify all sections are present
- Ensure citations render correctly
- Check that figures/tables appear properly
- Verify table of contents is accurate
Quality Checklist:
Database-Specific Search Guidance
PubMed / PubMed Central
Access via gget skill:
# Search PubMed
gget search pubmed "CRISPR gene editing" -l 100
# Search with filters
# Use PubMed Advanced Search Builder to construct complex queries
# Then execute via gget or direct Entrez API
Search tips:
- Use MeSH terms:
"sickle cell disease"[MeSH]
- Field tags:
[Title], [Title/Abstract], [Author]
- Date filters:
2020:2024[Publication Date]
- Boolean operators: AND, OR, NOT
- See MeSH browser: https://meshb.nlm.nih.gov/search
bioRxiv / medRxiv
Access via gget skill:
gget search biorxiv "CRISPR sickle cell" -l 50
Important considerations:
- Preprints are not peer-reviewed
- Verify findings with caution
- Check if preprint has been published (CrossRef)
- Note preprint version and date
arXiv
Access via direct API or WebFetch:
# Example search categories:
# q-bio.QM (Quantitative Methods)
# q-bio.GN (Genomics)
# q-bio.MN (Molecular Networks)
# cs.LG (Machine Learning)
# stat.ML (Machine Learning Statistics)
# Search format: category AND terms
search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""
Semantic Scholar
Access via direct API (requires API key, or use free tier):
- 200M+ papers across all fields
- Excellent for cross-disciplinary searches
- Provides citation graphs and paper recommendations
- Use for finding highly influential papers
Specialized Biomedical Databases
Use appropriate skills:
- ChEMBL:
bioservices skill for chemical bioactivity
- UniProt:
gget or bioservices skill for protein information
- KEGG:
bioservices skill for pathways and genes
- COSMIC:
gget skill for cancer mutations
- AlphaFold:
gget alphafold for protein structures
- PDB:
gget or direct API for experimental structures
Citation Chaining
Expand search via citation networks:
Forward citations (papers citing key papers):
- Use Google Scholar "Cited by"
- Use Semantic Scholar or OpenAlex APIs
- Identifies newer research building on seminal work
Backward citations (references from key papers):
- Extract references from included papers
- Identify highly cited foundational work
- Find papers cited by multiple included studies
Citation Style Guide
Detailed formatting guidelines are in references/citation_styles.md. Quick reference:
APA (7th Edition)
- In-text: (Smith et al., 2023)
- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. Journal, 22(4), 301-318. https://doi.org/10.xxx/yyy
Nature
- In-text: Superscript numbers^1,2^
- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. Nat. Rev. Drug Discov. 22, 301-318 (2023).
Vancouver
- In-text: Superscript numbers^1,2^
- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.
Always verify citations with verify_citations.py before finalizing.
Best Practices
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)
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 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
- Prioritize Tier-1 venues: Include all relevant papers from top venues before considering lower-tier sources
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
- Lead with high-impact work: Start each theme with the most influential/cited papers
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
- Cite impact indicators: When relevant, mention citation counts and venue prestige
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
- 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 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-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 ╔══════════════════════════════════════════════════════════════╗
8 ║ 本文件为开源 Skill 原始文档,收录仅供学习与研究参考 ║
9 ║ CoPaper.AI 收集整理 | https://copaper.ai ║
10 ╚══════════════════════════════════════════════════════════════╝
11
12 来源仓库: https://github.com/K-Dense-AI/claude-scientific-writer
13 项目名称: claude-scientific-writer
14 开源协议: MIT License
15 收录日期: 2026-04-02
16
17 声明: 本文件版权归原作者所有。此处收录旨在为社会科学实证研究者
18 提供 AI Agent Skills 的集中参考。如有侵权,请联系删除。
19-->
20
21# Literature Review
22
23## Overview
24
25Conduct 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.
26
27This 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.
28
29## When to Use This Skill
30
31Use this skill when:
32- Conducting a systematic literature review for research or publication
33- Synthesizing current knowledge on a specific topic across multiple sources
34- Performing meta-analysis or scoping reviews
35- Writing the literature review section of a research paper or thesis
36- Investigating the state of the art in a research domain
37- Identifying research gaps and future directions
38- Requiring verified citations and professional formatting
39
40## Visual Enhancement with Scientific Schematics
41
42**⚠️ MANDATORY: Every literature review MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.**
43
44This is not optional. Literature reviews without visual elements are incomplete. Before finalizing any document:
451. Generate at minimum ONE schematic or diagram (e.g., PRISMA flow diagram for systematic reviews)
462. Prefer 2-3 figures for comprehensive reviews (search strategy flowchart, thematic synthesis diagram, conceptual framework)
47
48**How to generate figures:**
49- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams
50- Simply describe your desired diagram in natural language
51- Nano Banana Pro will automatically generate, review, and refine the schematic
52
53**How to generate schematics:**
54```bash
55python scripts/generate_schematic.py "your diagram description" -o figures/output.png
56```
57
58The AI will automatically:
59- Create publication-quality images with proper formatting
60- Review and refine through multiple iterations
61- Ensure accessibility (colorblind-friendly, high contrast)
62- Save outputs in the figures/ directory
63
64**When to add schematics:**
65- PRISMA flow diagrams for systematic reviews
66- Literature search strategy flowcharts
67- Thematic synthesis diagrams
68- Research gap visualization maps
69- Citation network diagrams
70- Conceptual framework illustrations
71- Any complex concept that benefits from visualization
72
73For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
74
75---
76
77## Core Workflow
78
79Literature reviews follow a structured, multi-phase workflow:
80
81### Phase 1: Planning and Scoping
82
831. **Define Research Question**: Use PICO framework (Population, Intervention, Comparison, Outcome) for clinical/biomedical reviews
84 - Example: "What is the efficacy of CRISPR-Cas9 (I) for treating sickle cell disease (P) compared to standard care (C)?"
85
862. **Establish Scope and Objectives**:
87 - Define clear, specific research questions
88 - Determine review type (narrative, systematic, scoping, meta-analysis)
89 - Set boundaries (time period, geographic scope, study types)
90
913. **Develop Search Strategy**:
92 - Identify 2-4 main concepts from research question
93 - List synonyms, abbreviations, and related terms for each concept
94 - Plan Boolean operators (AND, OR, NOT) to combine terms
95 - Select minimum 3 complementary databases
96
974. **Set Inclusion/Exclusion Criteria**:
98 - Date range (e.g., last 10 years: 2015-2024)
99 - Language (typically English, or specify multilingual)
100 - Publication types (peer-reviewed, preprints, reviews)
101 - Study designs (RCTs, observational, in vitro, etc.)
102 - Document all criteria clearly
103
104### Phase 2: Systematic Literature Search
105
1061. **Multi-Database Search**:
107
108 Select databases appropriate for the domain:
109
110 **Biomedical & Life Sciences:**
111 - Use `gget` skill: `gget search pubmed "search terms"` for PubMed/PMC
112 - Use `gget` skill: `gget search biorxiv "search terms"` for preprints
113 - Use `bioservices` skill for ChEMBL, KEGG, UniProt, etc.
114
115 **General Scientific Literature:**
116 - Search arXiv via direct API (preprints in physics, math, CS, q-bio)
117 - Search Semantic Scholar via API (200M+ papers, cross-disciplinary)
118 - Use Google Scholar for comprehensive coverage (manual or careful scraping)
119
120 **Specialized Databases:**
121 - Use `gget alphafold` for protein structures
122 - Use `gget cosmic` for cancer genomics
123 - Use `datacommons-client` for demographic/statistical data
124 - Use specialized databases as appropriate for the domain
125
1262. **Document Search Parameters**:
127 ```markdown
128 ## Search Strategy
129
130 ### Database: PubMed
131 - **Date searched**: 2024-10-25
132 - **Date range**: 2015-01-01 to 2024-10-25
133 - **Search string**:
134 ```
135 ("CRISPR"[Title] OR "Cas9"[Title])
136 AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract])
137 AND 2015:2024[Publication Date]
138 ```
139 - **Results**: 247 articles
140 ```
141
142 Repeat for each database searched.
143
1443. **Export and Aggregate Results**:
145 - Export results in JSON format from each database
146 - Combine all results into a single file
147 - Use `scripts/search_databases.py` for post-processing:
148 ```bash
149 python search_databases.py combined_results.json \
150 --deduplicate \
151 --format markdown \
152 --output aggregated_results.md
153 ```
154
155### Phase 3: Screening and Selection
156
1571. **Deduplication**:
158 ```bash
159 python search_databases.py results.json --deduplicate --output unique_results.json
160 ```
161 - Removes duplicates by DOI (primary) or title (fallback)
162 - Document number of duplicates removed
163
1642. **Title Screening**:
165 - Review all titles against inclusion/exclusion criteria
166 - Exclude obviously irrelevant studies
167 - Document number excluded at this stage
168
1693. **Abstract Screening**:
170 - Read abstracts of remaining studies
171 - Apply inclusion/exclusion criteria rigorously
172 - Document reasons for exclusion
173
1744. **Full-Text Screening**:
175 - Obtain full texts of remaining studies
176 - Conduct detailed review against all criteria
177 - Document specific reasons for exclusion
178 - Record final number of included studies
179
1805. **Create PRISMA Flow Diagram**:
181 ```
182 Initial search: n = X
183 ├─ After deduplication: n = Y
184 ├─ After title screening: n = Z
185 ├─ After abstract screening: n = A
186 └─ Included in review: n = B
187 ```
188
189### Phase 4: Data Extraction and Quality Assessment
190
1911. **Extract Key Data** from each included study:
192 - Study metadata (authors, year, journal, DOI)
193 - Study design and methods
194 - Sample size and population characteristics
195 - Key findings and results
196 - Limitations noted by authors
197 - Funding sources and conflicts of interest
198
1992. **Assess Study Quality**:
200 - **For RCTs**: Use Cochrane Risk of Bias tool
201 - **For observational studies**: Use Newcastle-Ottawa Scale
202 - **For systematic reviews**: Use AMSTAR 2
203 - Rate each study: High, Moderate, Low, or Very Low quality
204 - Consider excluding very low-quality studies
205
2063. **Organize by Themes**:
207 - Identify 3-5 major themes across studies
208 - Group studies by theme (studies may appear in multiple themes)
209 - Note patterns, consensus, and controversies
210
211### Phase 5: Synthesis and Analysis
212
2131. **Create Review Document** from template:
214 ```bash
215 cp assets/review_template.md my_literature_review.md
216 ```
217
2182. **Write Thematic Synthesis** (NOT study-by-study summaries):
219 - Organize Results section by themes or research questions
220 - Synthesize findings across multiple studies within each theme
221 - Compare and contrast different approaches and results
222 - Identify consensus areas and points of controversy
223 - Highlight the strongest evidence
224
225 Example structure:
226 ```markdown
227 #### 3.3.1 Theme: CRISPR Delivery Methods
228
229 Multiple delivery approaches have been investigated for therapeutic
230 gene editing. Viral vectors (AAV) were used in 15 studies^1-15^ and
231 showed high transduction efficiency (65-85%) but raised immunogenicity
232 concerns^3,7,12^. In contrast, lipid nanoparticles demonstrated lower
233 efficiency (40-60%) but improved safety profiles^16-23^.
234 ```
235
2363. **Critical Analysis**:
237 - Evaluate methodological strengths and limitations across studies
238 - Assess quality and consistency of evidence
239 - Identify knowledge gaps and methodological gaps
240 - Note areas requiring future research
241
2424. **Write Discussion**:
243 - Interpret findings in broader context
244 - Discuss clinical, practical, or research implications
245 - Acknowledge limitations of the review itself
246 - Compare with previous reviews if applicable
247 - Propose specific future research directions
248
249### Phase 6: Citation Verification
250
251**CRITICAL**: All citations must be verified for accuracy before final submission.
252
2531. **Verify All DOIs**:
254 ```bash
255 python scripts/verify_citations.py my_literature_review.md
256 ```
257
258 This script:
259 - Extracts all DOIs from the document
260 - Verifies each DOI resolves correctly
261 - Retrieves metadata from CrossRef
262 - Generates verification report
263 - Outputs properly formatted citations
264
2652. **Review Verification Report**:
266 - Check for any failed DOIs
267 - Verify author names, titles, and publication details match
268 - Correct any errors in the original document
269 - Re-run verification until all citations pass
270
2713. **Format Citations Consistently**:
272 - Choose one citation style and use throughout (see `references/citation_styles.md`)
273 - Common styles: APA, Nature, Vancouver, Chicago, IEEE
274 - Use verification script output to format citations correctly
275 - Ensure in-text citations match reference list format
276
277### Phase 7: Document Generation
278
2791. **Generate PDF**:
280 ```bash
281 python scripts/generate_pdf.py my_literature_review.md \
282 --citation-style apa \
283 --output my_review.pdf
284 ```
285
286 Options:
287 - `--citation-style`: apa, nature, chicago, vancouver, ieee
288 - `--no-toc`: Disable table of contents
289 - `--no-numbers`: Disable section numbering
290 - `--check-deps`: Check if pandoc/xelatex are installed
291
2922. **Review Final Output**:
293 - Check PDF formatting and layout
294 - Verify all sections are present
295 - Ensure citations render correctly
296 - Check that figures/tables appear properly
297 - Verify table of contents is accurate
298
2993. **Quality Checklist**:
300 - [ ] All DOIs verified with verify_citations.py
301 - [ ] Citations formatted consistently
302 - [ ] PRISMA flow diagram included (for systematic reviews)
303 - [ ] Search methodology fully documented
304 - [ ] Inclusion/exclusion criteria clearly stated
305 - [ ] Results organized thematically (not study-by-study)
306 - [ ] Quality assessment completed
307 - [ ] Limitations acknowledged
308 - [ ] References complete and accurate
309 - [ ] PDF generates without errors
310
311## Database-Specific Search Guidance
312
313### PubMed / PubMed Central
314
315Access via `gget` skill:
316```bash
317# Search PubMed
318gget search pubmed "CRISPR gene editing" -l 100
319
320# Search with filters
321# Use PubMed Advanced Search Builder to construct complex queries
322# Then execute via gget or direct Entrez API
323```
324
325**Search tips**:
326- Use MeSH terms: `"sickle cell disease"[MeSH]`
327- Field tags: `[Title]`, `[Title/Abstract]`, `[Author]`
328- Date filters: `2020:2024[Publication Date]`
329- Boolean operators: AND, OR, NOT
330- See MeSH browser: https://meshb.nlm.nih.gov/search
331
332### bioRxiv / medRxiv
333
334Access via `gget` skill:
335```bash
336gget search biorxiv "CRISPR sickle cell" -l 50
337```
338
339**Important considerations**:
340- Preprints are not peer-reviewed
341- Verify findings with caution
342- Check if preprint has been published (CrossRef)
343- Note preprint version and date
344
345### arXiv
346
347Access via direct API or WebFetch:
348```python
349# Example search categories:
350# q-bio.QM (Quantitative Methods)
351# q-bio.GN (Genomics)
352# q-bio.MN (Molecular Networks)
353# cs.LG (Machine Learning)
354# stat.ML (Machine Learning Statistics)
355
356# Search format: category AND terms
357search_query = "cat:q-bio.QM AND ti:\"single cell sequencing\""
358```
359
360### Semantic Scholar
361
362Access via direct API (requires API key, or use free tier):
363- 200M+ papers across all fields
364- Excellent for cross-disciplinary searches
365- Provides citation graphs and paper recommendations
366- Use for finding highly influential papers
367
368### Specialized Biomedical Databases
369
370Use appropriate skills:
371- **ChEMBL**: `bioservices` skill for chemical bioactivity
372- **UniProt**: `gget` or `bioservices` skill for protein information
373- **KEGG**: `bioservices` skill for pathways and genes
374- **COSMIC**: `gget` skill for cancer mutations
375- **AlphaFold**: `gget alphafold` for protein structures
376- **PDB**: `gget` or direct API for experimental structures
377
378### Citation Chaining
379
380Expand search via citation networks:
381
3821. **Forward citations** (papers citing key papers):
383 - Use Google Scholar "Cited by"
384 - Use Semantic Scholar or OpenAlex APIs
385 - Identifies newer research building on seminal work
386
3872. **Backward citations** (references from key papers):
388 - Extract references from included papers
389 - Identify highly cited foundational work
390 - Find papers cited by multiple included studies
391
392## Citation Style Guide
393
394Detailed formatting guidelines are in `references/citation_styles.md`. Quick reference:
395
396### APA (7th Edition)
397- In-text: (Smith et al., 2023)
398- Reference: Smith, J. D., Johnson, M. L., & Williams, K. R. (2023). Title. *Journal*, *22*(4), 301-318. https://doi.org/10.xxx/yyy
399
400### Nature
401- In-text: Superscript numbers^1,2^
402- Reference: Smith, J. D., Johnson, M. L. & Williams, K. R. Title. *Nat. Rev. Drug Discov.* **22**, 301-318 (2023).
403
404### Vancouver
405- In-text: Superscript numbers^1,2^
406- Reference: Smith JD, Johnson ML, Williams KR. Title. Nat Rev Drug Discov. 2023;22(4):301-18.
407
408**Always verify citations** with verify_citations.py before finalizing.
409
410## Best Practices
411
412### Prioritizing High-Impact Papers (CRITICAL)
413
414**Always prioritize influential, highly-cited papers from reputable authors and top venues.** Quality matters more than quantity in literature reviews.
415
416#### Citation Count Thresholds
417
418Use citation counts to identify the most impactful papers:
419
420| Paper Age | Citation Threshold | Classification |
421|-----------|-------------------|----------------|
422| 0-3 years | 20+ citations | Noteworthy |
423| 0-3 years | 100+ citations | Highly Influential |
424| 3-7 years | 100+ citations | Significant |
425| 3-7 years | 500+ citations | Landmark Paper |
426| 7+ years | 500+ citations | Seminal Work |
427| 7+ years | 1000+ citations | Foundational |
428
429#### Journal and Venue Tiers
430
431Prioritize papers from higher-tier venues:
432
433- **Tier 1 (Always Prefer):** Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology
434- **Tier 2 (Strong Preference):** High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)
435- **Tier 3 (Include When Relevant):** Respected specialized journals (IF 5-10)
436- **Tier 4 (Use Sparingly):** Lower-impact peer-reviewed venues
437
438#### Author Reputation Assessment
439
440Prefer papers from:
441- **Senior researchers** with high h-index (>40 in established fields)
442- **Leading research groups** at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)
443- **Authors with multiple Tier-1 publications** in the relevant field
444- **Researchers with recognized expertise** (awards, editorial positions, society fellows)
445
446#### Identifying Seminal Papers
447
448For any topic, identify foundational work by:
4491. **High citation count** (typically 500+ for papers 5+ years old)
4502. **Frequently cited by other included studies** (appears in many reference lists)
4513. **Published in Tier-1 venues** (Nature, Science, Cell family)
4524. **Written by field pioneers** (often cited as establishing concepts)
453
454### Search Strategy
4551. **Use multiple databases** (minimum 3): Ensures comprehensive coverage
4562. **Include preprint servers**: Captures latest unpublished findings
4573. **Document everything**: Search strings, dates, result counts for reproducibility
4584. **Test and refine**: Run pilot searches, review results, adjust search terms
4595. **Sort by citations**: When available, sort search results by citation count to surface influential work first
460
461### Screening and Selection
4621. **Use clear criteria**: Document inclusion/exclusion criteria before screening
4632. **Screen systematically**: Title → Abstract → Full text
4643. **Document exclusions**: Record reasons for excluding studies
4654. **Consider dual screening**: For systematic reviews, have two reviewers screen independently
4665. **Prioritize Tier-1 venues**: Include all relevant papers from top venues before considering lower-tier sources
467
468### Synthesis
4691. **Organize thematically**: Group by themes, NOT by individual studies
4702. **Synthesize across studies**: Compare, contrast, identify patterns
4713. **Be critical**: Evaluate quality and consistency of evidence
4724. **Identify gaps**: Note what's missing or understudied
4735. **Lead with high-impact work**: Start each theme with the most influential/cited papers
474
475### Quality and Reproducibility
4761. **Assess study quality**: Use appropriate quality assessment tools
4772. **Verify all citations**: Run verify_citations.py script
4783. **Document methodology**: Provide enough detail for others to reproduce
4794. **Follow guidelines**: Use PRISMA for systematic reviews
480
481### Writing
4821. **Be objective**: Present evidence fairly, acknowledge limitations
4832. **Be systematic**: Follow structured template
4843. **Be specific**: Include numbers, statistics, effect sizes where available
4854. **Be clear**: Use clear headings, logical flow, thematic organization
4865. **Cite impact indicators**: When relevant, mention citation counts and venue prestige
487
488## Common Pitfalls to Avoid
489
4901. **Single database search**: Misses relevant papers; always search multiple databases
4912. **No search documentation**: Makes review irreproducible; document all searches
4923. **Study-by-study summary**: Lacks synthesis; organize thematically instead
4934. **Unverified citations**: Leads to errors; always run verify_citations.py
4945. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms
4956. **Too narrow search**: Misses relevant papers; include synonyms and related terms
4967. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv
4978. **No quality assessment**: Treats all evidence equally; assess and report quality
4989. **Publication bias**: Only positive results published; note potential bias
49910. **Outdated search**: Field evolves rapidly; clearly state search date
500
501## Example Workflow
502
503Complete workflow for a biomedical literature review:
504
505```bash
506# 1. Create review document from template
507cp assets/review_template.md crispr_sickle_cell_review.md
508
509# 2. Search multiple databases using appropriate skills
510# - Use gget skill for PubMed, bioRxiv
511# - Use direct API access for arXiv, Semantic Scholar
512# - Export results in JSON format
513
514# 3. Aggregate and process results
515python scripts/search_databases.py combined_results.json \
516 --deduplicate \
517 --rank citations \
518 --year-start 2015 \
519 --year-end 2024 \
520 --format markdown \
521 --output search_results.md \
522 --summary
523
524# 4. Screen results and extract data
525# - Manually screen titles, abstracts, full texts
526# - Extract key data into the review document
527# - Organize by themes
528
529# 5. Write the review following template structure
530# - Introduction with clear objectives
531# - Detailed methodology section
532# - Results organized thematically
533# - Critical discussion
534# - Clear conclusions
535
536# 6. Verify all citations
537python scripts/verify_citations.py crispr_sickle_cell_review.md
538
539# Review the citation report
540cat crispr_sickle_cell_review_citation_report.json
541
542# Fix any failed citations and re-verify
543python scripts/verify_citations.py crispr_sickle_cell_review.md
544
545# 7. Generate professional PDF
546python scripts/generate_pdf.py crispr_sickle_cell_review.md \
547 --citation-style nature \
548 --output crispr_sickle_cell_review.pdf
549
550# 8. Review final PDF and markdown outputs
551```
552
553## Integration with Other Skills
554
555This skill works seamlessly with other scientific skills:
556
557### Database Access Skills
558- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt
559- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem
560- **datacommons-client**: Demographics, economics, health statistics
561
562### Analysis Skills
563- **pydeseq2**: RNA-seq differential expression (for methods sections)
564- **scanpy**: Single-cell analysis (for methods sections)
565- **anndata**: Single-cell data (for methods sections)
566- **biopython**: Sequence analysis (for background sections)
567
568### Visualization Skills
569- **matplotlib**: Generate figures and plots for review
570- **seaborn**: Statistical visualizations
571
572### Writing Skills
573- **brand-guidelines**: Apply institutional branding to PDF
574- **internal-comms**: Adapt review for different audiences
575- **venue-templates**: Access venue-specific writing style guides when preparing reviews for publication
576
577### Venue-Specific Writing Styles
578
579When preparing a literature review for a specific journal, consult the **venue-templates** skill for writing style guidance:
580- `venue_writing_styles.md`: Master style comparison across venues
581- `nature_science_style.md`: Nature/Science flowing abstract style, story-driven structure
582- `cell_press_style.md`: Cell Press graphical abstracts, Highlights format
583- `medical_journal_styles.md`: NEJM/Lancet/JAMA structured abstracts, PRISMA compliance
584
585These guides help adapt your review's tone, abstract format, and structure to match the target venue's expectations.
586
587## Resources
588
589### Bundled Resources
590
591**Scripts:**
592- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations
593- `scripts/generate_pdf.py`: Convert markdown to professional PDF
594- `scripts/search_databases.py`: Process, deduplicate, and format search results
595
596**References:**
597- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)
598- `references/database_strategies.md`: Comprehensive database search strategies
599
600**Assets:**
601- `assets/review_template.md`: Complete literature review template with all sections
602
603### External Resources
604
605**Guidelines:**
606- PRISMA (Systematic Reviews): http://www.prisma-statement.org/
607- Cochrane Handbook: https://training.cochrane.org/handbook
608- AMSTAR 2 (Review Quality): https://amstar.ca/
609
610**Tools:**
611- MeSH Browser: https://meshb.nlm.nih.gov/search
612- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/
613- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/
614
615**Citation Styles:**
616- APA Style: https://apastyle.apa.org/
617- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards
618- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html
619
620## Dependencies
621
622### Required Python Packages
623```bash
624pip install requests # For citation verification
625```
626
627### Required System Tools
628```bash
629# For PDF generation
630brew install pandoc # macOS
631apt-get install pandoc # Linux
632
633# For LaTeX (PDF generation)
634brew install --cask mactex # macOS
635apt-get install texlive-xetex # Linux
636```
637
638Check dependencies:
639```bash
640python scripts/generate_pdf.py --check-deps
641```
642
643## Summary
644
645This literature-review skill provides:
646
6471. **Systematic methodology** following academic best practices
6482. **Multi-database integration** via existing scientific skills
6493. **Citation verification** ensuring accuracy and credibility
6504. **Professional output** in markdown and PDF formats
6515. **Comprehensive guidance** covering the entire review process
6526. **Quality assurance** with verification and validation tools
6537. **Reproducibility** through detailed documentation requirements
654
655Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.