# Human Review Publish Demo

> Publish screenshots of an already-generated /human-review report to GitHub Pages — one full-page image per tab, light and dark, plus the feature video, committed and pushed as demo/<slug>/. Explicit invocation only — user types /human-review-publish-demo.

- **Type:** Skill
- **Install:** `agentstack add skill-victorrentea-human-review-human-review-publish-demo`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [victorrentea](https://agentstack.voostack.com/s/victorrentea)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [victorrentea](https://github.com/victorrentea)
- **Source:** https://github.com/victorrentea/human-review/tree/main/skills/human-review-publish-demo

## Install

```sh
agentstack add skill-victorrentea-human-review-human-review-publish-demo
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /human-review-publish-demo

Run this one command, and nothing else:

```sh
for c in "${CLAUDE_PLUGIN_ROOT:-/nonexistent}/skills/human-review" "${HUMAN_REVIEW_HOME:-/nonexistent}" \
         "$(readlink -f .claude/skills/human-review 2>/dev/null)" ".claude/skills/human-review" \
         "$HOME/workspace/human-review/skills/human-review"; do
  [ -x "$c/scripts/publish-demo-shots.sh" ] && { "$c/scripts/publish-demo-shots.sh" "$REPORT"; break; }
done
```

`$REPORT` is the path the user named, or `./.human-review/review.html` if they named none.
Add `--slug NAME` only if they asked for a name.

Then print the URL the script printed on its last line. That is the whole job.

Do not read the report, do not open the screenshots, do not check the deploy, do not
describe the change set. The script shoots every tab, builds the gallery, updates the
landing page, commits and pushes on its own. If it exits non-zero, show its stderr and stop.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [victorrentea](https://github.com/victorrentea)
- **Source:** [victorrentea/human-review](https://github.com/victorrentea/human-review)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-victorrentea-human-review-human-review-publish-demo
- Seller: https://agentstack.voostack.com/s/victorrentea
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
