office-review-pass
/office-review-pass — review and revise a Word deliverable without breaking it
One job: move a .docx through a review cycle and come out the other side with Ane's formatting intact and every change verifiable in the written file.
All Office surgery lives in ane_package.officeops. This skill contributes judgement, not plumbing. If a mode needs a capability officeops lacks, add it to officeops and test it there — that is what keeps this skill thin, and it is why the module was extracted first. references/officeops-api.md carries the exact call signatures; read it before writing any code.
Mode routing
- read — a document carries comments, or needs an expert read. Read-only.
- annotate — findings should land in the document itself, as margin comments authored as Ane. Writes into her working copy, backup kept.
- track — edits must be visible and reversible by someone else. Writes a marked-up copy.
- revise — Ane has agreed the fixes and wants them applied in place. Edits her file.
- annex — the document needs a glossary and a source annex appended.
Modes chain: read produces findings, annotate writes them into the margins, track or revise applies them as edits. If the mode is ambiguous, ask in one line before working. The dividing question between track and revise is who decides: if a counterparty must be able to reject an edit, it is track; if Ane has already decided, it is revise. The dividing question between annotate and track is commentary versus change: a comment says what is wrong, a tracked edit says what it should become.