--------|-------------------|----------------|
| 0-3 years | 20+ citations | Noteworthy |
| 0-3 years | 100+ citations | Highly Influential |
| 3-7 years | 100+ citations | Significant |
| 3-7 years | 500+ citations | Landmark Paper |
| 7+ years | 500+ citations | Seminal Work |
| 7+ years | 1000+ citations | Foundational |
Journal and Venue Tiers
Prioritize papers from higher-tier venues:
- Tier 1 (Always Prefer): Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology
- Tier 2 (Strong Preference): High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)
- Tier 3 (Include When Relevant): Respected specialized journals (IF 5-10)
- Tier 4 (Use Sparingly): Lower-impact peer-reviewed venues
Author Reputation Assessment
Prefer papers from:
- Senior researchers with high h-index (>40 in established fields)
- Leading research groups at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)
- Authors with multiple Tier-1 publications in the relevant field
- Researchers with recognized expertise (awards, editorial positions, society fellows)
Identifying Seminal Papers
For any topic, identify foundational work by:
- High citation count (typically 500+ for papers 5+ years old)
- Frequently cited by other included studies (appears in many reference lists)
- Published in Tier-1 venues (Nature, Science, Cell family)
- Written by field pioneers (often cited as establishing concepts)
Best Practices
Search Strategy
- Use multiple databases (minimum 3): Ensures comprehensive coverage
- Include preprint servers: Captures latest unpublished findings
- Document everything: Search strings, dates, result counts for reproducibility
- Test and refine: Run pilot searches, review results, adjust search terms
- Sort by citations: When available, sort search results by citation count to surface influential work first
Screening and Selection
- Use multiple databases (minimum 3): Ensures comprehensive coverage
- Include preprint servers: Captures latest unpublished findings
- Document everything: Search strings, dates, result counts for reproducibility
- Test and refine: Run pilot searches, review results, adjust search terms
Screening and Selection
- Use clear criteria: Document inclusion/exclusion criteria before screening
- Screen systematically: Title → Abstract → Full text
- Document exclusions: Record reasons for excluding studies
- Consider dual screening: For systematic reviews, have two reviewers screen independently
Synthesis
- Organize thematically: Group by themes, NOT by individual studies
- Synthesize across studies: Compare, contrast, identify patterns
- Be critical: Evaluate quality and consistency of evidence
- Identify gaps: Note what's missing or understudied
Quality and Reproducibility
- Assess study quality: Use appropriate quality assessment tools
- Verify all citations: Run verify_citations.py script
- Document methodology: Provide enough detail for others to reproduce
- Follow guidelines: Use PRISMA for systematic reviews
Writing
- Be objective: Present evidence fairly, acknowledge limitations
- Be systematic: Follow structured template
- Be specific: Include numbers, statistics, effect sizes where available
- Be clear: Use clear headings, logical flow, thematic organization
Common Pitfalls to Avoid
- Single database search: Misses relevant papers; always search multiple databases
- No search documentation: Makes review irreproducible; document all searches
- Study-by-study summary: Lacks synthesis; organize thematically instead
- Unverified citations: Leads to errors; always run verify_citations.py
- Too broad search: Yields thousands of irrelevant results; refine with specific terms
- Too narrow search: Misses relevant papers; include synonyms and related terms
- Ignoring preprints: Misses latest findings; include bioRxiv, medRxiv, arXiv
- No quality assessment: Treats all evidence equally; assess and report quality
- Publication bias: Only positive results published; note potential bias
- Outdated search: Field evolves rapidly; clearly state search date
Example Workflow
Complete workflow for a biomedical literature review:
# 1. Create review document from template
cp assets/review_template.md crispr_sickle_cell_review.md
# 2. Search multiple databases using appropriate skills
# - Use gget skill for PubMed, bioRxiv
# - Use direct API access for arXiv, Semantic Scholar
# - Export results in JSON format
# 3. Aggregate and process results
python scripts/search_databases.py combined_results.json \
--deduplicate \
--rank citations \
--year-start 2015 \
--year-end 2024 \
--format markdown \
--output search_results.md \
--summary
# 4. Screen results and extract data
# - Manually screen titles, abstracts, full texts
# - Extract key data into the review document
# - Organize by themes
# 5. Write the review following template structure
# - Introduction with clear objectives
# - Detailed methodology section
# - Results organized thematically
# - Critical discussion
# - Clear conclusions
# 6. Verify all citations
python scripts/verify_citations.py crispr_sickle_cell_review.md
# Review the citation report
cat crispr_sickle_cell_review_citation_report.json
# Fix any failed citations and re-verify
python scripts/verify_citations.py crispr_sickle_cell_review.md
# 7. Generate professional PDF
python scripts/generate_pdf.py crispr_sickle_cell_review.md \
--citation-style nature \
--output crispr_sickle_cell_review.pdf
# 8. Review final PDF and markdown outputs
Integration with Other Skills
This skill works seamlessly with other scientific skills:
Database Access Skills
- gget: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt
- bioservices: ChEMBL, KEGG, Reactome, UniProt, PubChem
- datacommons-client: Demographics, economics, health statistics
Analysis Skills
- pydeseq2: RNA-seq differential expression (for methods sections)
- scanpy: Single-cell analysis (for methods sections)
- anndata: Single-cell data (for methods sections)
- biopython: Sequence analysis (for background sections)
Visualization Skills
- matplotlib: Generate figures and plots for review
- seaborn: Statistical visualizations
Writing Skills
- brand-guidelines: Apply institutional branding to PDF
- internal-comms: Adapt review for different audiences
Resources
Bundled Resources
Scripts:
scripts/verify_citations.py: Verify DOIs and generate formatted citations
scripts/generate_pdf.py: Convert markdown to professional PDF
scripts/search_databases.py: Process, deduplicate, and format search results
References:
references/citation_styles.md: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)
references/database_strategies.md: Comprehensive database search strategies
Assets:
assets/review_template.md: Complete literature review template with all sections
External Resources
Guidelines:
Tools:
Citation Styles:
Dependencies
Required Python Packages
pip install requests # For citation verification
Required System Tools
# For PDF generation
brew install pandoc # macOS
apt-get install pandoc # Linux
# For LaTeX (PDF generation)
brew install --cask mactex # macOS
apt-get install texlive-xetex # Linux
Check dependencies:
python scripts/generate_pdf.py --check-deps
Summary
This literature-review skill provides:
- Systematic methodology following academic best practices
- Multi-database integration via existing scientific skills
- Citation verification ensuring accuracy and credibility
- Professional output in markdown and PDF formats
- Comprehensive guidance covering the entire review process
- Quality assurance with verification and validation tools
- Reproducibility through detailed documentation requirements
Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.
1---2name: literature-review3description: 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---6--------|-------------------|----------------|7| 0-3 years | 20+ citations | Noteworthy |8| 0-3 years | 100+ citations | Highly Influential |9| 3-7 years | 100+ citations | Significant |10| 3-7 years | 500+ citations | Landmark Paper |11| 7+ years | 500+ citations | Seminal Work |12| 7+ years | 1000+ citations | Foundational |1314#### Journal and Venue Tiers1516Prioritize papers from higher-tier venues:1718- **Tier 1 (Always Prefer):** Nature, Science, Cell, NEJM, Lancet, JAMA, PNAS, Nature Medicine, Nature Biotechnology19- **Tier 2 (Strong Preference):** High-impact specialized journals (IF>10), top conferences (NeurIPS, ICML for ML/AI)20- **Tier 3 (Include When Relevant):** Respected specialized journals (IF 5-10)21- **Tier 4 (Use Sparingly):** Lower-impact peer-reviewed venues2223#### Author Reputation Assessment2425Prefer papers from:26- **Senior researchers** with high h-index (>40 in established fields)27- **Leading research groups** at recognized institutions (Harvard, Stanford, MIT, Oxford, etc.)28- **Authors with multiple Tier-1 publications** in the relevant field29- **Researchers with recognized expertise** (awards, editorial positions, society fellows)3031#### Identifying Seminal Papers3233For any topic, identify foundational work by:341. **High citation count** (typically 500+ for papers 5+ years old)352. **Frequently cited by other included studies** (appears in many reference lists)363. **Published in Tier-1 venues** (Nature, Science, Cell family)374. **Written by field pioneers** (often cited as establishing concepts)3839## Best Practices4041### Search Strategy421. **Use multiple databases** (minimum 3): Ensures comprehensive coverage432. **Include preprint servers**: Captures latest unpublished findings443. **Document everything**: Search strings, dates, result counts for reproducibility454. **Test and refine**: Run pilot searches, review results, adjust search terms465. **Sort by citations**: When available, sort search results by citation count to surface influential work first4748### Screening and Selection491. **Use multiple databases** (minimum 3): Ensures comprehensive coverage502. **Include preprint servers**: Captures latest unpublished findings513. **Document everything**: Search strings, dates, result counts for reproducibility524. **Test and refine**: Run pilot searches, review results, adjust search terms5354### Screening and Selection551. **Use clear criteria**: Document inclusion/exclusion criteria before screening562. **Screen systematically**: Title → Abstract → Full text573. **Document exclusions**: Record reasons for excluding studies584. **Consider dual screening**: For systematic reviews, have two reviewers screen independently5960### Synthesis611. **Organize thematically**: Group by themes, NOT by individual studies622. **Synthesize across studies**: Compare, contrast, identify patterns633. **Be critical**: Evaluate quality and consistency of evidence644. **Identify gaps**: Note what's missing or understudied6566### Quality and Reproducibility671. **Assess study quality**: Use appropriate quality assessment tools682. **Verify all citations**: Run verify_citations.py script693. **Document methodology**: Provide enough detail for others to reproduce704. **Follow guidelines**: Use PRISMA for systematic reviews7172### Writing731. **Be objective**: Present evidence fairly, acknowledge limitations742. **Be systematic**: Follow structured template753. **Be specific**: Include numbers, statistics, effect sizes where available764. **Be clear**: Use clear headings, logical flow, thematic organization7778## Common Pitfalls to Avoid79801. **Single database search**: Misses relevant papers; always search multiple databases812. **No search documentation**: Makes review irreproducible; document all searches823. **Study-by-study summary**: Lacks synthesis; organize thematically instead834. **Unverified citations**: Leads to errors; always run verify_citations.py845. **Too broad search**: Yields thousands of irrelevant results; refine with specific terms856. **Too narrow search**: Misses relevant papers; include synonyms and related terms867. **Ignoring preprints**: Misses latest findings; include bioRxiv, medRxiv, arXiv878. **No quality assessment**: Treats all evidence equally; assess and report quality889. **Publication bias**: Only positive results published; note potential bias8910. **Outdated search**: Field evolves rapidly; clearly state search date9091## Example Workflow9293Complete workflow for a biomedical literature review:9495```bash96# 1. Create review document from template97cp assets/review_template.md crispr_sickle_cell_review.md9899# 2. Search multiple databases using appropriate skills100# - Use gget skill for PubMed, bioRxiv101# - Use direct API access for arXiv, Semantic Scholar102# - Export results in JSON format103104# 3. Aggregate and process results105python scripts/search_databases.py combined_results.json \106 --deduplicate \107 --rank citations \108 --year-start 2015 \109 --year-end 2024 \110 --format markdown \111 --output search_results.md \112 --summary113114# 4. Screen results and extract data115# - Manually screen titles, abstracts, full texts116# - Extract key data into the review document117# - Organize by themes118119# 5. Write the review following template structure120# - Introduction with clear objectives121# - Detailed methodology section122# - Results organized thematically123# - Critical discussion124# - Clear conclusions125126# 6. Verify all citations127python scripts/verify_citations.py crispr_sickle_cell_review.md128129# Review the citation report130cat crispr_sickle_cell_review_citation_report.json131132# Fix any failed citations and re-verify133python scripts/verify_citations.py crispr_sickle_cell_review.md134135# 7. Generate professional PDF136python scripts/generate_pdf.py crispr_sickle_cell_review.md \137 --citation-style nature \138 --output crispr_sickle_cell_review.pdf139140# 8. Review final PDF and markdown outputs141```142143## Integration with Other Skills144145This skill works seamlessly with other scientific skills:146147### Database Access Skills148- **gget**: PubMed, bioRxiv, COSMIC, AlphaFold, Ensembl, UniProt149- **bioservices**: ChEMBL, KEGG, Reactome, UniProt, PubChem150- **datacommons-client**: Demographics, economics, health statistics151152### Analysis Skills153- **pydeseq2**: RNA-seq differential expression (for methods sections)154- **scanpy**: Single-cell analysis (for methods sections)155- **anndata**: Single-cell data (for methods sections)156- **biopython**: Sequence analysis (for background sections)157158### Visualization Skills159- **matplotlib**: Generate figures and plots for review160- **seaborn**: Statistical visualizations161162### Writing Skills163- **brand-guidelines**: Apply institutional branding to PDF164- **internal-comms**: Adapt review for different audiences165166## Resources167168### Bundled Resources169170**Scripts:**171- `scripts/verify_citations.py`: Verify DOIs and generate formatted citations172- `scripts/generate_pdf.py`: Convert markdown to professional PDF173- `scripts/search_databases.py`: Process, deduplicate, and format search results174175**References:**176- `references/citation_styles.md`: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)177- `references/database_strategies.md`: Comprehensive database search strategies178179**Assets:**180- `assets/review_template.md`: Complete literature review template with all sections181182### External Resources183184**Guidelines:**185- PRISMA (Systematic Reviews): http://www.prisma-statement.org/186- Cochrane Handbook: https://training.cochrane.org/handbook187- AMSTAR 2 (Review Quality): https://amstar.ca/188189**Tools:**190- MeSH Browser: https://meshb.nlm.nih.gov/search191- PubMed Advanced Search: https://pubmed.ncbi.nlm.nih.gov/advanced/192- Boolean Search Guide: https://www.ncbi.nlm.nih.gov/books/NBK3827/193194**Citation Styles:**195- APA Style: https://apastyle.apa.org/196- Nature Portfolio: https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards197- NLM/Vancouver: https://www.nlm.nih.gov/bsd/uniform_requirements.html198199## Dependencies200201### Required Python Packages202```bash203pip install requests # For citation verification204```205206### Required System Tools207```bash208# For PDF generation209brew install pandoc # macOS210apt-get install pandoc # Linux211212# For LaTeX (PDF generation)213brew install --cask mactex # macOS214apt-get install texlive-xetex # Linux215```216217Check dependencies:218```bash219python scripts/generate_pdf.py --check-deps220```221222## Summary223224This literature-review skill provides:2252261. **Systematic methodology** following academic best practices2272. **Multi-database integration** via existing scientific skills2283. **Citation verification** ensuring accuracy and credibility2294. **Professional output** in markdown and PDF formats2305. **Comprehensive guidance** covering the entire review process2316. **Quality assurance** with verification and validation tools2327. **Reproducibility** through detailed documentation requirements233234Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.235