CC HTML Feedback
Comment on a served HTML page; Claude fixes it and morphs the tab, no reload
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Aug 10, 2026
- Environment
- Claude Code 2.x (agent harness)
Ran the whole loop for real: served a plan page from the installed plugin, highlighted three sentences in Chrome and submitted three comments through the widget, which landed in .cc-htmlfeedback/pages/<key>/feedback_inbox.jsonl with the quote, the section heading ('Goals', 'Risks') and the note already attached. Editing the source and flipping the tickets to done updated all three sentences in the open tab while a marker set on window survived, proving the advertised no-reload DOM morph rather than a refresh. The documented recovery path works too: /__ccfb/health identifies the server and POST /__ccfb/shutdown kills it. The edits themselves are no better than pasting the same three notes into chat; what you gain is the anchoring, the live status and a verification pass, and the price is a Node server plus the Chrome MCP for the verify tab.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What CC HTML Feedback does
Serves your local HTML (static dir or a proxied dev server) with a comment widget injected, so highlighting text in the browser files a ticket carrying the quote, its section and surrounding context. A Claude Code session drains the per-page queue, edits the source, verifies in its own separate tab, and the widget applies the change to your open tab by DOM morph. Triggers on /cc-htmlfeedback or a request to start the feedback loop on a page you are reviewing.
How to install CC HTML Feedback
/plugin marketplace add https://github.com/leetwito/cc-htmlfeedback.git
/plugin install cc-htmlfeedback@cc-htmlfeedback
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger CC HTML Feedback
-
/cc-htmlfeedbackComment on a served HTML page; Claude fixes it and morphs the tab, no reload
It also activates on plain-language prompts like these:
-
Serve my local HTML with a comment widget so I can leave feedback -
Drain the feedback queue on this page and fix the flagged issues -
Let me highlight text on this dev page and file review comments
Frequently asked questions
- Is the CC HTML Feedback skill free?
- Yes. The skill itself is free from leetwito/cc-htmlfeedback. SkillProof publishes the install command and an independent test verdict at no cost.
- Does CC HTML Feedback work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 10, 2026. Verdict: Tested · Works. Ran the whole loop for real: served a plan page from the installed plugin, highlighted three sentences in Chrome and submitted three comments through the widget, which landed in .cc-htmlfeedback/pages/<key>/feedback_inbox.jsonl with the quote, the section heading ('Goals', 'Risks') and the note already attached. Editing the source and flipping the tickets to done updated all three sentences in the open tab while a marker set on window survived, proving the advertised no-reload DOM morph rather than a refresh. The documented recovery path works too: /__ccfb/health identifies the server and POST /__ccfb/shutdown kills it. The edits themselves are no better than pasting the same three notes into chat; what you gain is the anchoring, the live status and a verification pass, and the price is a Node server plus the Chrome MCP for the verify tab.
- What is the CC HTML Feedback SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install CC HTML Feedback?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use CC HTML Feedback with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.