docrev

Convert Markdown to Word/PDF and import track changes back into Markdown.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/gcol33/docrev --skill docrev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docrev
Source: https://github.com/gcol33/docrev/tree/main/skill
Command: npx skills add https://github.com/gcol33/docrev --skill docrev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the document revision process by enabling seamless collaboration between Markdown users and Word users, eliminating version control chaos and manual merging of changes.

Core Features & Use Cases

  • Markdown to Word/PDF Conversion: Effortlessly build DOCX and PDF outputs from Markdown source, preserving citations, figures, and equations.
  • Round-trip Synchronization: Import track changes and comments from Word documents back into your Markdown files.
  • CLI Review Workflow: Manage comments, accept/reject changes directly from the terminal.
  • Use Case: You write a research paper in Markdown. Your collaborators, who prefer Word, provide feedback with track changes. docrev imports their changes, allowing you to address them efficiently before rebuilding the document.

Quick Start

Use the docrev skill to sync feedback from a reviewed Word document named 'reviewed.docx' into your markdown files.

Frequently Asked Questions about docrev

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

FAQPage Schema
How do I import Word track changes back into Markdown?

To import Word track changes into Markdown, use a round-trip synchronization workflow that ingests reviewer feedback and comments from DOCX files directly into your Markdown source. This eliminates manual merging of changes.

What is the best way to convert Markdown to Word for collaboration?

The best way to convert Markdown to Word for collaboration is using a build process that generates DOCX outputs while preserving citations, figures, and equations. This allows Word users to review and annotate the document natively.

Can I manage document revision feedback from the command line?

Yes, you can manage document revision feedback from the command line using a CLI review workflow. This allows you to directly accept or reject changes and manage comments within your terminal without opening Word.

Does Markdown to PDF conversion preserve equations and figures?

Markdown to PDF conversion preserves equations, figures, and citations when building the final document output. This ensures your research papers and technical documents maintain their structural integrity across formats.

How do I stop fragmented document versions when collaborating with Word users?

To stop fragmented document versions when collaborating with Word users, implement a round-trip synchronization workflow that imports annotations back into Markdown. This centralizes version control and eliminates manual feedback integration.