Respond Reviewers
Process reviewer or co-author feedback and implement revisions. Accepts annotated PDF, pasted comments, or reviewer report. Extracts review points, classifies actions, presents change plan for approval, implements changes, recompiles LaTeX, generates latexdiff, and documents everything.
Respond to Reviewers: $ARGUMENTS
Read the review-engine skill at skills/review-engine/SKILL.md and execute the full
7-step workflow:
- EXTRACT review points from the provided input
- MAP each point to its location in
paper.tex - CLASSIFY action type and priority for each point
- PLAN and present the change plan for user approval (quality gate)
- IMPLEMENT approved changes in dependency order
- VERIFY by recompiling LaTeX and generating latexdiff
- DOCUMENT with change log, revision letter, and orchestration log entry
Input
$ARGUMENTS can be:
- File path to an annotated PDF (e.g.,
@review_r1.pdf) - Pasted reviewer comments from a journal decision letter
- "round N" to continue a numbered revision series
- Self-review output from Phase 6
Output
- Updated
paper.texwith all approved changes implemented - Recompiled
paper.pdf(0 errors) paper_diff.pdfwith visual change tracking (latexdiff)outputs/revision_log_rN.mdwith detailed change log- Optional:
outputs/revision_letter.mdfor journal R&R responses