Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.).
.claude/skills/microck-literature-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | 188% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 136% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 214% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 328% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 169% | 0% |
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.
Use this skill when:
Literature reviews follow a structured, multi-phase workflow:
Select databases appropriate for the domain:
Biomedical & Life Sciences:
gget skill: gget search pubmed "search terms" for PubMed/PMCgget skill: gget search biorxiv "search terms" for preprintsbioservices skill for ChEMBL, KEGG, UniProt, etc.General Scientific Literature:
Specialized Databases:
gget alphafold for protein structuresgget cosmic for cancer genomicsdatacommons-client for demographic/statistical datamarkdown ## Search Strategy
### Database: PubMed
("CRISPR"[Title] OR "Cas9"[Title]) AND ("sickle cell"[MeSH] OR "SCD"[Title/Abstract]) AND 2015:2024[Publication Date]
Repeat for each database searched.
scripts/search_databases.py for post-processing:bash python search_databases.py combined_results.json \ --deduplicate \ --format markdown \ --output aggregated_results.md
bash python search_databases.py results.json --deduplicate --output unique_results.json
Initial search: n = X ├─ After deduplication: n = Y ├─ After title screening: n = Z ├─ After abstract screening: n = A └─ Included in review: n = B
bash cp assets/review_template.md my_literature_review.md
Example structure: markdown #### 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: All citations must be verified for accuracy before final submission.
bash python scripts/verify_citations.py my_literature_review.md
This script:
references/citation_styles.md)bash 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 installedAccess via gget skill:
bash# 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:
"sickle cell disease"[MeSH][Title], [Title/Abstract], [Author]2020:2024[Publication Date]Access via gget skill:
bashgget search biorxiv "CRISPR sickle cell" -l 50
Important considerations:
Access via direct API or WebFetch:
python# 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\""
Access via direct API (requires API key, or use free tier):
Use appropriate skills:
bioservices skill for chemical bioactivitygget or bioservices skill for protein informationbioservices skill for pathways and genesgget skill for cancer mutationsgget alphafold for protein structuresgget or direct API for experimental structuresExpand search via citation networks:
Detailed formatting guidelines are in references/citation_styles.md. Quick reference:
Always verify citations with verify_citations.py before finalizing.
Complete workflow for a biomedical literature review:
bash# 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
This skill works seamlessly with other scientific skills:
Scripts:
scripts/verify_citations.py: Verify DOIs and generate formatted citationsscripts/generate_pdf.py: Convert markdown to professional PDFscripts/search_databases.py: Process, deduplicate, and format search resultsReferences:
references/citation_styles.md: Detailed citation formatting guide (APA, Nature, Vancouver, Chicago, IEEE)references/database_strategies.md: Comprehensive database search strategiesAssets:
assets/review_template.md: Complete literature review template with all sectionsGuidelines:
Tools:
Citation Styles:
bashuv pip install requests # For citation verification
bash# 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:
bashpython scripts/generate_pdf.py --check-deps
This literature-review skill provides:
Conduct thorough, rigorous literature reviews that meet academic standards and provide comprehensive synthesis of current knowledge in any domain.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 20,265 | 6,629 | -67% | 1 | 1 | 0% | 4,050 | 5,047 | +25% | 0 | 0 | — |
case-02 | fail→fail | 14,125 | 9,557 | -32% | 1 | 1 | 0% | 2,550 | 6,511 | +155% | 0 | 0 | — |
case-03 | fail→fail | 11,016 | 7,765 | -30% | 1 | 1 | 0% | 1,587 | 5,152 | +225% | 0 | 0 | — |
case-04 | pass→pass | 15,671 | 11,680 | -25% | 1 | 1 | 0% | 2,823 | 6,639 | +135% | 0 | 0 | — |
case-05 | fail→fail | 13,617 | 11,598 | -15% | 1 | 1 | 0% | 2,046 | 6,418 | +214% | 0 | 0 | — |
case-06 | pass→pass | 10,127 | 7,318 | -28% | 1 | 1 | 0% | 1,521 | 5,895 | +288% | 0 | 0 | — |
case-07 | pass→pass | 10,840 | 8,031 | -26% | 1 | 1 | 0% | 1,514 | 5,848 | +286% | 0 | 0 | — |
case-08 | pass→pass | 11,984 | 6,690 | -44% | 1 | 1 | 0% | 1,884 | 5,845 | +210% | 0 | 0 | — |
case-09 | pass→pass | 15,077 | 10,305 | -32% | 1 | 1 | 0% | 1,897 | 6,263 | +230% | 0 | 0 | — |
case-10 | pass→pass | 15,244 | 12,512 | -18% | 1 | 1 | 0% | 2,661 | 6,659 | +150% | 0 | 0 | — |
case-11 | fail→pass | 9,512 | 3,554 | -63% | 1 | 1 | 0% | 1,790 | 5,154 | +188% | 0 | 0 | — |
case-12 | fail→pass | 12,426 | 3,083 | -75% | 1 | 1 | 0% | 2,210 | 5,214 | +136% | 0 | 0 | — |
case-13 | fail→fail | 10,296 | 7,258 | -30% | 1 | 1 | 0% | 1,886 | 5,867 | +211% | 0 | 0 | — |
case-14 | fail→pass | 9,459 | 3,085 | -67% | 1 | 1 | 0% | 1,654 | 5,201 | +214% | 0 | 0 | — |
case-15 | fail→pass | 7,043 | 2,512 | -64% | 1 | 1 | 0% | 1,194 | 5,105 | +328% | 0 | 0 | — |
case-16 | fail→pass | 11,491 | 6,546 | -43% | 1 | 1 | 0% | 2,060 | 5,535 | +169% | 0 | 0 | — |
case-17 | fail→pass | 12,359 | 4,493 | -64% | 1 | 1 | 0% | 1,651 | 5,378 | +226% | 0 | 0 | — |
case-18 | pass→pass | 14,968 | 6,672 | -55% | 1 | 1 | 0% | 2,422 | 5,889 | +143% | 0 | 0 | — |
case-19 | pass→pass | 13,233 | 10,823 | -18% | 1 | 1 | 0% | 2,427 | 6,718 | +177% | 0 | 0 | — |
case-20 | fail→fail | 30,936 | 22,963 | -26% | 1 | 1 | 0% | 2,806 | 9,041 | +222% | 0 | 0 | — |
case-21 | fail→fail | 18,342 | 19,611 | +7% | 1 | 1 | 0% | 2,892 | 8,085 | +180% | 0 | 0 | — |
case-22 | fail→fail | 14,630 | 12,434 | -15% | 1 | 1 | 0% | 2,171 | 6,479 | +198% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.