From interactive-review
Launches interactive web UI for reviewing markdown content from files, plans, or conversation using checkboxes and comments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/interactive-review:reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill opens an interactive web UI where users can review content with checkboxes and comments.
This skill opens an interactive web UI where users can review content with checkboxes and comments.
Read tool to get the file contentsmcp__interactive_review__start_review with the contentRead tool and use its contentsWhen the user wants to review content:
# If file path is specified, read it first:
Read({ "file_path": "/path/to/file.md" })
# Then start the review:
mcp__interactive_review__start_review({
"content": "<content from file or conversation>",
"title": "<descriptive title>"
})
The tool returns a JSON with review items. Handle each item based on:
| checked | comment | Action |
|---|---|---|
| true | empty | Approved - proceed as planned |
| true | has text | Approved with note - consider the feedback |
| false | has text | Rejected - modify according to comment |
| false | empty | Rejected - remove or reconsider this item |
User: "Review this implementation plan"
After receiving feedback:
## Review Summary
**Approved**: X items
**Needs revision**: Y items
### Items requiring changes:
- [Item]: [User's comment]
Would you like me to:
1. Proceed with approved items
2. Revise the rejected items based on feedback
3. Both - revise then proceed
npx claudepluginhub team-attention/plugins-for-claude-natives --plugin interactive-reviewInstalls file-review CLI tool if needed, launches GUI to review files, or processes existing review comments. Activates on mentions of file-review, reviewing files, or comments.
Reviews documentation, blog posts, READMEs, proposals, and prose for quality issues in content, style, and embedded artifacts using parallel agents.
Focused review of code, documents, or architecture — one deep pass with evidence-based findings and clear verdict. Auto-detects what you're reviewing: branch diff, PR, file path, plan, brainstorm, or spec. One reviewer that reads carefully beats nine that skim. Triggers: review, code review, review PR, review diff, review plan, review brainstorm, review spec, review document, evaluate, check.