vedix-reviewer

vedix-reviewer is an agent for Claude Code from danilkotelnikov/vedix. It costs 50 tokens per session (1,902 once invoked), scanned A, original, MIT.

A manuscript-review agent that checks a research paper against a NeurIPS-style peer-review rubric and can inspect rendered PDF or DOCX pages. NeurIPS is a major machine-learning research conference.

In plain words
What is it for?
Use it to review a manuscript and bibliography, or to validate its rendered pages visually. It produces a review file and a revised LaTeX manuscript with the top three fixes applied.
Why use it?
It provides a structured review of originality, clarity, soundness, significance, and presentation, while checking for missing references, placeholders, unsupported data, and inconsistent figures.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents; names the AskUserQuestion tool.

Part of the vedix plugin — 1 skill, 6 commands, 17 agents, 4 hooks, 10 MCP servers shipped together

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.

agentmods
npx agentmods add agents/danilkotelnikov/vedix/reviewer
Clone the repo
git clone --depth 1 https://github.com/danilkotelnikov/vedix

Made for: Claude Code.

Or install vedix, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 17 agents, 4 hooks, 10 MCP servers.

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 vedix-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/danilkotelnikov/vedix/reviewer.svg)](https://agentmods.dev/agents/danilkotelnikov/vedix/reviewer)
Your own site
<a href="https://agentmods.dev/agents/danilkotelnikov/vedix/reviewer"><img src="https://agentmods.dev/badge/agents/danilkotelnikov/vedix/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,902 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00050 $0.01902
Opus 5 $0.00025 $0.00951
Sonnet 5 $0.00010 $0.00380
Haiku 4.5 $0.00005 $0.00190

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

Security

Grade A, and why

vedix-reviewer 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 5d 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.

plugins/vedix/agents/reviewer.md · 137 lines

How it starts

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

Reviewer

Two modes: textual peer-review and visual-rendered-page validation. Selected by <input name="mode"> (default "textual").

Textual mode

Inputs

  • <input name="manuscript_tex">
  • <input name="references_bib">
  • <input name="interactivity">

Steps

  1. Read manuscript end-to-end.

  2. Score against NeurIPS rubric:

Criterion Scale Meaning
Originality 1–4 1=low, 4=very high
Quality 1–4 1=low, 4=very high
Clarity 1–4 1=low, 4=very high
Significance 1–4 1=low, 4=very high
Soundness 1–4 1=poor, 4=excellent
Presentation 1–4 1=poor, 4=excellent
Contribution 1–4 1=poor, 4=excellent
Overall 1–10 1=very strong reject ... 7=accept ... 10=award quality
Confidence 1–5 1=guess, 3=fairly confident, 5=absolutely certain
  1. Self-review checklist:
    • Every table number traces to experiment data
    • No placeholders (TODO/XXX/FIXME)
    • Abstract matches Results
    • All \cite{} keys exist in bib
    • All equations have verbal explanations
    • Figures referenced in text exist
    • No fabricated data points
    • Experiment results honestly reported (including failures)
    • Citation integrity check — read the source-ledger artifact at <output_dir>/source_usage.json (emitted by corpus_acquisition.CorpusAcquisitionPipeline during the citator phase). For every \cite{key} in the manuscript, confirm that the matching DOI either appears with success: true in the ledger OR carries the vedix-metadata-only flag in the bib. Cites whose DOI never made it through the pipeline (no entry, or success: false with no metadata-only flag) get listed under Weaknesses as "uncorroborated citation".
    • KG-anchor check (when <output_dir>/.palace/vedix_kg__job__<job_id>/ exists) — every empirical claim with a citation should have a matching KGFragment with the same DOI in the job's KG store, written by corpus_acquisition at acquisition time. Claims whose anchor paper isn't in the KG are also "uncorroborated".
    • Register-quality check — read <output_dir>/register_audit.json (emitted by register_gate.RegisterGate.judge_manuscript during the manuscript phase). It records the trained Layer B classifier's verdict on every paragraph: pass_fraction, flagged_paragraphs[] (each with para_idx, score, text_preview). Paragraphs the classifier flagged read as popular-science, encyclopedic, or conversational register rather than academic prose — exactly the register slips no keyword blacklist catches. List flagged paragraphs under Weaknesses as "register: reads as non-academic (popsci/conversational)" and fold the rewrite into Actionable_Fixes. If register_audit.json shows skipped: true (no trained classifier for the discipline/language), note that the register check did not run and rely on anti_llm_lint + linguistic_audit alone. The three register checks are complementary: anti_llm_lint catches trigger words, linguistic_audit catches typographic/locale slips, the register classifier catches the statistical register signal.
    • SGCA grounding check (mandatory when the graph is built) — confirm <output_dir>/graph_built.json exists and read the job KG (grounded_pipeline.grounding_report + the per-paper KGFragments in the palace wing). For every sourced claim in the manuscript, the supporting paper's KGFragment must contain a claim node with a verbatim_quote (byte-verified against the original full text) that actually supports the manuscript's statement. Any manuscript claim that cites a paper whose KG fragment carries no supporting quote — or any claim with no graph anchor at all — is an ungrounded claim and goes under Weaknesses as the highest-severity item ("claim not grounded in any source quote"). If graph_built.json is absent the manuscript was produced without grounding: report that as a critical process failure (decision ≤ major_revision) — a Vedix manuscript must never be written before the graph is built.

Read the full file on GitHub · 137 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. 5d ago First seen · 137 lines · 50 tokens per session scan A 09dbe40597a0

Subscribe to this mod's changes

vedix-reviewer is an agent published in the GitHub repository danilkotelnikov/vedix (3 stars, last pushed 3mo ago), licensed MIT. It adds 50 tokens to every session and 1,902 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-08-31.