review-paper

review-paper is a skill for Codex from Ingar30/reviewer. It costs 49 tokens per session (1,427 once invoked), scanned A, original, MIT.

A review workflow for an academic economics paper supplied as a PDF. It uses specialist checks and produces an evidence-based report with a short explanation for non-specialists.

In plain words
What is it for?
Use it to audit a paper, resume a saved review, or turn a completed reviewer report into a PDF.
Why use it?
It separates independent checking from report editing and can continue an interrupted review or export an existing report as a PDF.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex.

Good fit Use it to audit a paper, resume a saved review, or turn a completed reviewer report into a PDF.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ingar30/reviewer/review-paper
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.

Any agent
npx skills add Ingar30/reviewer --skill review-paper
Clone the repo
git clone --depth 1 https://github.com/Ingar30/reviewer

Made for: Codex.

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 review-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/ingar30/reviewer/review-paper/github.svg)](https://agentmods.dev/skills/ingar30/reviewer/review-paper)
Your own site
<a href="https://agentmods.dev/skills/ingar30/reviewer/review-paper"><img src="https://agentmods.dev/badge/skills/ingar30/reviewer/review-paper/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 review-paper

Your own site · 80×15
<a href="https://agentmods.dev/skills/ingar30/reviewer/review-paper"><img src="https://agentmods.dev/badge/skills/ingar30/reviewer/review-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,427 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.00049 $0.01427
Opus 5 $0.00024 $0.00714
Sonnet 5 $0.00010 $0.00285
Haiku 4.5 $0.00005 $0.00143

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

Security

Grade A, and why

review-paper 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 today.

The scan reads SKILL.md. This mod also ships 12 executable files (runtime/scripts/build_editor_input.py, runtime/scripts/check_final_report.py, runtime/scripts/normalize_review_outputs.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/economics-paper-reviewer/skills/review-paper/SKILL.md · 102 lines

How it starts

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

Review this paper

Deliver the complete report as a downloadable PDF, with a brief plain-language summary. Preserve the editor's report.md as the authoritative source and an optional download; the PDF is a deterministic presentation, not a rewritten review. Use native ChatGPT Work subagents for parser preflight, the applicability router, each selected reviewer, and the editor. This skill explicitly requests that delegation. The parent orchestrates and validates; only the editor authors the report.

Start with the user experience

For a PDF-only export of an existing completed Reviewer report, go directly to PDF-first delivery. Do not start new audits, spend agent allowance, or resume an incompatible older checkpoint just to change the file format. Clearly distinguish exporting a supplied report from independently validating its scientific conclusions.

  1. For a resume request, resolve the existing review folder or attached checkpoint first; a valid checkpoint already contains the source PDF, so do not request it again. For a new review, resolve the attached PDF from the host's actual attachment/file tools; do not guess an upload path. If none is attached, ask for it. If several are attached and the intended paper is ambiguous, ask which one; do not combine unrelated papers.
  2. Default to Full. Honor an explicit Lite or resume request without asking the user to configure paths or reviewers. Briefly announce the mode and warning: "This uses your shared ChatGPT Work/Codex allowance, with no API key. A Full review can use substantial allowance and may pause at your limit. I will save completed audits so you can resume." For Lite add: "Lite keeps the same audit coverage with lower requested reasoning effort; its quality and savings are unbenchmarked." Proceed with the requested mode; do not require a redundant confirmation.
  3. Read the bundled canonical Paper Reviewer guidance in full for the reviewing methodology, evidence rules and report requirements. Then read the host orchestration procedure. Check native subagents, writable files, Python dependencies, PDF access, and image viewing before substantive review. Discover web search availability.
  4. Use the packaged runtime/scripts/work_plugin.py to prepare and checkpoint the run. All runtime resources are bundled beside this skill; never assume access to the source Git repository or a particular operating system. Keep the installed plugin read-only and use a fresh host-writable folder for each paper review. If the user requests cloud-only execution, establish the host from the actual task/host context before processing. Do not borrow a local checkout, interpreter, or remote connection to the user's computer. An unknown host is not a verified cloud host; explain the limitation instead of silently switching to local work.

Read the full file on GitHub · 102 lines

Files

What ships with it

44 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 102 lines · 49 tokens per session scan A d04c72686877

Subscribe to this mod's changes

review-paper is a skill published in the GitHub repository Ingar30/reviewer (170 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,427 once invoked, about $0.0002 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-10.

Related

Other skills, from other repositories

compile-latex

Compile a Beamer LaTeX slide deck with XeLaTeX (3 passes + bibtex). Use when user says "compile", "build the slides", "rebuild the PDF", "run latex", "render the tex", or asks why a .tex file isn't producing a PDF. Operates on Slides/.tex.

pedrohcgs/claude-code-my-workflow · 73 tokens

overleaf

Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.

aloth/olcli · 62 tokens

alterlab-treatment-plans

Generates concise (3-4 page), focused medical treatment plans in LaTeX/PDF format across all clinical specialties — general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management — using SMART goal frameworks, evidence-based interventions with…

AlterLab-IEU/AlterLab-Academic-Skills · 107 tokens

alterlab-open-notebook

Run Open Notebook, a self-hosted open-source alternative to Google NotebookLM with a full REST API, for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and…

AlterLab-IEU/AlterLab-Academic-Skills · 173 tokens

latex-document

Universal LaTeX document skill: create, compile, and convert any document to professional PDF with PNG previews. Supports resumes, reports, cover letters, invoices, academic papers, theses/dissertations, academic CVs, presentations (Beamer), scientific posters, formal letters, exams/quizzes, books, cheat sheets…

brycewang-stanford/Auto-Empirical-Research-Skills · 950 tokens

compiledeck

Create and compile beautiful Beamer presentations following the Rhetoric of Decks philosophy. Use when making slides, creating decks, or compiling .tex presentation files.

brycewang-stanford/Auto-Empirical-Research-Skills · 35 tokens