一键导入
nature-response
Generate a point-by-point reviewer response letter in Nature house style (complements `rebuttal-writer` which targets conference rebuttals).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a point-by-point reviewer response letter in Nature house style (complements `rebuttal-writer` which targets conference rebuttals).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
SDP 双模型 6 审稿人 + 交叉审核系统。含拒稿信预演。当用户说"审稿"、"review"、"帮我看看这篇论文写得怎么样"时触发。
Nexus 统一入口。意图识别 + 模式路由 + 首次引导 + Autopilot 模式。当用户提出任何学术研究相关请求时触发(调研、找论文、构思 idea、写论文、审稿、做实验等)。
基于 Evidence Graph + Knowledge Graph 进行学术 idea 构思与评估。双阶段流程:Phase 1 用 ToT 思维树系统性探索,Phase 2 用 SDP 跨模型红队攻击。当用户说"帮我想 idea"、"brainstorm"、"研究方向"、"有什么可以做的"时触发。
Review code changes for correctness, regressions, edge cases, style issues, and unnecessary churn. Use when checking diffs, reviewing pull-request-like changes, or doing independent quality review. Triggers on "review this", "check my changes", "code review", "代码审查".
Perform safe, reviewable refactors. Use when restructuring code, moving responsibilities, renaming across modules, or reducing duplication without intended behavior changes. Triggers on "refactor X", "rename Y across the project", "extract helper", "重构".
typed knowledge-graph 抽象层 (Wave B.3)。把分散在 evidence_graph / corpus_ledger / story_skeleton 的结构升级成 paper / idea / claim / experiment / mechanism / baseline 节点 + supports / contradicts / derives_from / cites / replicates / falsifies 边。通过 4 个 MCP tool 维护 artifacts/research_wiki.json,并用 export_to_evidence_graph 投影回 evidence_graph schema。
| name | nature-response |
| description | Generate a point-by-point reviewer response letter in Nature house style (complements `rebuttal-writer` which targets conference rebuttals). |
Use this skill only when the target venue is Nature or a Nature
sub-journal (Nature Methods, Nature Cities, Nature Machine Intelligence,
...). For NeurIPS / ICLR / ACL / CVPR-style conference rebuttals, use
rebuttal-writer instead — the formatting conventions are incompatible.
| File | Required | Notes |
|---|---|---|
artifacts/reviewer_feedback.json | yes | Same schema as Wave A.1. May use the minimal weaknesses: [str] shape or the enriched comments: [...] shape (see generator docstring). |
artifacts/draft_revised.tex | yes | The post-revision manuscript. The generator does not parse it but its presence proves the author has actually revised before drafting the response. |
artifacts/nature_response.md — a Markdown letter, one block per
reviewer comment, grouped by reviewer.
We have ..., We now ..., We thank ..., We agree ...,
We respectfully .... Nature copy editors flag passive or
non-actionable openings ("It is now the case that ...").Manuscript change: [page X, line Y, paragraph Z]
(all three integers). Editors do not diff — the footer lets them
jump straight to the change.disagreed and justify the disagreement.Addressed by experiment — new data / new analysis added.Addressed by clarification — wording / framing change only.Disagreed (with justification) — explicit refusal, justified
inline.from nature_response_generator import generate
result = generate("/path/to/project")
# result["validation"]["ok"] is False if any house-style rule fires.
# result["validation"]["violations"] lists every failure with comment id.
rebuttal-writer (Wave A.1)| Dimension | rebuttal-writer (conference) | nature-response (Nature) |
|---|---|---|
| Length cap | Per-reviewer page budget (venue-specific) | Per-response 300 words, total 8 A4 pages |
| Opening | Free — Thank the reviewer ..., R1 raises ... etc. | Fixed prefix whitelist |
| Manuscript locator | Section/figure references inline | Mandatory [page X, line Y, paragraph Z] footer |
| "Future work" | Permitted as polite hedge | Forbidden (weasel) |
| Disposition | Free-form category (legitimate, looks-legit-but-wrong, ...) | Fixed 3-label vocabulary |
reviewer_feedback.json.Manuscript change: [...] footer missing or malformed.See templates/response_block.md for the
canonical block shape an LLM (or human) should produce when populating
the enriched comments[*].response field of reviewer_feedback.json.