paper-self-revise
Installation
SKILL.md
Paper Self-Revise
Overview
This skill revises an academic paper (main.tex) based on internal review comments. The user provides a project folder containing the manuscript and review materials. The skill extracts review comments, then processes them one by one: displaying the comment, showing the original text, proposing a revision, and asking for user approval before applying the change.
Input: A project folder containing:
main.tex— the main manuscript (the file to be modified)- Subfolders with figures/tables (referenced by the manuscript)
- Review materials (one or more of the following):
- A review report file (e.g.,
review.txt,review.md,review.pdf,report.txt,report.md,report.pdf) - An annotated manuscript (e.g.,
annotated.tex,annotated.pdf) where annotations/comments serve as review comments
- A review report file (e.g.,
Output: The revised main.tex with all approved changes applied in place.