/human-review
Static snapshots of review pages, published so you can click through one without running the skill.
/human-review is a skill for
Claude Code. It assembles one page, tabbed one question per tab,
that lets a human review a change set fast — what to look at first, what the diagrams say changed, what the REST
contract did, where it landed in the code, a video of the feature working, what it cost in complexity, and the tests
that pin it. Every code reference is a click into your editor, and every snippet is cut from the working tree at
build time, so the page cannot drift from the code it describes.
Published snapshots
Attending vet on a visit
Review guide for test-pr vs main on
victorrentea/petclinic — commit 5acf2472, issue #37.
- files +4 / ±33
- lines +730 / −34
- tests +10 / ±4
- review 9 open · 3 autofixed
- verdict not yet mergeable
Or
download
it as a zip and open review.html off your own disk — the diagrams, the feature video, the
complexity report and the live 3D Code City all travel inside the folder. Nothing needs a server; only the
city wants a connection, since it pulls three.js and d3 from a CDN. The
issue and the screenshot gallery below are
the same change.
Screenshot galleries
Static, click-free snapshots — every tab as one full-page image, plus the feature video. Nothing to install, no vscode:// links to be disappointed by.
Attending vet on a visit — screenshots
test-pr vs main — 5acf2472 · #37 Link Visit with Vet. A visit now records the vet that attended it.
- tabs 11
- screenshots 22
- themes light + dark
- video yes
One caveat
Inside a snapshot, every code reference is a vscode://file/... deep link pointing at an
absolute path on the machine that generated the page. Those links only resolve there — on any other machine they open
nothing, or the wrong file. Everything else on the page (diagrams, video, complexity, snippets) is self-contained and
works anywhere.