Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIMuseMuseOpenClawOpenClaw+21 more

    DOCX Redline & Tracked Changes Workbench

    1

    Create, inspect, and redline .docx files with real tracked changes, comments, and formatting fidelity — auditable Word reviews that never corrupt the source.

    Free

    1 installSecurity scanned
    DOCX Redline & Tracked Changes Workbench

    DOCX Redline & Tracked Changes Workbench

    Example session with this skill installed

    Review vendor_msa_draft_v3.docx for our counsel and redline it: change the cure period in Section 4.2 from 30 days to 60 days, add a liability cap of 12 months of fees in Article 9, and flag the indemnity language in 7.3 with a comment. Leave every edit as a tracked change authored 'Edric Review' with proper w:del and w:ins markup — never silently replace the source text. After packing, verify with pandoc --track-changes=all that each edit appears, numbering and tables still render, and no duplicate revision IDs exist. Give me the reviewed docx plus a change summary.

    • Read your context and instructions
    • Compiled the docx redline

    Summary

    Redlined vendor_msa_draft_v3.docx to vendor_msa_draft_v3_reviewed.docx: 6 tracked insertions, 4 deletions, 1 comment, all authored "Edric Review" with unique w:id values. The original file is untouched and every change is auditable in Word's review pane.

    LocationOriginalTracked changeVerification
    §4.2 cure period30 days60 days (w:del + w:ins)pandoc --track-changes=all: present
    Art. 9 liabilityno cap textCap = 12 months of feesnew runs, rPr cloned
    §7.3 indemnityas-iscomment: scope unclearcomments.xml rel linked
    §1 definitions"Vendor""Contractor" (2 runs patched)split runs re-joined correctly

    Final checks: w:id 501–512 unique, headings/numbering intact, tables not collapsed, sectPr unchanged, PDF conversion clean with correct comment pane.

    Next steps

    • Open in Word and confirm the 11 revisions render in the review pane
    • Route §7.3 comment to counsel for accept/reject
    • On sign-off, publish as MSA-v4 and archive the working copy
    Redlined vendor_msa_draft_v3.docx

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Standard LLMs often struggle with Word documents, either stripping critical formatting or corrupting the underlying OOXML structure. Developers need a way to programmatically edit .docx files while preserving tracked changes, comments, and complex styles like legal numbering.

    What it does

    • Extracts plain text, headings, and tables while preserving or accepting tracked changes using Pandoc.
    • Manages Word document revision history by inserting valid w:ins and w:del OOXML tags.
    • Handles complex document parts including comments, relationships, and style definitions without corrupting the ZIP package.
    • Automates visual quality assurance by converting documents to PDF and images for layout verification.

    Frameworks & tools

    Pandoc, LibreOffice, Node.js docx library, Python lxml, and Poppler-utils.

    Why this beats prompting it yourself

    Simple prompting usually results in plain text output that loses all Word-specific metadata. This skill provides the exact XML structures and workflow patterns needed to manipulate OOXML directly, ensuring that "Tracked Changes" actually show up in the final Microsoft Word file.

    Use cases

    • Automating legal redlines and contract reviews with auditable tracked changes.
    • Generating branded corporate memos and reports using Node.js or Python.
    • Programmatically inserting comments and annotations into existing academic or government documents.
    • Batch verifying document layout and formatting via automated visual snapshots.

    Known limitations

    Requires environment-level tools like Pandoc or LibreOffice for full extraction and PDF verification. Direct XML search is brittle if Word splits text across multiple runs.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    1 install

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 9 days ago

    • Free to download with an account

    Listed9 days ago

    What's inside

    Frequently Asked Questions