📝
AutomationJavaScript

Human Review

by petergyang

Human Review is an Automation skill for Claude Code, published by petergyang in human-review.

1.1K stars78 forkson petergyang/human-reviewAdded 2026/08/21+2% in starsRepository updated 2026/08/15
ai-agentsclaude-codeclicodexfeedbackhtmlhuman-in-the-loopmarkdownreview
Install in seconds
Install Human Review
Copy Human Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/petergyang/human-review/tree/main/src ~/.claude/skills/src

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/petergyang/human-review.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/SKILL.md in petergyang/human-review
Installs to
~/.claude/skills/src
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Human Review does

Human Review opens HTML, Markdown, or localhost pages in a browser for direct text edits and comments. Use it after writing specs, drafts, reports, or local pages that need human feedback.

Human Review is cataloged under Automation on DirSkills. Human Review comes from a repository tagged ai-agents, claude-code, cli, codex and feedback.

Documentation

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

  1. Write or update the HTML or Markdown file, or start the local page being reviewed.

  2. Open it for the user:

    npx -y human-review path/to/file.html
    

    For a page served by a local development server, open the real route instead of recreating it as a separate HTML file:

    npx -y human-review http://localhost:3000/wiki
    

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Human Review

  • How does Human Review compare to other Automation skills?

    Human Review ranks #793 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Human Review against them. Open each page to compare what they document and how they install.