edu-docx-review

Review Word (.docx) manuscripts for publisher compliance and generate a Markdown audit report.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill edu-docx-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edu-docx-review
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/edu-docx-review
Command: npx skills add https://github.com/glfruit/gorin-skills --skill edu-docx-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates publisher-compliant review of Word manuscripts to identify structure, formatting, and content issues, enabling fast, consistent quality checks before submission. The tool outputs a Markdown audit report and does not modify source documents.

Core Features & Use Cases

  • Unpack and analyze Word (.docx) files for structural integrity, image and table fidelity, formula handling, and language consistency.
  • Compare against publisher requirements and generate a structured Markdown report including pass/fail, severity, and remediation notes.
  • Use cases include pre-submission quality checks for textbooks and instructional materials, and automated reproducible reviews across multiple manuscripts.

Quick Start

Run the reviewer on a sample Word document to generate a publish-ready Markdown audit report.

Frequently Asked Questions about edu-docx-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a publisher-compliant review of a Word manuscript?

Yes, you can check Word manuscripts for formatting issues before submission by running an automated review that detects structural integrity, image and table fidelity, formula handling, and language consistency, outputting a detailed Markdown audit report.

What is the best way to audit a docx file for educational publication without altering the source?

The best way to audit a docx file without altering the source is to use an automated reviewer that unpacks the document, parses relationships, detects placeholders, and outputs a standalone Markdown report with actionable remediation notes.

Does the Word manuscript audit report include severity levels and remediation steps?

Yes, the Word manuscript audit report includes severity levels and remediation steps. The generated Markdown file provides a structured pass/fail verdict detailing specific formatting and content issues alongside guidance for fixing them.

Can I use this tool to check multiple educational textbooks for consistent formatting?

You can use this tool to check multiple educational textbooks for consistent formatting. It enables automated, reproducible reviews across multiple manuscripts by applying the same publisher requirements to each docx file.

Do I need to install lxml to run the docx manuscript review?

Yes, you need to install lxml to run the docx manuscript review. This dependency is required to unpack the Word document and parse the underlying XML relationships needed for structural and formatting analysis.