literature-review

Conduct systematic literature reviews across academic databases with verified citations and PDF output.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill literature-review-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: literature-review
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/literature-review
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill literature-review-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandoc, texlive-xetex, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Conducting a rigorous literature review requires searching multiple databases, deduplicating results, screening hundreds of papers, verifying every citation, and formatting output to academic standards — a process that is slow, error-prone, and hard to reproduce when done manually. ## Core Features & Use Cases - Multi-Database Search: Query PubMed, bioRxiv, arXiv, Semantic Scholar, and specialized databases, then aggregate, deduplicate, and rank results with search_databases.py. - Citation Verification: Validate every DOI against CrossRef and generate correctly formatted citations in APA, Nature, Vancouver, Chicago, or IEEE styles with verify_citations.py. - Professional Output: Generate publication-ready markdown and PDF documents from a PRISMA-compliant review template using pandoc and xelatex. - Use Case: A researcher writing a systematic review on CRISPR therapies searches three databases, screens results through a PRISMA flow, synthesizes findings thematically, verifies all 80 citations automatically, and exports a formatted PDF. ## Quick Start Ask the AI to conduct a systematic literature review on your research topic, searching PubMed and arXiv, and produce a verified PDF with Nature-style citations.

Frequently Asked Questions about literature-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a systematic literature review with multiple databases?

Define a research question using the PICO framework, then search at least three databases such as PubMed, bioRxiv, and Semantic Scholar. Aggregate results with search_databases.py to deduplicate by DOI, screen titles and abstracts against documented criteria, and synthesize findings thematically.

How do I verify DOIs and citations in a research paper?

Run verify_citations.py on your markdown file to extract every DOI, confirm each resolves through the DOI handle API, and pull authoritative metadata from CrossRef. The script outputs a verification report plus correctly formatted citations in APA or Nature style.

What citation styles does the literature review support?

The skill supports APA 7th edition, Nature, Vancouver, Chicago author-date, and IEEE styles. Detailed formatting rules are in references/citation_styles.md, and generate_pdf.py accepts a --citation-style flag to apply one consistently.

How do I convert a markdown literature review to PDF?

Run generate_pdf.py on your markdown file, which invokes pandoc with the xelatex engine to produce a formatted PDF with table of contents and numbered sections. Both pandoc and a TeX Live installation must be present on the system.

How should I rank papers by impact across different research fields?

Use field-normalized metrics from OpenAlex such as FWCI and citation_normalized_percentile rather than raw citation counts, since citation rates differ by an order of magnitude between disciplines. A FWCI of 1.0 represents the field average, and 5 or above indicates highly influential work.

What are the limitations of searching only PubMed for a review?

Single-database searches miss preprints, cross-disciplinary work, and non-biomedical literature, making the review incomplete and irreproducible. The skill requires a minimum of three complementary databases including a preprint server like bioRxiv or arXiv.