What problem does it solve? Translating Chinese Word documents into English usually breaks formatting or requires tedious manual copy-paste. This Skill works directly on the docx XML structure, replacing only the text inside <w:t> tags so styles, layouts, and document structure remain intact. ## Core Features & Use Cases - Format-preserving translation: Unpacks the docx ZIP structure, translates text nodes in word/document.xml, and repacks without touching styles or relationships. - Terminology-driven translation: Uses a categorized Chinese-English term map (test fields, UI operations, system modules, security terms) sorted by length to avoid partial replacements. - Iterative residue cleanup: Scans for leftover Chinese characters after translation and supports repeated cleanup passes until zero residue remains. - Use Case: Translate a Chinese KMS test report docx into English for an international audit, keeping all tables, headings, and formatting identical to the original. ## Quick Start Translate the attached Chinese Word document 'report.docx' into English while keeping its original formatting, then verify no Chinese text remains.