Triage manuscript reviews, journal decision letters, pasted reviewer comments, and AI-generated critiques into the repository's unified review workflow. Use when Codex needs to split review text into discrete comments, classify each point as VALID - ACTION NEEDED / ALREADY ADDRESSED / BEYOND SCOPE / INVALID, update REVISION_TRACKER.md, label the review truthfully as synthetic or actual, generate a prioritized revision plan, or refresh review_response and review_verify artifacts.
Use this skill for review intake and tracker maintenance in this repository, especially for manuscript_quarto/ (primary manuscript targeting PAR).
python src/pipeline.py review_status --manuscript <key> before editing.quarto for the primary SEM manuscript (targeting PAR), velocity for the archived null-results draft, and kaifa for the archived source SEM draft.REVISION_TRACKER.md.## Major Comments.## Minor CommentsVALID - ACTION NEEDED: real defect or omission that needs revision.ALREADY ADDRESSED: only when the manuscript already resolves the issue and you can point to the exact section.BEYOND SCOPE: valid point deferred for explicit reasons.INVALID: reviewer misunderstanding or claim contradicted by the manuscript or code.Validity Assessment to separate the status from the strength of the critique. PARTIALLY VALID is appropriate when the manuscript gestures at the issue but does not resolve it.references/tracker-format.md.source_type semantically correct.
synthetic for AI-generated, prompted, or manually generated internal reviews.actual for real external or journal reviews.doc/reviews/<manuscript>/REVISION_PLAN.md.python src/pipeline.py review_response --manuscript <key> after meaningful tracker updates.python src/pipeline.py review_verify --manuscript <key> to update checklist progress.ALREADY ADDRESSED without a file or section citation.manuscript_quarto/ manuscript.review_response and review_verify.references/tracker-format.md before editing a tracker by hand.