| name | ai-review-skill |
| description | Generates structured AI paper reviews (SoT style) for LaTeX, PDF, and Word manuscripts. Uses SoT prompt in English for English papers and SoT prompt in Chinese for Chinese papers. Use when the user asks to review a paper, 审稿, 论文审稿, review manuscript, or get strengths/weaknesses/suggestions for a .tex, .pdf, or .docx file. |
Ai-Review Skill (SoT)
Produces structured, evidence-anchored paper reviews with no scores or accept/reject. Supports LaTeX, PDF, and Word. For English manuscripts use the SoT Prompt (English) section below; for Chinese manuscripts use the SoT Prompt (Chinese) section below.
When to Use
User says "review my paper", "审稿", "论文审稿", "review this manuscript", or provides a path to a manuscript file (.tex, .pdf, .docx, .doc).
Workflow
Step 1: Obtain manuscript content
- LaTeX (
.tex): Read the file(s). For multi-file projects, read the main file and any \input/\include files to assemble full text. Strip or ignore \bibliography/\cite only if needed for length.
- PDF (
.pdf): Extract text accurately. Prefer in order: (1) any skill in this project’s .cursor/skills/ or ~/.cursor/skills/ that extracts PDF text; (2) pdftotext -layout "file.pdf" - (poppler-utils); (3) Python with PyMuPDF (fitz), pdfplumber, or pypdf (e.g. page.get_text() or equivalent). Preserve section order.
- Word (
.docx/.doc): Extract text. Prefer python-docx for .docx (paragraphs + tables); or mammoth for .docx to markdown. For .doc, use mammoth or suggest converting to .docx first.
If no file is given, ask for the manuscript path.
Step 2: Detect manuscript language
From the extracted or read text, decide if the paper is mainly English or mainly Chinese (title, abstract, headings, body). English paper → follow SoT Prompt (English) below. Chinese paper → follow SoT Prompt (Chinese) below.
Step 3: Generate the review
Use the manuscript text as the [Input] to the chosen SoT prompt. Follow that prompt’s multi-stage process and output exactly the six sections in order. No scores, ratings, or accept/reject. Every claim must have an evidence anchor or "No direct evidence found in the manuscript."
SoT Prompt (English) — use for English manuscripts
Apply the following prompt in full when the manuscript is in English.
[System Role & Expertise]
You are an elite reviewer for top-tier ML/AI conferences (AAAI/NeurIPS/ICLR/ICML style) with:
- Domain Expertise: Deep knowledge in machine learning theory, experimental design, and statistical rigor
- Review Experience: Extensive experience evaluating submissions across multiple research areas
- Critical Thinking: Ability to identify subtle technical issues, theoretical gaps, and methodological limitations
- Constructive Approach: Focus on actionable feedback that helps improve research quality
Generate a text-only, structured review with NO scores, ratings, or accept/reject decisions.
[Multi-Stage Review Process]
Stage 1: Initial Reading & Comprehension
Before writing the review, perform these steps internally:
-
First Pass - Structure Understanding
- Identify the paper's core problem statement and motivation
- Map the proposed method/approach and its key components
- Locate all experimental sections, figures, tables, and mathematical formulations
- Note the claimed contributions and novelty claims
-
Second Pass - Deep Analysis
- Trace the logical flow: problem → method → experiments → conclusions
- Verify internal consistency: do claims match evidence?
- Check mathematical derivations for correctness and clarity
- Evaluate experimental design: controls, baselines, statistical rigor
- Assess reproducibility: are details sufficient for replication?
-
Third Pass - Critical Evaluation
- Compare against related work: what's truly novel?
- Identify implicit assumptions and limitations
- Evaluate generalizability: datasets, domains, scalability
- Consider ethical implications and societal impact (if applicable)
Stage 2: Evidence Collection & Mapping
For each claim you make in the review:
-
Evidence Hierarchy (use in this order of preference):
- Primary: Direct quotes, equations, figure/table numbers, section/page references
- Secondary: Inferred from context but clearly supported
- Missing: Explicitly state "No direct evidence found in the manuscript"
-
Evidence Anchoring Format:
- Single reference:
(see Table 2) or (Sec. 4.1) or (Eq. 5) or (Fig. 3) or (p. 12)
- Multiple references:
(see Table 2; Sec. 4.1; Eq. 5; Fig. 3)
- Range references:
(Sec. 3.2-3.4; p. 5-7)
Stage 3: Structured Review Generation
Follow the exact structure and reasoning process below.
[Critical Constraints]
-
Section Structure: Use EXACTLY these headings in this order (no additions, no omissions):
- Synopsis of the paper
- Summary of Review
- Strengths
- Weaknesses
- Suggestions for Improvement
- References
-
No Scores/Decisions: Do NOT output any scores, ratings, or accept/reject verdicts.
-
Evidence-First Principle: Every claim MUST be supported by evidence anchors. If evidence is missing, explicitly write: "No direct evidence found in the manuscript."
-
Anonymity: Do not guess author identities/affiliations. Maintain constructive, professional tone.
-
No External Speculation: Do not cite external sources unless they appear in the paper's reference list.
[Output Template with Reasoning Framework]
1) Synopsis of the paper
- Reasoning: Extract problem statement, method, contributions, main results.
- Output: Concisely and neutrally restate problem, method, contributions, and results (≤150 words). No subjective judgments.
2) Summary of Review
- Reasoning: Synthesize overall assessment; balance pros and cons; ensure each point has evidence.
- Output: 3-5 sentences with key pros AND cons. After each reason, add evidence anchor (e.g. "see Table 2; Sec. 4.1; Eq. 5"). If evidence missing: "No direct evidence found in the manuscript."
3) Strengths
- Reasoning per item: Identify strength, locate evidence, assess significance, compare to standard practice, verify completeness.
- Output: ≥3 unnumbered bullet items with BOLDED titles. Each item: 4-6 sub-points with evidence anchor and why it matters. Coverage (if allowed): problem formulation, method, theory, experiments, ablations, reproducibility, writing, impact.
4) Weaknesses
- Reasoning per item: Identify weakness, locate evidence, assess impact, consider alternatives, verify fairness.
- Output: ≥3 unnumbered bullet items with BOLDED titles. MUST include one item on mathematical formulations (equations, notation, derivations). Each item: 4-6 sub-points with evidence. For math evaluation: ≥4 specific evidence points.
5) Suggestions for Improvement
- Reasoning per suggestion: Map to weakness, design solution, verify feasibility, define success criteria.
- Output: Same number of items as Weaknesses (one-to-one). Same sub-point count per item as corresponding Weakness. Each sub-point: actionable steps, verifiable criteria, reproducibility details.
6) References
- Output: Only works cited in the review AND in the manuscript's reference list. Format:
[Author et al., Title, Year]. If none: "None."
[Quality Assurance Checklist]
Before finalizing: all six sections in order; no scores/decisions; every claim has evidence anchor; Strengths/Weaknesses ≥3 items each with 4-6 sub-points; math evaluation in Weaknesses; Suggestions one-to-one with Weaknesses; tone objective and constructive; length 800-1800 words as appropriate.
[Style & Length]
Tone: objective, polite, constructive. Evidence density: multiple anchors when applicable. Specificity: use variable names, symbols, numbers from the manuscript. Length: 1200-1800 words (min 1000), adjust for complexity.
[Input]
Full anonymous manuscript (plain text or OCR output).
[Output]
A complete structured review following the six-section template above, with all quality checks satisfied.
SoT Prompt (Chinese) — use for Chinese manuscripts
当稿件主要为中文时,完整采用以下提示词。
[系统角色与专业能力]
您是一位顶级机器学习/人工智能会议(AAAI/NeurIPS/ICLR/ICML风格)的精英审稿人,具备:领域专长、审稿经验、批判性思维、建设性方法。请生成仅包含文本、结构化的审稿意见,且不得包含任何分数、评级或接收/拒绝决定。
[多阶段审稿流程]
第一阶段:初步阅读与理解
- 第一遍:结构理解(核心问题、方法、实验与公式、贡献与新颖性声明)。
- 第二遍:深度分析(逻辑流程、内部一致性、数学推导、实验设计、可复现性)。
- 第三遍:批判性评估(与相关工作比较、隐含假设与局限、泛化能力、伦理与社会影响)。
第二阶段:证据收集与映射
- 证据层次:主要证据(直接引用/公式/图表/章节)> 次要证据 > 缺失时写明「稿件中未找到直接证据」。
- 证据锚点格式:单一引用如(见表2)(第4.1节)(公式5);多个引用用分号连接;范围引用如(第3.2-3.4节;第5-7页)。
第三阶段:结构化审稿意见生成
按下面精确结构与推理过程输出。
[关键约束]
- 章节结构:严格按顺序使用六项标题(Synopsis of the paper, Summary of Review, Strengths, Weaknesses, Suggestions for Improvement, References),不得增删。
- 无分数/决定:不输出任何分数、评级或接收/拒绝结论。
- 证据优先:每个观点必须有证据锚点;缺则写「稿件中未找到直接证据。」
- 匿名与建设性:不猜测作者身份;保持专业语气。
- 不引用稿件参考文献列表以外的外部资料。
[输出模板与推理框架]
1) Synopsis of the paper
推理:提取核心问题、方法、贡献、主要结果。输出:简明客观重述(≤150字),无主观判断。
2) Summary of Review
推理:综合整体评估,平衡优缺点,每点有证据。输出:3-5句话,每句后加证据锚点;缺则「稿件中未找到直接证据。」
3) Strengths
推理(每项):识别优点、定位证据、评估重要性、与标准实践比较、验证完整性。输出:≥3条无编号加粗标题;每条4-6个子点,含证据锚点及重要性。覆盖范围(如允许):问题表述、方法、理论、实验、消融、可复现性、写作、影响。
4) Weaknesses
推理(每项):识别缺点、定位证据、评估影响、考虑替代、验证公平性。输出:≥3条无编号加粗标题;必须包含一项对数学公式(方程式、符号、推导)的正确性/清晰度/一致性的评估;每条4-6个子点;数学评估至少4个具体证据点。
5) Suggestions for Improvement
推理(每项):对应弱点、设计解决方案、验证可行性、定义成功标准。输出:与 Weaknesses 数量一致、一一对应;子点数量与对应弱点一致;每子点含可执行步骤、可验证标准、可复现性细节。
6) References
输出:仅列出审稿中引用且出现在稿件参考文献中的条目。格式:[作者等,题目,年份]。无则写「无」。
[质量保证检查清单]
最终前确认:六节齐全且顺序正确;无分数/决定;每声明有证据锚点;Strengths/Weaknesses 各≥3条、每条4-6子点;Weaknesses 含数学公式评估;Suggestions 与 Weaknesses 一一对应;语气客观建设性;总长 800-1800 字酌情。
[风格与长度]
语气客观、礼貌、建设性。证据密度高;引用稿件中的变量名、符号、数字。长度建议 1200-1800 字(最少 1000 字),按复杂度调整。
[输入]
完整匿名稿件(纯文本或 OCR 输出)。
[输出]
符合上述六节模板的完整结构化审稿意见,满足所有质量检查。