How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Docx Toolkit (Documents domain).

Audit Microsoft Word (.docx) documents for word count, heading hierarchy, comments, tracked changes, broken cross-references, and style consistency. Use when reviewing a contract draft, preparing a document for handoff, enforcing a style guide, or when the user mentions Word document review, docx audit, comment cleanup, or tracked-changes resolution.

Audit `.docx` files using the standard library only — no `python-docx` required. Reads OOXML directly with `zipfile` + `xml.etree`. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Pre-Handoff Document Audit
- Contract Review Triage
- Style-Guide Enforcement
- docx_auditor.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/docx-toolkit

---
Start by asking the user what they need help with.
# Add to your project
cs install documents/docx-toolkit ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/docx-toolkit your-project/
# The skill is available in your Codex workspace at:
.codex/skills/docx-toolkit/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/docx-toolkit your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/docx-toolkit/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/docx-toolkit your-project/
# Add to your .cursorrules or workspace settings:
# Reference: documents/docx-toolkit/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/docx-toolkit your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/docx-toolkit your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/documents/docx-toolkit

Run Python Tools

python documents/docx-toolkit/scripts/tool_name.py --help

Quick Start

python scripts/docx_auditor.py contract.docx
Outputs: word count, paragraph count, heading hierarchy, comment count, tracked-changes status, hyperlink count, list of unique paragraph styles used. ---

Related Skills in Documents

View on GitHub