What problem does it solve? After building a /human-review page, sharing it with others requires manually copying files, updating a landing-page index, and pushing to a repository. This Skill automates that entire publishing step so a finished review page becomes a live demo snapshot with one command. ## Core Features & Use Cases - Snapshot Publishing: Copies the finished review page into the human-review repo's demo/ directory, deriving the slug from the project directory and rejecting any file over 50 MB. - Automatic Landing-Page Card: Renders the snapshot's card in demo/index.html from review.html and content.json, so the index never needs hand-editing. - Commit and Push Distribution: Commits and pushes, which triggers three workflows producing the GitHub Pages copy, a downloadable zip release, and a ghcr.io Docker image. - Use Case: After running /human-review on a pull request, invoke /publish-demo to get a shareable URL, a zip download link, and a docker run command for that exact review snapshot. ## Quick Start Ask the assistant to run /publish-demo to publish the current human-review page as a demo snapshot and print its Pages, zip, and Docker links.