review-doc

Convert markdown sources into interactive HTML documents with comment and export features.

19|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/angadhn/botference --skill review-doc-angadhn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-doc
Source: https://github.com/angadhn/botference/tree/main/.agents/skills/review-doc
Command: npx skills add https://github.com/angadhn/botference --skill review-doc-angadhn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of gathering feedback on documents by transforming static markdown into an interactive, self-contained HTML page that supports Google-Docs-style margin comments and feedback exports.

Core Features & Use Cases

  • Interactive Review: Enables users to highlight text and attach notes directly in the browser without needing a backend or external service.
  • Feedback Export: Automatically generates a structured feedback markdown file containing all user comments and quoted passages for easy integration into your workflow.
  • Use Case: Use this when you need to share a design doc, proposal, or report with a stakeholder and want to ensure their feedback is captured precisely against specific sections of the text.

Quick Start

Run the build-review script on your markdown file to generate a self-contained review document that you can open in any browser.

Frequently Asked Questions about review-doc

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

FAQPage Schema
How do I add comments to a markdown document for collaborative review?▼

To add comments to a markdown document for collaborative review, you can convert the markdown into a self-contained HTML page that supports margin-based commenting. This enables text highlighting and structured feedback export directly in the browser.

Does this markdown to HTML review tool require a backend server?▼

No, this markdown to HTML review tool does not require a backend server. It utilizes native browser storage and local file processing to ensure data privacy and zero-dependency portability for your document review workflow.

How do I export feedback collected from an interactive HTML review document?▼

To export feedback from an interactive HTML review document, the system automatically generates a structured markdown file containing all user comments and quoted passages. This feedback export ensures easy integration into your existing workflow.

Can I use this for reviewing design docs and proposals without external services?▼

Yes, you can use this for reviewing design docs, proposals, and reports without external services. It transforms static markdown into an interactive, self-contained HTML page that enables stakeholders to highlight text and attach notes locally.

What is the best way to share a markdown report for stakeholder feedback?▼

The best way to share a markdown report for stakeholder feedback is to generate a self-contained HTML review document. This allows stakeholders to open the file in any browser and provide precise, margin-based comments on specific text sections.

Are there limitations to processing markdown files locally in the browser for review?▼

Processing markdown files locally in the browser for review relies entirely on native browser storage and local file processing. While this ensures data privacy and zero-dependency portability, it limits real-time multi-user collaboration compared to backend-driven platforms.