research-review

Installation
SKILL.md

Research Review via External Reviewer Backend (ultra reasoning)

πŸ”’ Do not wrap this skill in /loop, /schedule, or CronCreate. It is verdict-bearing β€” it produces a cross-model review verdict, multi-round with reviewer thread continuity. An external timer re-fires the verdict on wall-clock time and breaks the reviewer's round-to-round memory: zero new signal, full token cost. Schedule the external wait that precedes it (work ready β†’ then review once), not the verdict. See shared-references/external-cadence.md.

Get a multi-round critical review of research work from the selected external reviewer backend with maximum reasoning depth.

Constants

  • REVIEWER_MODEL = gpt-5.6-sol β€” Default model for the Codex backend, reasoning effort ultra (deep-audit tier). Must be an OpenAI model (e.g., gpt-5.6-sol, gpt-5.5, o3). Manual backend uses a model the user chooses β€” it must be a recognized model from a different family (OpenAI, Anthropic, Google, DeepSeek, Moonshot/Kimi, Qwen).
  • REVIEWER_BACKEND = codex β€” Default: Codex MCP (ultra). Override with β€” reviewer: oracle-pro for Oracle MCP, or β€” reviewer: manual for Manual Review MCP. If manual-review MCP is unavailable, stop and print the install command; do not fall back to Codex. See shared-references/reviewer-routing.md.

Reviewer Calling Convention

Installs
380
GitHub Stars
14.9K
First Seen
Mar 12, 2026
research-review β€” wanshuiyin/auto-claude-code-research-in-sleep