jaechang-hits/literature-review
Conducting systematic, scoping, and narrative literature reviews. Covers PRISMA/PRISMA-ScR protocols, search strategy (Boolean, MeSH), database selection (PubMed, Scopus, Web of Science, Embase), screening, data extraction, evidence synthesis (narrative, meta-analysis, thematic), and reporting. Use when planning or executing a formal literature review.
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill literature-review
A literature review systematically identifies, appraises, and synthesizes published evidence on a defined research question. The method ranges from informal narrative reviews to highly structured systematic reviews with meta-analysis. Choosing the correct review type, building a reproducible search strategy, and applying transparent inclusion/exclusion criteria are the foundational decisions that determine whether a review can be trusted and published in a high-impact journal. This guide covers the full workflow from question formulation to synthesis and reporting.
| Review Type | Definition | When to Use | Time Required |
|-------------|-----------|-------------|--------------|
| Narrative review | Selective, expert-curated synthesis; no protocol; no PRISMA | Introducing a topic; describing mechanistic background | Days to weeks |
| Scoping review | Comprehensive mapping of evidence landscape; PRISMA-ScR; no quality appraisal | Understand what evidence exists before committing to systematic review | Weeks to months |
| Systematic review | Exhaustive search; predefined protocol (PROSPERO); quality appraisal; PRISMA | Answer a specific clinical/scientific question with highest rigor | Months to years |
| Meta-analysis | Systematic review + quantitative pooling of effect estimates | Quantify pooled effect size and heterogeneity across studies | Months to years |
| Umbrella review | Systematic review of existing systematic reviews | Synthesize evidence from multiple reviews on one topic | Months |
| Rapid review | Streamlined systematic review with time-limited methods | Time-sensitive policy or clinical decisions | Weeks |
Peer reviewer expectations: Journals in the biomedical domain expect systematic and scoping reviews to follow PRISMA or PRISMA-ScR reporting standards and to be pre-registered in PROSPERO (systematic reviews only). Narrative reviews are typically invited by editors rather than submitted unsolicited.
Systematic reviews require a precisely defined research question. The PICO framework structures the question into searchable, operationalizable components:
| Component | Meaning | Example (for a clinical question) |
|-----------|---------|----------------------------------|
| P | Population | Adults with type 2 diabetes aged ≥ 40 |
| I | Intervention | SGLT2 inhibitors (empagliflozin, dapagliflozin) |
| C | Comparison | Placebo or standard care |
| O | Outcome | Cardiovascular mortality, HbA1c, eGFR decline |
| S | Study design (PICOS) | Randomized controlled trials only |
For basic science questions, adapt to PECO (Population, Exposure, Comparator, Outcome) or a custom framework. A well-formed PICO directly maps to search terms for each database.
Different study designs provide different levels of certainty about causal effects. Standard hierarchy for intervention questions (highest to lowest):
Systematic reviews and meta-analyses of RCTs (highest certainty)
↓
Individual randomized controlled trials (RCTs)
↓
Non-randomized controlled trials / quasi-experiments
↓
Prospective cohort studies
↓
Retrospective cohort / case-control studies
↓
Cross-sectional studies
↓
Case series and case reports
↓
Expert opinion / narrative review / editorials (lowest certainty)
For diagnostic accuracy, prognosis, and etiology questions, the hierarchy differs. The GRADE framework (Grading of Recommendations Assessment, Development and Evaluation) formalizes evidence quality across four domains: risk of bias, inconsistency, indirectness, and imprecision.
No single database covers all literature. Major databases and their coverage:
| Database | Coverage | Strength | Access |
|----------|----------|----------|--------|
| PubMed / MEDLINE | >35M biomedical records; 1946+ | Free; MeSH controlled vocabulary; high precision | Free |
| Embase | >34M records; European + drug focus; 1947+ | Best for pharmacology and European journals | Subscription |
| Web of Science | ~90M records across science and humanities | Citation analysis; interdisciplinary | Subscription |
| Scopus | ~90M records; broad | Largest abstract database; good non-English | Subscription |
| CINAHL | Nursing and allied health | Best for nursing/PT/OT research | Subscription |
| PsycINFO | Psychology and behavioral science | Deep coverage of behavioral literature | Subscription |
| Cochrane CENTRAL | Controlled trials only; curated | Highest precision for RCTs | Free/subscription |
| ClinicalTrials.gov | US-registered clinical trials | Includes unpublished/ongoing trials | Free |
| Grey literature | Reports, theses, guidelines | Reduces publication bias | Various |
Systematic reviews should search at minimum: PubMed + Embase + one domain-specific database + Cochrane CENTRAL (for clinical topics). Searching only PubMed biases toward US/English publications and misses up to 30% of relevant trials.
What is your literature review goal?
│
├── "Understand the topic background for my paper's Introduction"
│ └── → Narrative review: select key papers; no protocol needed
│
├── "Map what evidence exists before designing a study"
│ └── → Scoping review (PRISMA-ScR): comprehensive but no quality appraisal
│
├── "Answer a specific clinical or scientific question rigorously"
│ ├── Quantitative data poolable across studies?
│ │ ├── Yes → Systematic review + meta-analysis (PRISMA + PROSPERO)
│ │ └── No → Systematic review with narrative synthesis only
│ └── Time-constrained (policy deadline)?
│ └── → Rapid review (document scope limitations)
│
└── "Synthesize existing systematic reviews"
└── → Umbrella review
| Review type | Pre-registration required? | Quality appraisal? | Reporting standard | Minimum databases |
|-------------|---------------------------|-------------------|--------------------|------------------|
| Narrative | No | No | None formal | Author's choice |
| Scoping | No (recommended) | No | PRISMA-ScR | ≥2 major databases |
| Systematic | Yes (PROSPERO) | Yes (RoB 2, ROBINS-I, etc.) | PRISMA 2020 | ≥3 databases |
| Meta-analysis | Yes (PROSPERO) | Yes | PRISMA 2020 | ≥3 databases |
| Umbrella | Recommended | Yes (AMSTAR-2) | PRISMA | ≥2 databases |
citation-management — reference managers for collecting and organizing search results before and during reviewstatistical-analysis — statistical methods for meta-analysis (pooled effects, heterogeneity, forest plots)scientific-critical-thinking — evaluating individual study quality and interpreting effect sizes in the context of a reviewTake jaechang-hits/literature-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.