CLI tool for reviewing Markdown files with inline comments A new open-source CLI tool called md-review-plus enables AI agents and humans to collaboratively review Markdown files, code diffs, and HTML artifacts with inline comments, drag-and-drop prioritization, and encrypted remote relay. The tool provides structured feedback for agents to act on and supports multiple review templates for different use cases. A collaboration runtime for AI agents and humans.Your agent generates a markdown doc, a code diff, a design exploration, a prioritization board — and pipes it through md-review-plus for the human to actuallyinteractwith. The reviewer drags, picks, approves, comments, and asks questions. Structured feedback comes back on stdout for the agent to act on. End-to-end encrypted. Open source. Self-hostable. Works locally or over the relay for SSH / mobile / cloud-CC use cases. Most CLI review tools dump prose at you and ask "looks good?". Markdown prose review is one surface; the value compounds when reviewing also means choosing between rendered variants , anchoring feedback to a line , dragging cards into priority columns , or tuning sliders against a live preview . None of that fits in a markdown buffer. md-review-plus ships: - the classic per- -section markdown reviewer with inline text-range comments - a that turns any single-file HTML artifact into a review surface window.mdrp shim 8 templates Claude can fill in for the common review shapes variant pick, code diff, prioritization, page-styling tuner, design-system review, … - a bidirectional Q&A loop — reviewers can ask the agent questions, the agent must answer next round that ships either format over an end-to-end-encrypted relay so the reviewer can be on a different device/network than the CLI --remote mode npm install -g md-review-plus md-review-plus install --skills --global install the Claude Code skill + templates install --skills drops the skill at ~/.claude/skills/md-review-plus/ with --global or .claude/skills/md-review-plus/ project-local , and copies all eight templates next to it so Claude can grab one and fill it in. md-review-plus README.md --review markdown review, local browser md-review-plus README.md --review --remote markdown review, encrypted relay URL md-review-plus tuner.html --review HTML artifact review, local browser md-review-plus tuner.html --review --remote HTML artifact, encrypted relay URL --review blocks the CLI until the reviewer hits Submit; the structured feedback is printed to stdout, then the CLI exits. Exit codes: 0 = review submitted, 1 = browser closed without submitting or session expired. | Use case | File | Mode | |---|---|---| | Prose / spec / plan / linear narrative | .md | Markdown reviewer | | Code / patch / diff review with per-line comments | .html | pr-review template | | "Which of these do you prefer?" variants, copy, layouts | .html | design-grid template | | Prioritization / ranking / what-ships-first | .html | priority-board template | | Page-level live styling review sliders → live preview | .html | style-review template | | Design system / token review | .html | design-kit template | | Tuning sliders/knobs against a single component | .html | design-tuner template | | Schema-driven config form | .html | config-editor template | | Concept-map / graph annotation | .html | concept-map template | | Basic section-card layout for arbitrary HTML content | .html | review-doc template | Mode is inferred from the file extension. The markdown path is the classic v1.3 reviewer with full per-section approve/reject + inline text-range comments. HTML files go through the sandboxed artifact runtime described next. Every .html artifact renders inside an