Paper Revision — Development skill for Claude Code
Claude Code skill for handling journal Revise and Resubmit (R&R) decisions.
How to install Paper Revision
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open franklee16/paper-revision and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Paper Revision does
Claude Code skill for handling journal Revise and Resubmit (R&R) decisions.
Alternatives in Development
- PaperSpine — PaperSpine is a motivation-driven skill for learning from strong academic papers, building a paper’s central a 5k ★
- Ars Revision Coach — ARS academic-paper revision-coach mode — Revision Roadmap + Response Letter Skeleton 4.5k ★
- Arsave — AgentRecall full save — journal + palace + awareness + insights in one shot 370 ★
README
paper-revision
A Claude Code skill for systematically handling journal Revise and Resubmit (R&R) decisions — from extracting referee comments to drafting the response letter.
Based on [Tanya Golash-Boza's proven R&R method](https://tanyagolashboza.com/the-professor-is-in-how-to-write-a-peer-journal-article-revision/).
Quick Start
# 1. Parse referee reports into a structured tracker
python scripts/parse_referee_report.py referee1.pdf --output comments1.csv
python scripts/parse_referee_report.py referee2.txt --output comments2.csv
# 2. Classify comments and plan responses in the tracker
# 3. Generate a LaTeX response letter from the completed tracker
python scripts/generate_response_letter.py revision_tracker.csv \
--output response_letter.tex \
--title "Your Paper Title" \
--author "Your Name"
The 10-Step Workflow
| Step | Action | Output |
|---|---|---|
| 1 | Read the editor's letter — confirm R&R decision | Decision type |
| 2 | Create revision tracker | revision_tracker.csv |
| 3 | Extract all comments from each review | Raw comment list |
| 4 | Organize comments by section | Grouped tracker |
| 5 | Classify each comment (4 categories) | Classification column filled |
| 6 | Plan your response for each comment | Response Action column filled |
| 7 | Execute revisions (MINOR → CLARIFICATION → NEW ANALYSIS) | Revised manuscript |
| 8 | Write the response letter | response_letter.tex |
| 9 | Double-check completeness | Verification checklist |
| 10 | Final read and resubmit | Submission package |
Comment Classification
Every referee comment falls into one of four categories, each with its own workflow:
| Classification | Meaning | Routing |
|---|---|---|
| NEW ANALYSIS | New estimation, robustness tests, data work | Coder → coder-critic → writer |
| CLARIFICATION | Text revision sufficient — no new code | Writer → writer-critic |
| DISAGREE | Pushback needed — misguided or inf |
Related Skills
Iterate Revision
Revise one manuscript section against the reviewer team until DONE/BLOCKED/HALT. Writer ↔ reviewer loop driven
Draftsmith Revise
Run the Draftsmith revision pass over prose - a file, a path, or pasted text.
Constitutional Revision
Skill: Constitutional revision — critique-revise-verify loop per Anthropic CAI
Revise Paper
英文醫學 original paper 改稿助手,以繁體中文提供建議,可輸出報告或紅字修訂新檔
Ars Revision
ARS academic-paper revision mode — revised draft + R&R responses
Paper Plan
Build a multi-step plan for a paper writing or revision goal, using writing-plans skill. Returns a numbered pl
Related Agents
Revision Reviewer
교정 검증 전문가. 교정된 에피소드의 품질을 최종 확인하고, 되돌리기/과교정/신규오류를 검출. TIMELINE/NUMBER 잔존 시 무조건 REVISE.
Sd Researcher
ScienceDirect research assistant. Coordinates paper search, detail extraction, journal browsing, PDF download,
Ieee Researcher
IEEE Xplore research assistant. Coordinates paper search, detail extraction, journal browsing, PDF download, c