Agent Skills
› brycewang-stanford/Awesome-Journal-Skills
› anmath-revision
anmath-revision
GitHub用于处理Annals of Mathematics审稿意见,先修复论文漏洞再撰写逐点回复。强调数学修正优先,诚实面对定理弱化或无法修复的情况,提供latexdiff标记版本,保持尊重严谨的沟通态度。
Trigger Scenarios
收到期刊审稿报告需要修改
发现论证漏洞或引用缺失
需要撰写逐点回复信
需展示具体修改内容
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill anmath-revision -g -y
SKILL.md
Frontmatter
{
"name": "anmath-revision",
"description": "Use when responding to an Annals of Mathematics referee report — revising the manuscript to close gaps or strengthen results and writing a point-by-point reply. Drafts the revision and response after the text is fixed; does not invent significance the result lacks (see anmath-scope-fit)."
}
Revision and Response (anmath-revision)
When to trigger
- A referee report has arrived (revision requested, or queries to address)
- A referee found a gap, a questionable step, or a missing citation
- You need to revise the manuscript and write a point-by-point reply
- A correction is needed and you must show exactly what changed
Math reviews are slow and thorough. A report may identify a genuine gap; the right response is to fix the mathematics first, then explain — never to argue a gap away.
Order of operations
- Fix the text first. Resolve every gap, error, or imprecision in the manuscript before drafting a single line of reply. The reply describes changes that already exist.
- Triage the report. Classify each point: (a) genuine gap/error — must fix; (b) request for clarification — add exposition; (c) disagreement — respond with a precise mathematical argument, respectfully.
- Verify the fix does not break anything. A repaired step must be re-checked against the whole argument (re-run the self-adversarial pass from anmath-referee-strategy).
- Then write the reply, point by point, pointing to exact locations in the revision.
Point-by-point reply structure
| Element | Content |
|---|---|
| Opening | Brief thanks; summary of the main changes |
| Each point | Quote the referee remark, then state the change and where it appears (section/line/Lemma) |
| Gaps/errors | Acknowledge plainly, give the corrected argument, point to the new text |
| Disagreements | A precise, courteous mathematical rebuttal; concede where the referee is right |
| Marked-up version | Provide a latexdiff PDF so changes are easy to verify |
Handling a real gap
- If the gap is fixable, fix it fully and show the new argument; do not paper over it.
- If the fix weakens the theorem (e.g. an extra hypothesis is needed), state the new, correct theorem honestly and explain the change — a correct weaker result beats a wrong strong one.
- If the gap is not fixable, the honest course may be withdrawal or a substantially scaled-back result; consult anmath-scope-fit on whether the salvaged result still fits.
- Never respond to a gap with "it is easy to see" — that is what created the problem.
Tone and conduct
- Respectful and precise. Referees give a great deal of unpaid time on long reviews.
- Concede points the referee gets right; defend points you are sure of with mathematics, not assertion.
- Address every point; silence on a remark reads as evasion.
Checklist
- Every referee point is classified (gap / clarification / disagreement)
- All genuine gaps and errors are fixed in the manuscript first
- Each fix re-checked against the whole argument (no new gap introduced)
- Reply addresses every point, pointing to exact locations in the revision
- Any weakened/corrected theorem is stated honestly with the change explained
- A
latexdiffmarked-up version is included - Tone is respectful; defenses are mathematical, not rhetorical
- If unfixable, scope/withdrawal reconsidered via anmath-scope-fit
Anti-patterns
- Writing the reply before actually fixing the mathematics
- Arguing a genuine gap away instead of repairing it
- Patching a gap with "it is easy to see" — the original sin, repeated
- Silently ignoring a referee remark you find inconvenient
- Claiming the original (now-known-wrong) theorem still holds without a valid proof
- Defensive or dismissive tone toward a careful, time-intensive review
Output format
【Report points】N total → gaps: a; clarifications: b; disagreements: c
【Gaps fixed】point i: corrected by ..., now in §...
【Theorem changed?】no / now reads ... (honest restatement)
【Re-check after fix】no new gap / FIX
【Reply drafted】point-by-point, with locations
【latexdiff attached】yes
【If unfixable】reconsider via anmath-scope-fit
【Next step】resubmit revision + response
Version History
- 1839142 Current 2026-07-05 12:23


