sg-visual-review-stop
Installation
SKILL.md
/sg-visual-review-stop
Stop the review page HTTP server.
Instructions
node visual-tests/build-review.mjs --stop
--stop short-circuits: it only reads visual-tests/_results/.server.pid, kills that process, and removes the PID file — no rebuild, no config parsing.
If no PID file exists, report "No server running."
CLI equivalent: node visual-tests/shipguard.mjs stop --all — stops the app-under-test server (started by shipguard serve/run) AND the review server in one command.
If --stop exits with a non-zero code, fall back to killing by port. The PID file contains two lines: <pid> then <port>.