human-review-publish-demo

Publishes screenshots of a generated human-review report to GitHub Pages.

6|7|Updated Aug 21, 2026
One-click install
npx skills add https://github.com/victorrentea/human-review --skill human-review-publish-demo-victorrentea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: human-review-publish-demo
Source: https://github.com/victorrentea/human-review/tree/main/skills/human-review-publish-demo
Command: npx skills add https://github.com/victorrentea/human-review --skill human-review-publish-demo-victorrentea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After generating a /human-review report, sharing it with teammates requires manually capturing screenshots of every tab and deploying them somewhere public. This Skill automates that entire publishing step so the review page becomes a shareable URL. ## Core Features & Use Cases - Automated Screenshot Capture: Runs a script that shoots every tab of the report as a full-page image, in both light and dark modes, plus the feature video. - GitHub Pages Deployment: Builds a gallery, updates the landing page, commits, and pushes everything to demo/<slug>/ on GitHub Pages in one step. - Use Case: You just generated a review page for a pull request and want to share it with your team. Invoke /human-review-publish-demo with the report path, and receive a public URL hosting screenshots of every tab. ## Quick Start Ask the assistant to run /human-review-publish-demo on your generated report at ./.human-review/review.html and print the published GitHub Pages URL.

Frequently Asked Questions about human-review-publish-demo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a human-review report to GitHub Pages?

Invoke /human-review-publish-demo with the path to your generated report, or omit the path to use ./.human-review/review.html. The skill runs publish-demo-shots.sh, which screenshots every tab, builds the gallery, commits, and pushes to GitHub Pages.

How do I capture screenshots of every tab in an HTML report?

The publish-demo-shots.sh script handles this automatically, producing one full-page image per tab in both light and dark modes plus the feature video. You only need to provide the report path and optionally a slug name.

Can I customize the published demo URL slug?

Yes, pass --slug NAME when invoking the skill to control the demo/<slug>/ path on GitHub Pages. Only add the slug if you explicitly want a custom name; otherwise the script uses its default.

Does this skill generate the review report itself?

No, it only publishes an already-generated /human-review report. You must first run /human-review to produce the review.html file, then invoke this skill to screenshot and deploy it.

What happens if the publish script fails?

If publish-demo-shots.sh exits with a non-zero status, the skill shows the script's stderr output and stops. It does not attempt retries, read the report, or verify the deployment.