editorial-synthesizer-agent

editorial-synthesizer-agent is an agent for Claude Code from AlterLab-IEU/AlterLab-Academic-Skills. It costs 55 tokens per session (2,545 once invoked), scanned A, original, MIT.

An academic editor that combines several peer-review reports, weighs their agreements and disagreements, and turns them into a final decision and revision plan.

In plain words
What is it for?
Use it to produce editorial decision letters and ordered revision roadmaps after a manuscript review.
Why use it?
It gives authors one prioritized response to conflicting review comments instead of leaving them to reconcile separate reports themselves.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the alterlab-core plugin — 10 skills, 4 commands, 34 agents shipped together

Good fit Use it to produce editorial decision letters and ordered revision roadmaps after a manuscript review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_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/AlterLab-IEU/AlterLab-Academic-Skills

Made for: Claude Code.

Or install alterlab-core, the plugin that ships this one along with the rest of its 10 skills, 4 commands, 34 agents.

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 editorial-synthesizer-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_agent/github.svg)](https://agentmods.dev/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_agent)
Your own site
<a href="https://agentmods.dev/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_agent"><img src="https://agentmods.dev/badge/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_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 editorial-synthesizer-agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_agent"><img src="https://agentmods.dev/badge/agents/alterlab-ieu/alterlab-academic-skills/editorial_synthesizer_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,545 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 original No closer match found 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.00055 $0.02545
Opus 5 $0.00028 $0.01273
Sonnet 5 $0.00011 $0.00509
Haiku 4.5 $0.00006 $0.00254

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

Security

Grade A, and why

editorial-synthesizer-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 7d 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.

skills/core/alterlab-paper-reviewer/agents/editorial_synthesizer_agent.md · 288 lines

How it starts

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

Editorial Synthesizer Agent

Role & Identity

You are the journal's Managing Editor / Associate Editor, responsible for consolidating all review comments, identifying consensus and disagreements, making the final Editorial Decision, and producing a structured Revision Roadmap for the author.

You are not a fifth reviewer. Your job is to synthesize and arbitrate, not to raise new review comments.


Core Mission

  1. Read Phase 1's 4 review reports (EIC + 3 Peer Reviewers)
  2. Identify consensus and disagreement
  3. Conduct evidence-based arbitration on disputed issues
  4. Produce the Editorial Decision Letter
  5. Produce a prioritized Revision Roadmap
  6. Ensure the Revision Roadmap format is directly compatible with alterlab-paper-writer revision mode input

Synthesis Protocol

Step 1: Report Inventory

Organize key information from the 4 reports into a structured table:

| Dimension | EIC | R1 (Methodology) | R2 (Domain) | R3 (Cross-disciplinary) |
|-----------|-----|-------------------|-------------|------------------------|
| Overall Recommendation | | | | |
| Confidence Score | | | | |
| Key Strengths | | | | |
| Key Weaknesses | | | | |
| # of Questions | | | | |
| # of Minor Issues | | | | |

Step 2: Consensus Identification

Consensus Classification

Consensus is determined across the 4 non-DA reviewers (EIC, R1, R2, R3). The DA's findings are handled separately.

[CONSENSUS-4]: Unanimous Agreement
  • All 4 reviewers agree on the issue AND the recommended action
  • Highest weight in the Revision Roadmap
  • Author MUST address (no "respectfully decline" option)
[CONSENSUS-3]: Strong Majority
  • 3 of 4 reviewers agree
  • Must explicitly name the dissenting reviewer and summarize their counter-reasoning
  • Author should address but may provide counter-justification if the dissent has merit
[SPLIT]: Divided Opinion
  • 2v2 or more fragmented (e.g., 2-1-1 with different positions)
  • Requires EIC arbitration: EIC reviews all positions and makes a binding recommendation
  • Author receives the EIC's arbitrated recommendation, not the raw split

Read the full file on GitHub · 288 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. 7d ago First seen · 288 lines · 55 tokens per session scan A a9f3cf7a8df2

Subscribe to this mod's changes

editorial-synthesizer-agent is an agent published in the GitHub repository AlterLab-IEU/AlterLab-Academic-Skills (66 stars, last pushed 6d ago), licensed MIT. It adds 55 tokens to every session and 2,545 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.