Research Paper Review

Structured, paper-type-calibrated academic review with an explicit numerical-consistency pass.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ab7d493

Fed both a baseline reviewer and the skill the same synthetic 'FastCache' mini-paper seeded with 4 deliberate inconsistencies; the unguided baseline caught none of them, the skill's Step-3 numerical-check caught all 4 (abstract's 35% vs. results' 28%/41%, 120 vs. 150 devices, a Figure 2 that doesn't exist, a Table 2 marked 'not shown') and produced the mandated Strengths/Weaknesses/Top-10 template.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Research Paper Review does

Guides a systematic review of an academic paper (PDF/LaTeX/text): venue and paper-type calibration, a structured summary, a dedicated numerical/statistical consistency check (cross-referencing text vs. tables vs. figures, dangling citations/refs), weighted critical analysis, and a fixed feedback template ending in a top-10 prioritized action list. Triggers on paper review, pre-submission feedback, methodology critique, and literature comparison requests.

How to install Research Paper Review

git clone https://github.com/BESSER-PEARL/research-agent-skills
mkdir -p ~/.claude/skills
cp -r research-agent-skills/research-paper-review ~/.claude/skills/research-paper-review

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Research Paper Review

  • /research-paper-review Structured, paper-type-calibrated academic review with an explicit numerical-consistency pass.

It also activates on plain-language prompts like these:

  • Can you review this draft paper before I submit it to the conference?
  • Check my manuscript for numerical inconsistencies between text and tables
  • Give me critical, methodology-focused feedback on this research paper

Frequently asked questions

Is the Research Paper Review skill free?
Yes. The skill itself is free from BESSER-PEARL/research-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Research Paper Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed both a baseline reviewer and the skill the same synthetic 'FastCache' mini-paper seeded with 4 deliberate inconsistencies; the unguided baseline caught none of them, the skill's Step-3 numerical-check caught all 4 (abstract's 35% vs. results' 28%/41%, 120 vs. 150 devices, a Figure 2 that doesn't exist, a Table 2 marked 'not shown') and produced the mandated Strengths/Weaknesses/Top-10 template.
What is the Research Paper Review SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Research Paper Review?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Research Paper Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.