What problem does it solve?
Working with professional Word documents (.docx) is error-prone and time-consuming when you need to preserve formatting, manage tracked changes, add comments, or validate OOXML structure; this Skill provides deterministic tools and workflows so you can create, edit, and review documents reliably at scale.
Core Features & Use Cases
- Text extraction & analysis: Convert DOCX to markdown or read raw XML to access comments, metadata, complex formatting, and embedded media.
- Create new documents: Author .docx files using docx-js with best-practice styles, lists, tables, and images while avoiding common formatting pitfalls.
- Edit existing documents with tracked changes: Apply the Redlining workflow to plan edits in markdown, implement precise <w:del>/<w:ins> patterns, preserve RSIDs and run-level formatting, and batch changes for safe testing.
- Comments and review automation: Programmatically add, reply to, and manage comment threads and extensible comment metadata for collaborative review.
- Validation and packaging: Use built-in validators to ensure [Content_Types].xml, .rels, namespace declarations, and XSD compliance are correct before packing and converting back to .docx.
- Use cases: Legal redlining of contracts, academic manuscript editing with tracked changes, bulk policy updates preserving formatting, automated insertion or rejection of author changes, and visual verification by converting pages to images.
Quick Start
Unpack the document, convert it to markdown with tracked changes preserved, draft redline batches in markdown, and apply them using the Document library with the suggested RSID for tracked changes.