docx

Create and edit Word DOCX files with tracked changes and comments.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/zeustriton/radarDigital_QA --skill docx-zeustriton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/zeustriton/radarDigital_QA/tree/main/skills/docx
Command: npx skills add https://github.com/zeustriton/radarDigital_QA --skill docx-zeustriton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, ooxml, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Word DOCX workflows by enabling programmatic creation, editing, redlining, and formatting preservation, reducing manual drafting and review overhead.

Core Features & Use Cases

  • Document creation: Generate new .docx files with consistent styles and structure.
  • Editing & use of tracked changes: Apply tracked changes, insertions, deletions, and comments while maintaining formatting history.
  • Text extraction & analysis: Read and analyze content, track changes, and summarize review history for audits.
  • Use Case: A legal draft goes through multiple reviewers; use this Skill to auto-apply changes and comments, then produce a clean final version.

Quick Start

Use the docx skill to create a sample document and perform a basic edit with tracked changes.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Word document generation with tracked changes and comments?

You can automate Word document generation by using scripts to programmatically create .docx files, apply tracked changes, insert comments, and manipulate WordprocessingML while preserving formatting history.

Can I programmatically redline a DOCX file and then produce a clean final version?

Yes, you can programmatically redline a DOCX file by applying insertions, deletions, and comments, then extract the content to produce a clean final version for legal or corporate workflows.

How does manipulating WordprocessingML help preserve formatting during DOCX editing?

Manipulating WordprocessingML directly helps preserve formatting during DOCX editing by using an OOXML packer and validators to maintain document structure and verify integrity across modifications.

What is the best way to extract text and summarize the review history of a Word document?

The best way to extract text and summarize review history is to read the DOCX content programmatically, analyze the tracked changes, and audit the formatting history for a comprehensive summary.

Does this approach to DOCX automation work for legal drafts going through multiple reviewers?

Yes, this DOCX automation approach works for legal drafts with multiple reviewers by automatically applying changes and comments, then generating a final version to reduce manual review overhead.

Do I need to understand OOXML to automate document creation and redlining workflows?

You do not need deep OOXML knowledge to automate document creation and redlining workflows, as the skill relies on internal scripts to manipulate WordprocessingML and handle the underlying structure.