paper-review-sim

Simulates a multi-perspective expert panel review of your document.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill paper-review-sim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-review-sim
Source: https://github.com/SamyakJhaveri/loam/tree/main/seed/_research/skills/paper-review-sim
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill paper-review-sim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simulates a NeurIPS/SC/ICSE-style peer review with five reviewer personas to ensure claims are rigorously checked against data.

Core Features & Use Cases

  • Five reviewer personas (HPC, ML, Stats, Reproducibility, Devil's Advocate) review drafts for methodology, results, and presentation.
  • Enforces evidence-based evaluation where every quantitative claim must link to concrete results under results/evaluation/.
  • Useful before paper submission, after major methodology changes, and for stress-testing a draft against expected objections.

Quick Start

Invoke the paper-review-sim skill on your current draft to simulate five reviewers and output a panel-style critique.

Frequently Asked Questions about paper-review-sim

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

FAQPage Schema
How do I simulate a peer review panel for my research paper draft?

To simulate a peer review panel, this Skill automates a five-reviewer persona process to stress-test your research manuscript. It evaluates methodology, results, and presentation by verifying quantitative claims against concrete evaluation data.

What does an automated LLM-review of a methodology draft check for?

An automated LLM-review checks for methodology robustness, data verification, and presentation quality. It enforces evidence-based evaluation by requiring every quantitative claim in your draft to link directly to concrete results under the results/evaluation directory.

How do I trigger the paper review simulation on my manuscript?

To trigger the paper review simulation, invoke the explicit /paper-review-sim command. You must provide your paper draft path via ARGUMENTS or place the draft at docs/paper_draft.md for the five reviewer personas to process.

Can I use this peer-review simulation for major methodology revisions?

Yes, you can use this peer-review simulation for major methodology revisions and pre-submission robustness checks. It applies HPC, ML, Stats, Reproducibility, and Devil's Advocate personas to stress-test your draft against expected objections.

Do I need to format my evaluation data in a specific way for the manuscript review?

You need to format your evaluation data under a results/evaluation/ directory. The review process enforces evidence-based evaluation, meaning every quantitative claim in your paper draft must link to concrete data located within this specific path.