From pocket-space
This skill should be used when the user asks to "review comments", "process feedback", "what did people say about this doc", "address the comments on X", "review the notes left on this document", or needs to digest feedback and comments left by others on a .docx file and turn them into actionable editing guidance. Produces an .md file inside the topic's Research/ folder with structured advice on how to revise the document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pocket-space:comment-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read comments and feedback left by others on a .docx file, then produce an actionable .md guide with editing advice and directions to take. The output lives in the topic's `Research/` folder so it's preserved alongside the source material.
Read comments and feedback left by others on a .docx file, then produce an actionable .md guide with editing advice and directions to take. The output lives in the topic's Research/ folder so it's preserved alongside the source material.
Ask the user:
Locate the .docx within its topic folder:
[Topic_of_Research]/
├── [Topic_of_Research].docx ← This file
└── Research/
Read the .docx and extract every piece of feedback:
Present a raw list of all comments found and confirm with the user before proceeding.
Group feedback into categories:
| Category | Description |
|---|---|
| Factual corrections | Wrong data, outdated claims, incorrect attributions |
| Structural feedback | Reorder sections, add/remove sections, change flow |
| Tone & style | Writing is too formal/informal, unclear, verbose |
| Missing content | Reviewer wants something added that isn't there |
| Challenges & pushback | Reviewer disagrees with a finding or conclusion |
| Questions | Reviewer is asking for clarification, not suggesting a change |
| Minor edits | Typos, grammar, formatting — low effort fixes |
For each comment, assess:
Produce an .md file with this structure:
# Comment Review: [Document Name]
**Author:** [Name]
**Date:** [YYYY-MM-DD]
**Document reviewed:** [Hyperlink to the .docx file]
**Reviewers:** [Names of people who left comments]
## Summary
[3-5 sentences. How many comments total? What's the overall sentiment — minor
tweaks needed, major rework, or fundamental disagreement? What are the biggest
themes?]
## High Priority — Must Address
### [Issue title]
- **Reviewer:** [Name]
- **Section:** [Which part of the doc]
- **Comment:** [What they said, quoted or paraphrased]
- **Recommended action:** [Specific advice on what to change and how]
- **Research needed:** [Yes/No — if yes, what to look into]
### [Next issue]
[Same structure]
## Medium Priority — Should Address
[Same structure per issue]
## Low Priority — Nice to Have
[Same structure per issue]
## Questions to Resolve
[Comments that are questions, not directives. For each:]
- **Reviewer:** [Name]
- **Question:** [What they asked]
- **Suggested answer/approach:** [How to address it]
## Conflicting Feedback
[Where two reviewers disagree or give contradictory advice:]
- **Reviewer A says:** [X]
- **Reviewer B says:** [Y]
- **Recommended resolution:** [Which direction to take and why]
## Editing Checklist
- [ ] [Specific edit 1 — section, what to change]
- [ ] [Specific edit 2]
- [ ] [Specific edit 3]
- [ ] ...
- [ ] Re-run through reviewers after edits
## References
[Vancouver style — if any recommended actions require new sources]
[1] Author. Title. Source. Year. URL.
Place the editing guide inside the topic's Research/ folder:
[Topic_of_Research]/
├── [Topic_of_Research].docx
└── Research/
├── README.md
├── [Existing research files...]
└── [Document_Name]_Comment_Review.md ← This file goes here
[Document_Name]_Comment_Review.md[Document_Name]_Comment_Review_2026-02-17.mdResearch/README.md to reflect the new fileResearch/, hyperlink to itnpx claudepluginhub fangdav/pocket-space-plugins --plugin pocket-spaceCreates, edits, and analyzes DOCX files including tracked changes, comments, formatting, and text extraction using pandoc, OOXML unpacking, and docx-js.
Refines brainstorm and plan documents by assessing clarity, completeness, specificity, YAGNI, and scope issues, then auto-fixes minor problems or proposes substantive changes before next workflow steps.
Launches interactive web UI for reviewing markdown content from files, plans, or conversation using checkboxes and comments.