# human-review

> Claude/Codex skill by [@petergyang](https://omgskills.com/library/petergyang/index.md) · 1k stars · Updated 2026-08-15

Open an HTML file, Markdown file, or localhost page in the browser so the user can edit text directly and leave comments on specific parts, then send all edits and comments back to you. Use after writing or updating something the user will read — specs, plans, reports, newsletter drafts, landing pages, slide decks, and locally running web pages.

Tags: ai-agents, claude-code, cli, codex, feedback, html, human-in-the-loop, markdown, review

## Install

```sh
git clone https://github.com/petergyang/human-review /tmp/human-review && ln -s /tmp/human-review/src ~/.claude/skills/human-review
```

## From README

human-review The user reviews your HTML, Markdown, or localhost page in a real browser: they fix small things by typing, select anything to comment on it, and send you the whole batch at once. Markdown files open rendered. Their quotes and edits reference the rendered text, and the file itself is never touched — apply every change to the Markdown source, keeping its formatting syntax. The loop Write or update the HTML or Markdown file, or start the local page being reviewed. Open it for the user: For a page served by a local development server, open the real route instead of recreating it as a separate HTML file: Wait for feedback. This blocks until they hit Send, or the timeout passes: Keep this command in the foreground. Do not end your turn while it is waiting. If your shell returns a process or session handle, keep waiting on that handle until the command exits. If it prints {"status":"timeout"}, no feedback has arrived yet — run the same poll command again to keep waiting.

## Links

- HTML page: https://omgskills.com/skills/petergyang/human-review/src/
- GitHub: https://github.com/petergyang/human-review
- Author: [@petergyang](https://omgskills.com/library/petergyang/index.md)

## More skills by this author

- [no-ai-slop](https://omgskills.com/skills/petergyang/no-ai-slop/no-ai-slop/index.md) — Used to edit drafts into sharper, more human writing while preserving the writer's personal voice, or detect AI-slop...
   - [@petergyang](https://omgskills.com/library/petergyang/index.md) · 5.2k stars
