What problem does it solve?
This Skill provides a programmable toolkit to create, edit, track changes, and annotate Word documents (.docx), enabling consistent document workflows and reducing manual editing overhead.
Core Features & Use Cases
- Document creation, editing, and tracked changes: programmatically generate Word documents, apply edits, wrap text changes in w:ins and w:del, and preserve formatting.
- Commenting and collaboration: attach comments to tracked changes and paragraphs, manage comments.xml and related metadata.
- Format preservation and validation: ensure OOXML integrity with RSID generation, content types, and validation tooling for Word documents.
- Use case: A consultant needs to draft a 20-page report with multiple revisions and reviewer comments, producing a ready-to-submit Word document.
Quick Start
Start by loading an existing Word document unpacked to the skill workspace, insert a new paragraph wrapped in a tracked change, and then save and validate.