PrettySeriousResearcher: Skill for Claude Code

.claude/skills/research-mock-review/SKILL.md

research-mock-review is a skill for Claude Code, Codex from fbabelle/PrettySeriousResearcher. It costs 52 tokens per session (1,543 once invoked), scanned A, original, Apache-2.0.

A pre-submission review process that uses several model-based reviewers to score a research paper against a target venue's criteria and rank its weaknesses. It also drafts possible rebuttals, but leaves the accept-or-reject decision to the user.

In plain words
What is it for?
It helps evaluate a paper draft, identify weaknesses, prepare responses to criticism, and check whether the draft meets a publication venue's stated standard.
Why use it?
It exposes likely reviewer objections before submission and turns them into a prioritised revision list.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also runs codex exec. Also seen: mentions Codex.

This is fbabelle/PrettySeriousResearcher's own configuration. It tells Claude Code and Codex how to work on PrettySeriousResearcher itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything PrettySeriousResearcher configures →

Part of the research-paper-skills plugin — 17 skills shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to fbabelle/PrettySeriousResearcher. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/fbabelle/PrettySeriousResearcher/main/.claude/skills/research-mock-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fbabelle/PrettySeriousResearcher

Made for: Claude Code, Codex.

Or install research-paper-skills, the plugin that ships this one along with the rest of its 17 skills.

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 research-mock-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fbabelle/prettyseriousresearcher/research-mock-review"><img src="https://agentmods.dev/badge/skills/fbabelle/prettyseriousresearcher/research-mock-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,543 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.00052 $0.01543
Opus 5 $0.00026 $0.00772
Sonnet 5 $0.00010 $0.00309
Haiku 4.5 $0.00005 $0.00154

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

Security

Grade A, and why

research-mock-review 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 10d 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.

.claude/skills/research-mock-review/SKILL.md · 64 lines

How it starts

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

Research mock-review — the pre-submission reviewer gate

Simulate the review the paper is about to face, so the agent surfaces the weaknesses a real reviewer would raise before submission — and hands the user a ranked, pre-critiqued decision instead of an open-ended "please review this." This is the single biggest lever for reducing the user's review burden: the diagnosis is done for them; they confirm and choose.

The autonomy inversion (read first)

The strong autonomous-science systems (AI-Scientist's ensemble reviewer, Agent Laboratory's reviewer, Zochi, Agents4Science's LLM panel) prove the machinery works — but most of them auto-decide accept/reject. We invert that: the panel scores, ranks, and drafts; the user stays the chooser. This skill never emits an accept/reject verdict, never gates submission by itself, and never edits the paper — it produces a packet the user acts on. Auto-deciding is the opposite of the design philosophy.

When it fires

  • Phase-4 exit (primary): a full pass on the finished draft, as part of the exit criteria.
  • Phase-1 dry-run (lightweight): a single-reviewer pass on the skeleton to fix the target bar early — what score must this venue's rubric reach, and which dimensions matter most — so every later phase optimizes toward it. Uses the venue profile from research-venue-selection.
  • On request / before any resubmission.

The panel: driven via coding-agent CLIs, not API keys

The panel is realized by driving installed coding-agent CLIs/SDKs as subprocess reviewers — e.g. claude -p "<review prompt>", codex exec "<review prompt>", gemini -p "<review prompt>" — each producing an independent review captured from stdout. This is deliberate:

  • No API keys, no secrets. Each CLI owns its own auth; this skill never asks for, stores, or logs a key (keeps the install_skills.py secrets-lint clean and the set portable).
  • Detect billing before launch. A CLI may be subscription-covered, credit-limited, metered, or API-backed. Confirm the basis for every panel member; book subscription-covered use to its plan and explicit metered charges as coding-agent actuals. Keep panel runtime separate from experiment spend.
  • Reviewer family != writer family. Assign each review to a different family than the one that wrote the draft to kill the known self-preference / sycophancy bias. Detect which CLIs are on PATH; use the diverse set.
  • Graceful degradation. If only one family is available, run multiple personas/roles at varied temperature instead — but then treat agreement with suspicion and discount the panel's confidence (a same-family panel is an echo chamber, not independent evidence).

Read the full file on GitHub · 64 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. 10d ago First seen · 64 lines · 52 tokens per session scan A 45b10772c1f8

Subscribe to this mod's changes

research-mock-review is a skill published in the GitHub repository fbabelle/PrettySeriousResearcher (2 stars, last pushed today), licensed Apache-2.0. It adds 52 tokens to every session and 1,543 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.