Get a deep critical review of research from external LLM via llm-chat MCP. Use when user says "review my research", "help me review", "get external review", or wants critical feedback on research ideas, papers, or experimental results.
Get a multi-round critical review of research work from an external LLM with maximum reasoning depth.
.claude/settings.json 中 LLM_MODEL 配置决定(默认 qwen3.5-plus)。可切换为 gpt-5.4 / codex / deepseek-r1 等任何 OpenAI 兼容模型,修改 settings.json 即可生效。# llm-chat MCP 已通过 .claude/settings.json 配置
mcp__llm-chat__chat toolBefore calling the external reviewer, compile a comprehensive briefing:
Send a detailed prompt:
mcp__llm-chat__chat:
# model 由 settings.json 配置,无需手动指定
prompt: |
[Full research context + specific questions]
Please act as a senior ML reviewer (NeurIPS/ICML level). Identify:
1. Logical gaps or unjustified claims
2. Missing experiments that would strengthen the story
3. Narrative weaknesses
4. Whether the contribution is sufficient for a top venue
Please be brutally honest.
Use mcp__llm-chat__chat for follow-up calls. Since llm-chat is stateless, include previous review context in each prompt:
For each round:
Key follow-up patterns:
Stop iterating when:
Save the full interaction and conclusions to a review document in the project root:
Update project memory/notes with key review conclusions.
mcp__llm-chat__chat for reviews(模型由 .claude/settings.json 配置决定)"I'm going to present a complete ML research project for your critical review. Please act as a senior ML reviewer (NeurIPS/ICML level)..."
"Please design the minimal additional experiment package that gives the highest acceptance lift per GPU week. Our compute: [describe]. Be very specific about configurations."
"Please turn this into a concrete paper outline with section-by-section claims and figure plan."
"Please give me a results-to-claims matrix: what claim is allowed under each possible outcome of experiments X and Y?"
"Please write a mock NeurIPS review with: Summary, Strengths, Weaknesses, Questions for Authors, Score, Confidence, and What Would Move Toward Accept."