Peer Review Simulator
When to activate
Before submitting a manuscript or grant proposal, after receiving reviewer comments and needing a revision strategy, or when practicing critical evaluation of a draft. Use as a final quality gate before submission.
When NOT to use
Skip for informal writing, blog posts, internal reports not intended for publication, or when you need a specific journal's formatting review (use that journal's checklist instead).
Instructions
Read the full document — manuscript, proposal, or experimental design.
Evaluate against standard criteria:
- Novelty/Significance: Does it address an important gap? Is the advance incremental or substantial?
- Methodology: Are methods appropriate, well-controlled, and sufficiently detailed for replication?
- Statistics: Correct test selection, appropriate sample size, proper reporting (effect sizes, CIs)?
- Data presentation: Are figures clear, properly labeled, with appropriate error bars?
- Literature context: Is the work placed appropriately relative to existing research?
- Conclusions: Are claims supported by the data? Any over-interpretation?
- Writing quality: Clear, logical flow? Grammar and terminology correct?
Generate reviewer comments:
- Major concerns: Issues that must be addressed (missing controls, statistical errors, over-claims)
- Minor concerns: Improvements that would strengthen the work (additional analysis, clearer figures)
- Strengths: What the authors did well (important for balanced review)
Rate severity:
- CRITICAL — Fundamental flaw, invalidates conclusions
- MAJOR — Significant gap, must address before acceptance
- MINOR — Improvement suggested, not blocking
- NIT — Style preference, optional
Output Format
PEER REVIEW: [Document type] — [Title]
OVERALL ASSESSMENT: [Accept / Minor Revision / Major Revision / Reject]
SCORE: [1-9 scale or journal-specific]
STRENGTHS:
1. [Strength with specific reference]
2. [...]
MAJOR CONCERNS:
1. [CRITICAL/MAJOR] — [Issue + specific suggestion for resolution]
2. [...]
MINOR CONCERNS:
1. [MINOR] — [Issue + suggestion]
2. [...]
SPECIFIC COMMENTS:
- Line [X]: [Comment]
- Figure [Y]: [Comment]
- Table [Z]: [Comment]
CONFIDENTIAL (to editor): [Assessment of novelty, competitive landscape]
Example
PEER REVIEW: Manuscript — "Compound X Inhibits Tumor Growth via Novel FAO Pathway"
OVERALL ASSESSMENT: Major Revision
SCORE: 5/9 (interesting but significant gaps)
STRENGTHS:
1. Well-powered in vivo study (n=12/group, appropriate for effect size)
2. Mechanistic depth — metabolomics + CRISPR validation is thorough
3. Dose-response data is clean and convincing
MAJOR CONCERNS:
1. [CRITICAL] — No selectivity data on normal cells. IC50 in HeLa alone doesn't
establish therapeutic window. Must include primary fibroblast or hepatocyte toxicity.
2. [MAJOR] — "Novel FAO pathway" is overstated. Wienert 2023 and Chen 2024 both
described FAO dependency in resistant lines. Reframe as "validated and extended."
3. [MAJOR] — Figure 3B lacks error bars and n is not stated in the legend.
MINOR CONCERNS:
1. [MINOR] — Supplementary Table S2 should include raw data, not just processed means
2. [MINOR] — Discussion paragraph 2 speculates about clinical dosing without PK data
SPECIFIC COMMENTS:
- Line 47: "significant" used without statistical context — add p-value
- Figure 2: Consider log scale for dose-response — improves visual clarity
- Table 1: Add confidence intervals alongside p-values
1---2name: peer-review-simulator3description: Simulates rigorous peer review of manuscripts, grant proposals, or experimental designs. Generates structured reviewer comments with severity ratings and actionable revision suggestions following standard journal review criteria.4---56# Peer Review Simulator78## When to activate9Before submitting a manuscript or grant proposal, after receiving reviewer comments and needing a revision strategy, or when practicing critical evaluation of a draft. Use as a final quality gate before submission.1011## When NOT to use12Skip for informal writing, blog posts, internal reports not intended for publication, or when you need a specific journal's formatting review (use that journal's checklist instead).1314## Instructions15161. **Read the full document** — manuscript, proposal, or experimental design.172. **Evaluate against standard criteria:**18 - **Novelty/Significance:** Does it address an important gap? Is the advance incremental or substantial?19 - **Methodology:** Are methods appropriate, well-controlled, and sufficiently detailed for replication?20 - **Statistics:** Correct test selection, appropriate sample size, proper reporting (effect sizes, CIs)?21 - **Data presentation:** Are figures clear, properly labeled, with appropriate error bars?22 - **Literature context:** Is the work placed appropriately relative to existing research?23 - **Conclusions:** Are claims supported by the data? Any over-interpretation?24 - **Writing quality:** Clear, logical flow? Grammar and terminology correct?25263. **Generate reviewer comments:**27 - **Major concerns:** Issues that must be addressed (missing controls, statistical errors, over-claims)28 - **Minor concerns:** Improvements that would strengthen the work (additional analysis, clearer figures)29 - **Strengths:** What the authors did well (important for balanced review)30314. **Rate severity:**32 - CRITICAL — Fundamental flaw, invalidates conclusions33 - MAJOR — Significant gap, must address before acceptance34 - MINOR — Improvement suggested, not blocking35 - NIT — Style preference, optional3637## Output Format3839```40PEER REVIEW: [Document type] — [Title]4142OVERALL ASSESSMENT: [Accept / Minor Revision / Major Revision / Reject]43SCORE: [1-9 scale or journal-specific]4445STRENGTHS:46 1. [Strength with specific reference]47 2. [...]4849MAJOR CONCERNS:50 1. [CRITICAL/MAJOR] — [Issue + specific suggestion for resolution]51 2. [...]5253MINOR CONCERNS:54 1. [MINOR] — [Issue + suggestion]55 2. [...]5657SPECIFIC COMMENTS:58 - Line [X]: [Comment]59 - Figure [Y]: [Comment]60 - Table [Z]: [Comment]6162CONFIDENTIAL (to editor): [Assessment of novelty, competitive landscape]63```6465## Example6667```68PEER REVIEW: Manuscript — "Compound X Inhibits Tumor Growth via Novel FAO Pathway"6970OVERALL ASSESSMENT: Major Revision71SCORE: 5/9 (interesting but significant gaps)7273STRENGTHS:74 1. Well-powered in vivo study (n=12/group, appropriate for effect size)75 2. Mechanistic depth — metabolomics + CRISPR validation is thorough76 3. Dose-response data is clean and convincing7778MAJOR CONCERNS:79 1. [CRITICAL] — No selectivity data on normal cells. IC50 in HeLa alone doesn't80 establish therapeutic window. Must include primary fibroblast or hepatocyte toxicity.81 2. [MAJOR] — "Novel FAO pathway" is overstated. Wienert 2023 and Chen 2024 both82 described FAO dependency in resistant lines. Reframe as "validated and extended."83 3. [MAJOR] — Figure 3B lacks error bars and n is not stated in the legend.8485MINOR CONCERNS:86 1. [MINOR] — Supplementary Table S2 should include raw data, not just processed means87 2. [MINOR] — Discussion paragraph 2 speculates about clinical dosing without PK data8889SPECIFIC COMMENTS:90 - Line 47: "significant" used without statistical context — add p-value91 - Figure 2: Consider log scale for dose-response — improves visual clarity92 - Table 1: Add confidence intervals alongside p-values93```