agentic-reviewer AGENTS.md

agentic-reviewer AGENTS.md is an instructions file for Codex, OpenCode from FilippoScaramuzza/agentic-reviewer. It costs 1,493 tokens per session, scanned A, original, MIT.

Repository instructions for an academic peer-review framework that uses coding agents to assess papers against a journal or conference's requirements. It converts PDF or DOCX papers to Markdown, researches publication guidance and produces a dated review report.

In plain words
What is it for?
Use them when setting up a paper review, converting a paper, researching a publication venue, or producing a structured report with ratings and a recommendation.
Why use it?
They explain the review workflow and where papers, cached journal research and generated results belong. This helps agents apply the right criteria and preserve the artifacts from each review.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex; $skill-name invocation; mentions OpenCode.

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 instructions/filipposcaramuzza/agentic-reviewer/agents-md
Clone the repo
git clone --depth 1 https://github.com/FilippoScaramuzza/agentic-reviewer

Made for: Codex, OpenCode.

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 agentic-reviewer AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/filipposcaramuzza/agentic-reviewer/agents-md.svg)](https://agentmods.dev/instructions/filipposcaramuzza/agentic-reviewer/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/filipposcaramuzza/agentic-reviewer/agents-md"><img src="https://agentmods.dev/badge/instructions/filipposcaramuzza/agentic-reviewer/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,493 This file is loaded in full into every session.
When invoked 1,493 The same file — it is already loaded in full.
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.01493 $0.01493
Opus 5 $0.00746 $0.00746
Sonnet 5 $0.00299 $0.00299
Haiku 4.5 $0.00149 $0.00149

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

Security

Grade A, and why

agentic-reviewer AGENTS.md 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 6d 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.

AGENTS.md · 103 lines

How it starts

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

Agentic Reviewer — Journal Paper Review Framework

Project Overview

An OpenCode- and Codex-compatible agentic framework for academic paper peer review. Given a paper and a target journal/conference, a team of agents:

  1. Converts non-Markdown papers (PDF, DOCX, etc.) to Markdown using markitdown
  2. Explores the journal's requirements, recent publications, style guide, and reputation
  3. Reviews the paper against those requirements across five dimensions
  4. Compiles a final structured review report with ratings and recommendation

Every review session produces a timestamped report directory containing all artifacts.

Directory Structure

  • papers/ — Place paper files here (PDF, DOCX, Markdown, etc.)
  • context/<journal-slug>/ — Cached exploration results per journal (auto-generated)
    • scope-and-criteria.md
    • recent-papers-analysis.md
    • style-guide.md
    • reputation-profile.md
    • recent-papers/ — Downloaded full-text papers (auto-generated at runtime)
      • <slugified-title>.pdf — Downloaded paper PDFs
      • <slugified-title>.md — Markitdown-converted versions
  • reports/<journal-slug>/<YYYY-MM-DD-HHMMSS>/ — Timestamped report directory (auto-generated)
    • 00-session-info.md — Session metadata (journal, paper, date, timestamp)
    • 01-scope-and-criteria.md — Journal scope analysis
    • 02-recent-papers-analysis.md — Recent papers analysis
    • 03-style-guide.md — Style guide extraction
    • 04-reputation-profile.md — Reputation profile
    • 05-scope-review.md — Scope review
    • 06-methodology-review.md — Methodology review
    • 07-writing-style-review.md — Writing & style review
    • 08-statistics-review.md — Statistics review
    • 09-ethics-review.md — Ethics review
    • 10-final-review-report.md — Compiled final report (Markdown)
    • 10-final-review-report.pdf — Compiled final report (PDF, generated via pandoc)
  • .agents/skills/review-paper/ — Shared workflow entrypoint
  • .codex/agents/ — Codex custom agent definitions matching the review roles

Read the full file on GitHub · 103 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. 6d ago First seen · 103 lines · 1,493 tokens per session scan A cf9f8a315c1b

Subscribe to this mod's changes

agentic-reviewer AGENTS.md is an instructions file published in the GitHub repository FilippoScaramuzza/agentic-reviewer (2 stars, last pushed 2mo ago), licensed MIT. It adds 1,493 tokens to every session, about $0.0075 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.