u-ichi/reviewable-html-workbench
52 stars · Last commit 2026-06-15
Claude Code / Codex CLI plugin for generating reviewable HTML documents with preview, inline review comments, and agent feedback ingestion.
README preview
# Reviewable HTML Workbench [](https://github.com/u-ichi/reviewable-html-workbench/actions/workflows/test.yml)   A Claude Code / Codex CLI plugin that lets you review agent-generated HTML documents with inline comments — and have the agent read those comments, reply, and improve the document in the next iteration.  ## Overview Agent workflows produce reports, design documents, and comparison tables — but turning those outputs into something you actually trust requires back-and-forth review. Chat-based feedback loses context: "fix the table in section 3" works once, but doesn't scale when you have dozens of comments across a long document. Reviewable HTML Workbench solves this by putting the review conversation **inside the document itself**: 1. **Generate** — The agent produces an HTML bundle with structured sections, diagrams, and images. 2. **Review** — You open the preview, select any text or image, and leave a comment right where the issue is. 3. **Ingest** — The agent reads your comments, classifies each one, and writes replies explaining what it will change. 4. **Improve** — The agent updates the document, re-renders, and you see the changes in context.