Agent skill · Code Review & Quality

docx-tracked-changes

Produce properly-formatted tracked changes for a Word document. Use when asked to redline a document, suggest edits to a contract or document, create tracked changes for review, or mark up a document with proposed revisions. Produces a complete redline with insertions, deletions, and margin comments that can be applied to the source document. Best used with Claude Opus 4.7 or newer for reliable tracked changes handling.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill docx-tracked-changes --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/docx-tracked-changes/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Word Doc Tracked Changes Skill Produces properly-structured tracked changes for a Word document — insertions, deletions, replacements, and margin comments formatted so they can be applied directly to the source document. Built to leverage Opus 4.7 improvements in .docx redlining and tracked changes generation. ## Required Inputs Ask the user for these if not provided: - **The document** (paste the text or upload the .docx) - **Review type** (legal review / copy edit / substantive rewrite / compliance check / plain English rewrite) - **Review scope** (full document / specific sections / specific clause type) - **Reviewer role** (author / manager / legal counsel / subject matter expert) ## Output Structure ### 1. Redline Summary **Document:** [Name or identifier] **Review type:** [As stated] **Reviewer:** [Role] **Total changes:** [Insertions: N / Deletions: N / Comments: N] **Overall assessment:** [1-2 sentences — is this document close to final, or does it need substantial revision?] ### 2. Top-Level Changes Changes that affect the meaning or structure of the document: **Change N — [Section or paragraph reference]** - Original: "[Exact original text]" - Suggested: "[Proposed new

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Structure
  3. 1. Redline Summary
  4. 2. Top-Level Changes
  5. 3. Line-by-Line Tracked Changes
  6. 4. Margin Comments
  7. 5. Stylistic Edits
  8. 6. Pattern Flags
  9. 7. Review Completeness
  10. 8. How to Apply These Changes
  11. Quality Checks
  12. Anti-Patterns
  13. Example Trigger Phrases
  14. Why This Works Better on Opus 4.7
More from pm-claude-skills
All skills →
About this skill
What does the docx-tracked-changes skill do?

Produce properly-formatted tracked changes for a Word document. Use when asked to redline a document, suggest edits to a contract or document, create tracked changes for review, or mark up a document with proposed revisions. Produces a complete redline with insertions, deletions, and margin comments that can be applied to the source document. Best used with Claude Opus 4.7 or newer for reliable tracked changes handling.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill docx-tracked-changes --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going