interactive-review

Open a browser UI for per-line markdown comments and checklists.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seungwonme/.claude --skill interactive-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interactive-review
Source: https://github.com/seungwonme/.claude/tree/main/skills/interactive-review
Command: npx skills add https://github.com/seungwonme/.claude --skill interactive-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables collaborative, interactive review of markdown content by opening a browser-based UI where reviewers can check items, leave inline comments, and submit feedback, saving time and ensuring clear communication.

Core Features & Use Cases

  • Interactive markdown review UI that renders content and allows per-line comments.
  • Inline comments, checkboxes, and a structured feedback format returned to the user.
  • Use cases include reviewing plans, documents, or code snippets within Claude workflows.

Quick Start

Provide the content to review (or a file path) and call mcp__interactive_review__start_review to begin the interactive session.

Frequently Asked Questions about interactive-review

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

FAQPage Schema
How do I review markdown documents with inline comments?

You can review markdown documents with inline comments by opening a browser-based UI that renders markdown content, allowing reviewers to leave per-line comments and check or uncheck items before submitting structured feedback.

What is an interactive markdown review and how does it work?

An interactive markdown review is a browser-based session where a local MCP server parses markdown into blocks and serves a UI, enabling reviewers to click checkboxes and add comments directly to specific lines before returning structured feedback.

Can I use interactive review for code snippets and project plans?

Yes, interactive review supports code snippets and project plans by rendering markdown content in a web UI where reviewers can leave inline comments and check off items within Claude workflows requiring feedback.

How do I start an interactive markdown review session?

To start an interactive markdown review session, provide the markdown content or a file path and call the start_review function to launch the browser-based UI for adding comments and checking items.

Does interactive markdown review require any external dependencies?

Interactive markdown review does not require external dependencies, relying on a generated HTML review UI powered by a local MCP server to parse content and return structured results.

What is the best way to add comments to specific lines in a markdown file?

The best way to add comments to specific lines in a markdown file is using an interactive review UI that parses content into blocks and enables per-line comments within a browser-based interface for structured feedback.