name: word-docx-formatting-repair-helper description: Diagnose and repair Microsoft Word DOCX formatting problems, including styles, numbering, section breaks, headers and footers, comments, tracked changes, and OOXML compatibility. Use when Codex is asked to fix or automate Word document formatting, inspect .docx internals, preserve legal or business document layout, or create a repeatable Word cleanup workflow.
Use this skill when a Word document looks wrong, a DOCX automation task breaks formatting, or the user needs a reliable plan for repairing Word files without hand-editing every page.
word/document.xml, word/styles.xml, word/numbering.xml, word/settings.xml, relationships, headers, and footers.python-docx only for operations it safely supports.numbering.xml, confirm abstractNum and numId mappings, then relink affected paragraphs instead of replacing visible text.styles.xml against the template, repair style definitions, then remove unnecessary direct formatting from affected paragraphs.w:sectPr placement, page orientation, margins, and header/footer references before moving content.w:ins, w:del, or comment relationships unless the user asks for a clean final copy.7w4.net小葱技能站收录全网优质技能,值得收藏。
Provide the user with:
Read references/requirement-plan.md only when evidence from the demand-agent run is needed.
这个Skill质量中上,文档完整清晰、有中英文版本、许可证友好,对Word文档修复场景覆盖较全面。主要优点是工作流程明确、风险提示到位;不足是缺少实际使用示例,部分触发语句读起来不太自然。对于需要修复DOCX格式问题的用户来说,这是一个可用的工具,但建议先了解其能力边界后再使用。