원클릭으로
model-review
模拟数模竞赛评委进行深度评审。当用户说'评审方案'、'review model'、'帮我评审'、'评委视角'时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
模拟数模竞赛评委进行深度评审。当用户说'评审方案'、'review model'、'帮我评审'、'评委视角'时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
数据清洗、EDA、缺失值处理、异常值检测、相关性分析。触发词: 数据预处理、数据清洗、EDA、缺失值、异常值、data preprocessing、数据探索。
模型验证:交叉验证、留出法、残差分析、与已知解对比、假设检验。触发词: 模型验证、交叉验证、残差分析、model validation、留出法、误差分析、假设检验。
多子问题拆解与依赖分析。触发词: 子问题拆解、拆题、problem decomposition、依赖关系、求解顺序、时间分配、并行安排。
灵敏度分析:参数扰动、单因素/多因素分析、Monte Carlo 模拟、龙卷风图/蛛网图。触发词: 灵敏度分析、参数敏感性、sensitivity analysis、Monte Carlo、鲁棒性测试、参数扰动。
自动多轮评审优化循环。通过 Codex MCP 反复评审→修改→重新评审,直到达标或达到最大轮数。当用户说'自动优化循环'、'auto optimize'、'评审到通过'时使用。
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
| name | model-review |
| description | 模拟数模竞赛评委进行深度评审。当用户说'评审方案'、'review model'、'帮我评审'、'评委视角'时使用。 |
| argument-hint | ["modeling-approach-or-scope"] |
| allowed-tools | Bash(*), Read, Grep, Glob, Write, Edit, Agent, mcp__codex__codex, mcp__codex__codex-reply |
通过外部 LLM 以最高推理深度对建模方案进行多轮评审,模拟数模竞赛评委视角。
gpt-5.4 — Model used via Codex MCP. Must be an OpenAI model (e.g., gpt-5.4, o3, gpt-4o)claude mcp add codex -s user -- codex mcp-server
mcp__codex__codex and mcp__codex__codex-reply toolsBefore calling the external reviewer, compile a comprehensive briefing:
Send a detailed prompt with xhigh reasoning:
mcp__codex__codex:
config: {"model_reasoning_effort": "xhigh"}
prompt: |
[完整建模方案 + 赛题描述 + 具体问题]
请以数模竞赛资深评委/阅卷专家的身份评审。按以下维度打分和评价:
1. 数学建模严谨性(模型假设是否合理、推导是否正确)
2. 方法创新性(是否有亮点、是否超越简单套用)
3. 结果可靠性(计算结果是否合理、是否有验证)
4. 论文规范性(结构是否完整、表述是否清晰)
请以国赛一等奖/美赛O奖标准严格评审。
Use mcp__codex__codex-reply with the returned threadId to continue the conversation:
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.
config: {"model_reasoning_effort": "xhigh"} for reviews"我将展示一个完整的数学建模方案,请以数模竞赛资深评委的身份进行严格评审。按国赛一等奖/美赛O奖标准..."
"请设计在剩余竞赛时间内能最大幅度提分的改进方案。当前时间余量: [describe]。请给出具体的改进步骤。"
"请将建模方案转化为数模论文大纲,包含各章节的核心论点和图表规划。"
"请给出问题-方法-结果对应表:每个子问题使用什么方法、预期什么结果、实际得到什么结果。"
"请模拟数模竞赛评审,给出: 总体评价、数学严谨性评分、创新性评分、结果可靠性评分、论文规范性评分、改进建议、获奖预估等级。"