research-review

Obtains multi-round critical reviews of ML research from GPT via Codex MCP.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-review-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-review
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/research-review
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-review-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting rigorous, senior-level feedback on research ideas, papers, and experimental results is slow and often unavailable on demand. This Skill orchestrates a deep, multi-round critical review of your research from an external OpenAI model (via Codex MCP) with maximum reasoning effort, producing actionable experiment plans and paper guidance. ## Core Features & Use Cases - Multi-Round External Review: Sends comprehensive research context to GPT via Codex MCP with xhigh reasoning, then iterates through follow-up rounds using threadId-based replies. - Actionable Deliverables: Requests experiment designs, paper outlines, mock NeurIPS/ICML reviews, and results-to-claims matrices from the reviewer. - Documented Conclusions: Saves round-by-round criticisms, final consensus, claims matrices, and prioritized TODO lists with compute estimates to a self-contained review document. - Use Case: You have a draft paper and experimental results for a video codec project. Run this Skill to get a brutal senior-reviewer critique, defend or revise your claims over several rounds, and finish with a concrete experiment plan and paper outline. ## Quick Start Ask the assistant to review my research using the research-review skill, providing the topic or scope of the work to critique.

Frequently Asked Questions about research-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an external AI review of my ML research paper?▼

Use this Skill to send your research context to GPT via Codex MCP with xhigh reasoning effort. It runs multiple review rounds, gathering criticisms, counterarguments, and actionable experiment suggestions, then documents the full consensus.

How to set up Codex MCP for research review in Claude Code?▼

Run 'claude mcp add codex -s user -- codex mcp-server' to register the Codex MCP server. This exposes the mcp__codex__codex and mcp__codex__codex-reply tools the Skill uses for initial prompts and threaded follow-ups.

What models can I use as the external reviewer?▼

The reviewer model must be an OpenAI model accessible through Codex MCP, such as gpt-5.4, o3, or gpt-4o. The default constant is gpt-5.4, and reviews always use xhigh model reasoning effort.

Can the external reviewer read my project files directly?▼

No, the external model cannot read your files. The Skill compiles a comprehensive briefing from narrative documents, notes, and experiment history, then sends that full context in the first review round.

What outputs does a research review session produce?▼

The session produces a self-contained review document with round-by-round criticisms and responses, final consensus on claims and narrative, a results-to-claims matrix, a prioritized TODO list with compute estimates, and optionally a paper outline.