| name | verify |
| description | End-to-end verification - production build + banner generation tests (optional usernames, default nabondance) |
Verify
Full end-to-end check that the current code works. Run before committing non-trivial changes.
The script will:
- Stop any running dev server (a production build breaks a running dev server)
- Run the production build (
pnpm build)
- Start a fresh dev server in background
- Test banner generation (POST /api/banner/standard) for each username (default: nabondance)
- Stop the dev server and print a PASS/FAIL summary
Usage: /verify (default username) or /verify <username> [username...]
Execute: bash .claude/skills/verify.sh "$@"