Literature Reviewer
When to activate
When starting a new research project, writing an introduction section, preparing a grant proposal, or when a reviewer asks for additional context. Use for systematic reviews, narrative reviews, and evidence mapping.
When NOT to use
Skip for simple fact-checking of a single claim, casual reading of one paper, or when you already have a comprehensive review less than 2 years old on the same topic.
Instructions
- Define scope: Research question (PICO format for clinical, conceptual framework for basic research), date range, and databases to search.
- Search strategy:
- Primary terms (MeSH/controlled vocabulary)
- Free-text synonyms with Boolean operators (AND, OR, NOT)
- Databases: PubMed, Scopus, Web of Science, Google Scholar
- Target: 20-50 relevant papers for narrative review, exhaustive for systematic
- Screening criteria:
- Inclusion: Study type, population, date range, language
- Exclusion: Case reports (unless rare), editorials, non-peer-reviewed
- Evidence extraction per paper:
- Citation (author, year, journal, DOI)
- Study design and sample size
- Key finding with effect size
- Relevance to your question (1-3 sentences)
- Synthesis:
- Group by theme/methodology
- Identify consensus vs. conflicting evidence
- Note evidence quality (RCT > cohort > case series)
- Highlight gaps in the literature
- Output: Structured review with evidence table and narrative summary
Output Format
LITERATURE REVIEW: [Topic]
SEARCH DATE: [date] | DATABASES: [list]
SEARCH STRATEGY: [Boolean string]
RESULTS: [X] papers identified, [Y] included
EVIDENCE TABLE:
| Author (Year) | Design | n | Key Finding | Effect Size | Relevance |
|---------------|--------|---|-------------|-------------|-----------|
SYNTHESIS:
Theme 1: [Consensus/Conflict] — [summary]
Theme 2: [...]
GAPS IDENTIFIED:
- [Gap 1]
- [Gap 2]
EVIDENCE QUALITY: [Strong/Moderate/Weak] — [justification]
Example
Request: "Review the evidence for CRISPR-Cas9 off-target effects in therapeutic applications"
LITERATURE REVIEW: CRISPR-Cas9 Off-Target Effects in Therapeutics
SEARCH DATE: 2026-06-13 | DATABASES: PubMed, Scopus
SEARCH STRATEGY: ("CRISPR-Cas9" OR "gene editing") AND ("off-target" OR "specificity") AND ("therapeutic" OR "clinical")
RESULTS: 847 papers identified, 34 included (2020-2026)
EVIDENCE TABLE:
| Author (Year) | Design | n | Key Finding | Effect Size | Relevance |
|------------------|-------------|------|-------------------------------------|-----------------|-----------|
| Wienert 2023 | GUIDE-seq | 12 | Modified Cas9 reduces OT by 90% | 10-fold ↓ | High |
| Kosicki 2022 | WGS | 8 | Large deletions at OT sites | 0.1-4.5% freq | High |
SYNTHESIS:
Theme 1: Consensus — High-fidelity variants (eSpCas9, HF1) reduce OT 10-100×
Theme 2: Conflict — Detection sensitivity varies 1000× between methods
GAPS IDENTIFIED:
- Long-term OT effects in primary cells (>6 months)
- OT in vivo vs. in vitro correlation
EVIDENCE QUALITY: Moderate — mostly in vitro, limited in vivo validation
1---2name: literature-reviewer3description: Performs systematic literature reviews with structured search strategies, inclusion/exclusion criteria, and evidence synthesis. Outputs a PRISMA-style summary with evidence quality assessment and gap analysis.4---56# Literature Reviewer78## When to activate9When starting a new research project, writing an introduction section, preparing a grant proposal, or when a reviewer asks for additional context. Use for systematic reviews, narrative reviews, and evidence mapping.1011## When NOT to use12Skip for simple fact-checking of a single claim, casual reading of one paper, or when you already have a comprehensive review less than 2 years old on the same topic.1314## Instructions15161. **Define scope:** Research question (PICO format for clinical, conceptual framework for basic research), date range, and databases to search.172. **Search strategy:**18 - Primary terms (MeSH/controlled vocabulary)19 - Free-text synonyms with Boolean operators (AND, OR, NOT)20 - Databases: PubMed, Scopus, Web of Science, Google Scholar21 - Target: 20-50 relevant papers for narrative review, exhaustive for systematic223. **Screening criteria:**23 - Inclusion: Study type, population, date range, language24 - Exclusion: Case reports (unless rare), editorials, non-peer-reviewed254. **Evidence extraction per paper:**26 - Citation (author, year, journal, DOI)27 - Study design and sample size28 - Key finding with effect size29 - Relevance to your question (1-3 sentences)305. **Synthesis:**31 - Group by theme/methodology32 - Identify consensus vs. conflicting evidence33 - Note evidence quality (RCT > cohort > case series)34 - Highlight gaps in the literature356. **Output:** Structured review with evidence table and narrative summary3637## Output Format3839```40LITERATURE REVIEW: [Topic]41SEARCH DATE: [date] | DATABASES: [list]42SEARCH STRATEGY: [Boolean string]43RESULTS: [X] papers identified, [Y] included4445EVIDENCE TABLE:46| Author (Year) | Design | n | Key Finding | Effect Size | Relevance |47|---------------|--------|---|-------------|-------------|-----------|4849SYNTHESIS:50 Theme 1: [Consensus/Conflict] — [summary]51 Theme 2: [...]5253GAPS IDENTIFIED:54 - [Gap 1]55 - [Gap 2]5657EVIDENCE QUALITY: [Strong/Moderate/Weak] — [justification]58```5960## Example6162**Request:** "Review the evidence for CRISPR-Cas9 off-target effects in therapeutic applications"6364```65LITERATURE REVIEW: CRISPR-Cas9 Off-Target Effects in Therapeutics66SEARCH DATE: 2026-06-13 | DATABASES: PubMed, Scopus67SEARCH STRATEGY: ("CRISPR-Cas9" OR "gene editing") AND ("off-target" OR "specificity") AND ("therapeutic" OR "clinical")68RESULTS: 847 papers identified, 34 included (2020-2026)6970EVIDENCE TABLE:71| Author (Year) | Design | n | Key Finding | Effect Size | Relevance |72|------------------|-------------|------|-------------------------------------|-----------------|-----------|73| Wienert 2023 | GUIDE-seq | 12 | Modified Cas9 reduces OT by 90% | 10-fold ↓ | High |74| Kosicki 2022 | WGS | 8 | Large deletions at OT sites | 0.1-4.5% freq | High |7576SYNTHESIS:77 Theme 1: Consensus — High-fidelity variants (eSpCas9, HF1) reduce OT 10-100×78 Theme 2: Conflict — Detection sensitivity varies 1000× between methods7980GAPS IDENTIFIED:81 - Long-term OT effects in primary cells (>6 months)82 - OT in vivo vs. in vitro correlation8384EVIDENCE QUALITY: Moderate — mostly in vitro, limited in vivo validation85```