research-literature-review

Generates expert-level literature reviews via multi-source search, AI relevance scoring, and LaTeX/PDF/Word export.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill research-literature-review-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-literature-review
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/.claude/skills/research-literature-review
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill research-literature-review-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, requests, numpy, scikit-learn, matplotlib, and includes scripts (resource) and references (resource) components.

What problem does it solve? Writing a systematic literature review requires searching multiple academic databases, screening hundreds of papers, scoring relevance, managing citations, and formatting output—an error-prone process that normally takes weeks of manual effort. ## Core Features & Use Cases - End-to-End Review Pipeline: Automates multi-query search (OpenAlex, Semantic Scholar, Crossref), deduplication, AI-based relevance scoring (1-10) with subtopic grouping, high-score-first reference selection, and word-budget planning. - Expert-Style Writing with Hard Validation: Produces a structured review (abstract, introduction, subtopic sections, discussion, outlook, conclusion) with enforced word count and reference count ranges, citation/BibTeX alignment checks, and mandatory PDF and Word export. - Multilingual & Tiered Output: Supports three quality tiers (Premium/Standard/Basic) and translation into English, Chinese, Japanese, German, French, and Spanish with automatic LaTeX compile-error repair. - Use Case: Ask for a Premium-level review on "deep learning for breast ultrasound diagnosis" and receive a validated 10000-15000 word LaTeX review with 80-150 references, exported as both PDF and Word. ## Quick Start Use the research-literature-review skill to write a Standard-tier literature review on "Transformer applications in financial risk control" covering publications from the last five years.

Frequently Asked Questions about research-literature-review

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

FAQPage Schema
How do I generate a systematic literature review with AI?

Provide a one-line topic and optionally a tier (Premium, Standard, or Basic). The pipeline searches OpenAlex and other sources, deduplicates results, scores each paper's relevance from 1-10, selects high-scoring references, and writes a structured review exported as PDF and Word.

What is the difference between Premium, Standard, and Basic review tiers?

Tiers control word count and reference count ranges. Premium targets 10000-15000 words with 80-150 references for top-journal reviews, Standard targets 6000-10000 words with 50-90 references for theses and grant proposals, and Basic targets 3000-6000 words with 30-60 references for quick surveys.

Can the literature review be written in Chinese, Japanese, or other languages?

Yes, the pipeline supports translation of the review body into English, Chinese, Japanese, German, French, and Spanish. It preserves all citation markers and LaTeX structure, then automatically repairs compilation errors until PDF and Word export succeed.

How does the skill handle papers missing abstracts from OpenAlex?

About 28.5% of OpenAlex records lack abstracts, so an optional abstract enrichment step queries Semantic Scholar, Crossref, and PubMed to fill gaps after selection. Papers still missing abstracts are flagged as do-not-cite to protect review quality.

What are the limitations of the automated literature review pipeline?

The pipeline requires Python 3.9+, a LaTeX toolchain with xelatex and bibtex, and pandoc for Word export. It is designed for full reviews, not single-citation lookups or polishing existing drafts, and abstract enrichment can extend runtime by 20-40%.