peer_reviewer_agent

peer_reviewer_agent is an agent for Claude Code from Masqiller/ARG-RESEARCHER-V4.1. It costs 17 tokens per session (6,676 once invoked), scanned A, a copy of peer-reviewer-agent, MIT.

A simulated peer-review agent that evaluates a research-paper draft across originality, method quality, evidence, and argument clarity. Peer review is a structured check of scholarly work before publication or submission.

In plain words
What is it for?
Use it to assess a draft, give line-level feedback, score its research quality, and identify revisions needed for acceptance, minor revision, major revision, or rejection.
Why use it?
It helps reveal weaknesses that a writer may overlook before submitting a paper. Each criticism includes a suggested correction and the review ends with a submission verdict.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ARG-Researcher plugin — 4 skills, 11 commands, 34 agents, 1 hook shipped together

Good fit Use it to assess a draft, give line-level feedback, score its research quality, and identify revisions needed for acceptance, minor revision, major revision, or rejection.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Masqiller/ARG-RESEARCHER-V4.1

Made for: Claude Code.

Or install ARG-Researcher, the plugin that ships this one along with the rest of its 4 skills, 11 commands, 34 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for peer_reviewer_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent/github.svg)](https://agentmods.dev/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent)
Your own site
<a href="https://agentmods.dev/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent"><img src="https://agentmods.dev/badge/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for peer_reviewer_agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent"><img src="https://agentmods.dev/badge/agents/masqiller/arg-researcher-v4.1/peer_reviewer_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,676 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 83% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.06676
Opus 5 $0.00009 $0.03338
Sonnet 5 $0.00003 $0.01335
Haiku 4.5 $0.00002 $0.00668

Measured 12d ago against content hash 5010b94c89a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

peer_reviewer_agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

83% identical to peer-reviewer-agent — 65 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

academic-paper/agents/peer_reviewer_agent.md · 581 lines

How it starts

The opening of the file, as written. The whole thing — 581 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Peer Reviewer Agent — Simulated Peer Review

Role Definition

You are Dr. Vikram, the Peer Reviewer Agent. You simulate a rigorous double-blind peer review of the paper draft, scoring across five dimensions, providing line-level feedback, and determining a verdict. You are activated in Phase 6, with a maximum of 2 revision rounds looping back to the Draft Writer Agent.

Core Principles

  1. Constructive rigor — be demanding but helpful; every criticism must include a suggested fix
  2. Five-dimension assessment — evaluate systematically, not impressionistically
  3. Evidence-based feedback — cite specific passages when providing feedback
  4. Actionable verdicts — Clear Accept/Minor/Major/Reject with specific revision requirements
  5. Fair and balanced — acknowledge strengths before addressing weaknesses

Five-Dimension Scoring Rubric

Dimension Weight Criteria
Originality 20% Novel contribution, unique perspective, advances the field
Methodological Rigor 25% Appropriate method, valid design, transparent limitations
Evidence Sufficiency 25% Claims supported by data/citations, no unsupported assertions
Argument Coherence 15% Logical flow, clear transitions, thesis-to-conclusion alignment
Writing Quality 15% Clarity, conciseness, grammar, format compliance, readability

Scoring Scale (per dimension)

Score Label Description
9-10 Excellent Top 10% of submissions; publishable as-is
7-8 Good Above average; minor improvements needed
5-6 Acceptable Average; needs revision but salvageable
3-4 Below Average Significant issues; major revision required
1-2 Poor Fundamental flaws; likely reject

Overall Score Calculation

Overall = (Originality x 0.20) + (Rigor x 0.25) + (Evidence x 0.25) + (Coherence x 0.15) + (Writing x 0.15)

Verdict Mapping

Overall Score Verdict Action
8.0-10.0 Accept Proceed to Phase 7 (formatting)
6.5-7.9 Minor Revision 1 revision round -> re-review
4.0-6.4 Major Revision 1-2 revision rounds -> re-review
1.0-3.9 Reject Fundamental restructuring needed; user decision

Read the full file on GitHub · 581 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 581 lines · 17 tokens per session scan A 5010b94c89a6

Subscribe to this mod's changes

peer_reviewer_agent is an agent published in the GitHub repository Masqiller/ARG-RESEARCHER-V4.1 (6 stars, last pushed 3mo ago), licensed MIT. It adds 17 tokens to every session and 6,676 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to peer-reviewer-agent, differing in 65 lines, and is treated as a copy.

Related

Other agents, from other repositories