sg-visual-review

Installation
SKILL.md

/sg-visual-review — Interactive Screenshot Review

Generate and serve the ShipGuard dashboard to review visual test screenshots, code audit findings, logic contract/invariant findings, and process-check results, annotate problems, and export re-run / fix manifests.

Invocations

Command Behavior
/sg-visual-review Build + start server + tell user to open the printed URL (default http://127.0.0.1:8888)
/sg-visual-review --port=9000 Same, on a custom port

Always: build the review page, start the HTTP server, and give the user the URL the server actually prints. Supported flags: --port=N (default 8888) and --host=H (default 127.0.0.1). To stop the server: /sg-visual-review-stop.

Prerequisites

  • /sg-visual-discover has been run (manifests exist in visual-tests/)
  • /sg-visual-run has been run at least once (screenshots + visual-results.json or legacy report.md exist in visual-tests/_results/)
  • No external npm dependencies — the build script uses a built-in YAML parser
Installs
2
GitHub Stars
7
First Seen
Apr 28, 2026
sg-visual-review — bacoco/shipguard