literature-review
Conduct systematic literature reviews
Also available from: davila7
Conducting literature reviews manually wastes hours searching databases and formatting citations. This skill automates systematic literature reviews by searching PubMed, arXiv, bioRxiv, and Semantic Scholar, verifying all citations, and generating professional PDFs.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "literature-review". Search PubMed for CRISPR sickle cell studies from 2020-2024
Expected outcome:
- Found 47 relevant papers in PubMed
- Top result: 'CRISPR-Cas9 gene editing for sickle cell disease' (2023) - 156 citations
- Search saved to crispr_sickle_cell_pubmed.json
- Use --deduplicate flag when combining with other databases
Using "literature-review". Verify citations in my literature review document
Expected outcome:
- Total DOIs found: 23
- Verified: 22 (95.7%)
- Failed: 1 (DOI: 10.xxx/yyy - does not resolve)
- Verification report saved to literature_review_citation_report.json
Security Audit
Low RiskThis literature-review skill is a legitimate academic research tool. Static analysis flagged 178 potential security issues, but all findings are false positives. The external_command patterns are documentation examples of standard academic tools (pandoc, xelatex, gget). Network requests target legitimate academic APIs (CrossRef, DOI resolution, PubMed). Filesystem operations write search results and verification reports. No malicious intent, data exfiltration, or command injection vectors detected.
Risk Factors
⚙️ External commands (1)
🌐 Network access (1)
📁 Filesystem access (1)
Quality Score
What You Can Build
Thesis literature review chapters
Conduct comprehensive literature searches for dissertation background sections with verified citations and professional formatting.
Systematic review publications
Perform systematic reviews following PRISMA guidelines with multi-database searches, deduplication, and quality assessment.
Evidence-based medicine reviews
Synthesize clinical evidence from PubMed and medical databases for treatment decisions and clinical guidelines.
Try These Prompts
Search PubMed and bioRxiv for recent papers (2020-2024) about CRISPR gene therapy for sickle cell disease. Focus on clinical trials and review articles.
Perform a systematic review on the efficacy of mRNA vaccines for cancer immunotherapy. Search PubMed, bioRxiv, and arXiv. Include only peer-reviewed articles and preprints from 2018-2024.
Verify all DOIs and format citations in my literature review document using APA style. Generate a verification report showing any failed citations.
Convert my literature review markdown to a PDF with Nature citation style, table of contents, and section numbering. Check that all dependencies are installed first.
Best Practices
- Always verify citations with verify_citations.py before finalizing your review document
- Search at least 3 different databases to ensure comprehensive literature coverage
- Include visual elements like PRISMA flow diagrams for systematic review transparency
Avoid
- Do not rely on a single database - this leads to incomplete literature coverage
- Avoid study-by-study summaries - organize findings thematically instead
- Never skip citation verification - unverified citations damage academic credibility
Frequently Asked Questions
Which databases should I search?
How do I handle duplicate papers across databases?
What citation styles are supported?
Do I need to install anything?
How does citation verification work?
Can I include preprints in my review?
Developer Details
Author
K-Dense-AILicense
MIT license
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/literature-reviewRef
main
File structure