Skip to main content

ReviewDistill

Distill the comments you write in a LaTeX paper into a reusable agent skill to save your proofreading time.

ReviewDistill workbench with a label taxonomy and comments from a paper

1

Comment in the paper

The results demonstrate
that the method is
effective.
\myremark{Demonstrate is
too strong here.}

2

Extract the comments

reviewdistill extract

After reviewdistill init in the paper folder. That finds the macros in the .tex file and stores each remark with the sentence it sits in. It does not change the paper.

3

Label in the UI

Open the workbench with reviewdistill ui. Assign a leaf (a label with no children). You can also let an LLM suggest labels if you add an API key in Settings.

4

Export a skill

Click Export in the workbench, or run reviewdistill export. Put SKILL.md where your coding agent reads skills so it can reuse those checks on the next paper.