review
Installation
SKILL.md
Interactive Review Skill
This skill opens an interactive web UI where users can review content with checkboxes and comments.
How It Works
- Determine the content source:
- If user specifies a file path: Use the
Readtool to get the file contents - If user provides content directly: Use that content as-is
- Otherwise: Collect the most recent relevant content from the conversation
- If user specifies a file path: Use the
- Call
mcp__interactive_review__start_reviewwith the content - A browser window opens automatically with the review UI
- User reviews each item:
- Check/uncheck to approve/reject
- Add optional comments
- User clicks Submit
- Process the feedback and respond accordingly