MarkReview is a lightweight VS Code extension that brings inline CriticMarkup review into Markdown, supporting AI-assisted, single-file editing: add comments, suggestions, and deletion markup directly in the document, then generate clean outputs without external sidecar comment storage.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
MarkReview is a lightweight VS Code extension for review-oriented Markdown writing and AI-assisted editing.
It uses CriticMarkup directly inside Markdown files, so users can keep one single source file: human review comments in context, then AI agents modify the file without needing external sidecar JSON state.
Core Workflow
Open a Markdown file in VS Code.
Select text in the editor.
Add review markup via MarkReview commands.
Save and export an AI prompt.
Let AI process CriticMarkup instructions and return updated Markdown.
Keep the review in the same document for easy version control and follow-up edits.
Features
Add inline comments with CriticMarkup in-place.
Toggle source/preview without switching documents.
Manage comments and jump to each one from the sidebar.
Export an AI prompt that explains CriticMarkup semantics and expected output.
Optional clean/accept pass to materialize changes in place.