go

Installation
SKILL.md

Go -- Ship What You Built

Phases 4-6 of /development-lifecycle, standalone command. Use when code written, ready launch.

Assumes: implementation done, tests written. If not -- run /development-lifecycle.

Phase 4: Verify

Run all checks. Fix failures before proceed.

  1. bun run type:check (tsgo)
  2. bun run lint:fix (biome)
  3. bun vitest run --related (changed files)
  4. Route touched -> bun vitest run *.browser.test.tsx
  5. Dev server running -> browser smoke via scripts/skills-browser.sh (Vercel agent-browser). Skip if not installed.
  6. Frontend or customer-facing surface diff -> run /visual-review (screenshots/terminal evidence, states, a11y, console, mobile/cross-browser when feasible). Skip only with reason.
  7. Dependency changed (package.json, bun.lock, yarn.lock, go.mod, go.sum) -> run /upgrade-dependency or record skip reason + upgrade report/PR section.
  8. When green: commit now. One commit per passing state.
Installs
10
GitHub Stars
3
First Seen
May 15, 2026
go — malinskibeniamin/skills