yuch85yuch85Community·1 Agent Skills Included

superdoc-redlines

Tracked changes and comments for DOCX contract review

Applies tracked changes and comments to Word documents using stable block IDs instead of fragile text matching. Handles large contracts with automatic chunking and merges edits from parallel review passes with conflict resolution. Eliminates manual redlining in Word and produces reviewable revisions that open directly in Microsoft Word.
npx skills add yuch85/superdoc-redlines --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install superdoc-redlines?

Run `npx skills add yuch85/superdoc-redlines --all -g -y` in your terminal to install all skills in this repository globally.

How to add tracked changes to a DOCX file?

Extract the document structure to get block IDs, create an edits file referencing those IDs, then run the apply command to produce a redlined DOCX with revisions visible in Word.

Can it review large contracts automatically?

Yes. It chunks documents over 100K tokens and supports a multi-agent workflow that splits review across sections and merges the edits with conflict resolution.

Does superdoc-redlines work with Claude Code?

Yes. It follows the universal SKILL.md standard and includes a dedicated contract review skill that runs directly in Claude Code, Cursor, and similar environments.

Why use block IDs instead of text search?

Block IDs are stable and position-independent, so edits apply deterministically without breaking when text is repeated or slightly reworded elsewhere in the document.

Related Repositories in Legal & Compliance

View All in Legal & Compliance