revise

Featured

Parse peer reviewer comments and generate a structured Response to Reviewers document with tracked manuscript changes. Classifies comments as MAJOR/MINOR/REBUTTAL, coordinates new analyses with /analyze-stats and /make-figures, and produces cover letter for editor.

Data & Documents 220 stars 55 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
78
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Revision Skill -- Response to Peer Reviewers ## Purpose Parse reviewer decision letters, classify each comment by type, generate a formal Response to Reviewers document, track required manuscript changes, and coordinate with /analyze-stats or /make-figures when new analyses or visuals are needed. --- ## Activation When the user provides reviewer comments (pasted text, PDF, or file path), or requests revision of a manuscript, this skill activates. Before proceeding, confirm: 1. The reviewer decision letter (pasted text or file path) 2. The current manuscript file (`paper/main.tex` or `paper/main.qmd`) 3. The revision round number (default: R1) 4. The journal name (affects cover letter format) --- ## Reference Files - **Response-letter voice gallery**: `${CLAUDE_SKILL_DIR}/references/r2r_voice.md` -- before/after examples, three response skeletons (accept / partial-accept / polite-rebuttal), and a meta-phrase-to-natural conversion table. Read it before drafting the Response to Reviewers document. --- ## Step 1: Parse and Number All Comments Read the full decision letter. Extract every discrete comment from every reviewer and the editor. ### Numbering Convention ``` E-1, E-2, ... <- Editor comments R1-1, R1-2, ... <- Reviewer 1 comments R2-1, R2-2, ... <- Reviewer 2 comments R3-1, R3-2, ... <- Reviewer 3 (if present) ``` If a reviewer groups multiple requests in one paragraph, split them into sub-items: `R1-3a, R1-3b, R1-3c` ### Classification...

Details

Author
Aperivue
Repository
Aperivue/medsci-skills
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

aer-rebuttal

Use when responding to a Revise & Resubmit decision from AER, AER:Insights, or an AEJ, and a point-by-point response letter plus aligned manuscript revisions are needed. Handles triage, the concede / clarify / push-back decision, and the response-letter format that editors actually read.

34 Updated 1 weeks ago
brycewang-stanford
AI & Automation Listed

referee-response

Draft an R&R response letter to a journal decision, sectioned by role (Senior Editor, Associate Editor, Reviewer 1, Reviewer 2), where every claimed change is located and read in the actual manuscript before a location pin is written, and anything unverifiable becomes a TODO instead of a claim. TRIGGER on "respond to the referees", "draft the R&R response", "write the R2R", "address the reviewer comments", "respond to the AE", "continue the R2R", or when the user pastes reviewer comments, forwards a decision email, or points at a decision-letter PDF. Also owns checking a finished response letter before resubmission ("check the R2R letter before we resubmit"). Writes <project>/R2R_R<n>.tex and never edits the manuscript.

5 Updated today
ericluo04
Data & Documents Solid

respond-to-referees

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.

0 Updated today
groundnuty