Marketplace

/togo:test

Skill

Run the togo app's tests — Go tests and the frontend tests — and report results.

Use it in Claude Code

bash
/togo:test

Install the skill

bash
togo install skill:test

Run the project's tests and report pass/fail with evidence:

  1. go build ./... then go test ./... (table-driven + httptest handlers).
  2. Frontend tests if present (cd web && npm test).
  3. If a resource was just generated, smoke its REST + GraphQL endpoints against togo serve. Show failures verbatim; never report "should pass" without running.
A skill from the togo Claude Code plugin — or get the whole set with togo install claude.