respond-to-referees

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

快速映射每条评审意见到具体修订,适合R&R提交前自查与润色。

这个 Skill 做什么

根据审稿意见和修订稿生成结构化的reply-to-referees文档并标注对应修改。

把审稿意见和修订稿逐条对应,生成结构化的 reply-to-referees:把每条评审意见映射到具体修改位置,标注已处理/部分处理/不同意/待处理,并起草礼貌但坚定的回复。用在论文的 R&R(revise-and-resubmit)阶段准备回信和提交材料时。特别能精确对照修改位置并提示未覆盖项,方便最后核对并提交。

▸ 展开 SKILL.md 英文原文

Generate a structured response-to-referees document from a referee report and the revised manuscript. Maps each referee comment to the specific revision, classifies coverage (addressed / partially / deferred / disagreement), and drafts polite but firm responses. Use during the R&R (revise-and-resubmit) stage of paper revision.

研究检索论文回复学术写作投稿流程通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/respond-to-referees/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/respond-to-referees/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Respond to Referees

Produce a complete response-to-referees document by cross-referencing the referee report against the revised manuscript. Classify every concern, draft a courteous response for each, and flag anything unaddressed before submission.

## Inputs

- `$0` — path to the referee report
- `$1` — path to the revised manuscript

Supported formats and how to read them. In the commands below, `FILE` stands for the input path being converted — either `$0` (referee report) or `$1` (revised manuscript). Always use `mktemp` for the temp file (not a predictable `/tmp/...` name) so paths with spaces and concurrent runs don't collide, and so untrusted `FILE` paths can't clobber other temp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有