docx-style-auditor

Installation
SKILL.md

When to invoke

  • You receive Word documents from multiple authors and need consistent formatting.
  • You want a checklist of style issues before publishing or exporting to PDF.

Inputs needed

  • --input: Path to a .docx file.
  • Optional: --out: Path to write a JSON report.

Workflow

  1. Read word/document.xml from the .docx zip.
  2. Identify paragraph styles (w:pStyle) and detect:
    • direct formatting overrides (e.g., explicit font size on headings)
    • inconsistent heading level jumps (e.g., Heading 1 -> Heading 3)
    • excessive empty paragraphs
  3. Produce counts and examples with paragraph text snippets.
Installs
9
First Seen
May 11, 2026
docx-style-auditor — sisodiabhumca/agent-skills