comment-reviewer

Convert .docx reviewer feedback into a prioritized Markdown revision guide.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/fangdav/pocket-space-plugins --skill comment-reviewer
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: comment-reviewer
Source: https://github.com/fangdav/pocket-space-plugins/tree/main/plugins/pocket-space/skills/comment-reviewer
Command: npx skills add https://github.com/fangdav/pocket-space-plugins --skill comment-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires python, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms complex feedback into a clear, prioritized revision guide, helping you focus on essential edits without getting lost in detail.

Core Features & Use Cases

  • Feedback Analysis: Extracts and categorizes feedback from .docx files.
  • Actionable Guidance: Produces a structured .md file with prioritized recommendations.
  • Use Case: After a document review, quickly understand and address the feedback without the need for extensive manual summarization.

Quick Start

To generate a revision guide for your document, run 'comment-reviewer'.

Frequently Asked Questions about comment-reviewer

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

FAQPage Schema
How do I convert reviewer feedback in a .docx file into an actionable revision guide?โ–ผ

To convert reviewer feedback into a revision guide, use a tool that extracts comments, margin notes, and tracked changes from .docx files and formats them into a prioritized markdown list. This categorizes feedback for focused document improvement.

What is the best way to extract tracked changes and margin notes from a Word document?โ–ผ

The best way to extract tracked changes and margin notes from a Word document is by processing the .docx file structure programmatically. This analyzes the document's internal XML to isolate inline suggestions and reviewer comments for structured summarization.

Do I need Python and markdown libraries to analyze .docx feedback?โ–ผ

Yes, you need Python and markdown processing libraries to analyze .docx feedback. These dependencies are required to parse the document's internal content structure and format the extracted revision recommendations into a readable output.

Can I prioritize document revision comments without extensive manual summarization?โ–ผ

Yes, you can prioritize document revision comments without manual summarization by automating feedback analysis. The system categorizes extracted .docx comments and produces a structured markdown file with prioritized recommendations for immediate action.

What is the output format for a generated document revision guide?โ–ผ

The output format for a generated document revision guide is a structured .md file. This markdown document contains categorized and prioritized recommendations extracted from the original .docx reviewer comments, ensuring actionable guidance.

Does comment-reviewer work with inline suggestions and margin notes?โ–ผ

Yes, comment-reviewer works with inline suggestions and margin notes. It specifically targets these elements within .docx files, converting complex reviewer feedback into a clear, prioritized revision guide to streamline your editing process.