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.
curl -O https://raw.githubusercontent.com/fbabelle/PrettySeriousResearcher/main/.claude/skills/research-mock-review/SKILL.mdgit clone --depth 1 https://github.com/fbabelle/PrettySeriousResearcherWrote 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.
[](https://agentmods.dev/skills/fbabelle/prettyseriousresearcher/research-mock-review)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.pysecrets-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).
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.
- 10d ago First seen · 64 lines · 52 tokens per session scan A 45b10772c1f8
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.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…