What problem does it solve? Machine-translated English manuals (e.g., from Google Translate) contain inconsistent or incorrect terminology that deviates from OpenStack standards. This Skill automates the review and replacement of those terms in .docx manuals, producing a cleaned document without touching the original file. ## Core Features & Use Cases - Terminology Replacement: Applies a curated REPLACEMENTS dictionary to swap mistranslated phrases (e.g., "Instance Type" → "Flavor", "Dynamic IP" → "Floating IP") with OpenStack standard terms. - Safe docx Processing: Unpacks the docx, edits only text inside <w:t> XML tags, and repacks it, preserving document structure and formatting. - Replacement Report: Outputs a per-term count of all replacements made during the wash. - Use Case: You receive a Google-translated English product manual for an OpenStack-based cloud platform. Run the wash script to generate a *_washed.docx aligned with OpenStack glossary terminology, plus a report of every correction. ## Quick Start Ask the AI to wash the attached English manual docx against OpenStack standard terminology and generate the cleaned _washed.docx file with a replacement report.