What problem does it solve? Producing polished Word documents programmatically is error-prone: fragmented runs break text replacement, tracked changes are hard to audit, and layout issues only appear after rendering. This Skill provides a structured workflow for authoring, editing, and redlining .docx files with render-based review and automated validation. ## Core Features & Use Cases - Native document authoring: Create Word files paragraph by paragraph with explicit control over fonts, spacing, tables, images, headers, footers, and page numbers, then render and visually inspect every page. - Existing document editing: Open, snapshot, normalize runs, and batch-edit paragraphs, tables, templates, and content controls, with attach mode for co-editing files already open in Word. - Redlining with tracked changes: Enable tracked changes, apply reviewer-labeled edits, and finalize with an audit that detects untracked edits and foreign authors before delivery. - Use Case: A legal team needs a contract reviewed with tracked changes. Open the .docx, enable track_changes with a reviewer label, apply replace_text edits, then finalize with the redlining audit to prove every change is tracked and attributed. ## Quick Start Use the docx skill to create a two-page project status report in Word format with a title, summary, and a metrics table, then render it for review.