What problem does it solve?
This Skill automates the process of conducting literature reviews, saving time and reducing the risk of human error in the search, selection, and analysis of scientific literature.
Core Features & Use Cases
- Multi-Database Search: Search across multiple academic databases with a single command.
- Citation Verification: Automatically verify all citations for accuracy.
- Document Generation: Generate professional markdown and PDF documents with formatted citations.
- Use Case: If you need to write a literature review for a research paper or thesis, this Skill can help you efficiently search for relevant articles, extract key information, and format the final document.
Quick Start
To use the literature-review skill, follow these steps:
- Run the command:
parallel-cli search "your research topic" to search across academic databases.
- Review the search results and select the articles you want to include in your review.
- Use the
scripts/search_databases.py script to aggregate and process the selected articles.
- Use the
scripts/verify_citations.py script to verify the accuracy of all citations.
- Generate the final markdown and PDF document using the
scripts/generate_pdf.py script.