What problem does it solve? Creating or editing Word documents programmatically often produces layout defects like clipped text, broken tables, and awkward page breaks that text-level inspection cannot catch. This Skill enforces a render-and-inspect workflow so every DOCX is visually verified before delivery. ## Core Features & Use Cases - Document Creation & Editing: Author DOCX files with python-docx or apply targeted OOXML patches for tracked changes, comments, hyperlinks, and fields. - Visual QA Pipeline: Render any DOCX to per-page PNG images with render_docx.py and iterate until the layout is clean. - Review & Publishing Utilities: Accept tracked changes, strip or add comments, redact sensitive text, scrub metadata, run accessibility audits, and merge documents. - Use Case: Generate a polished multi-page report with styled tables and captions, render it to page images, fix spacing issues, then deliver the final DOCX with tracked changes accepted and comments removed. ## Quick Start Use the documents skill to create a professional report as a DOCX file, render it to page images for review, and deliver the final document.