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:testInstall the skill
bash
togo install skill:testRun the project's tests and report pass/fail with evidence:
go build ./...thengo test ./...(table-driven + httptest handlers).- Frontend tests if present (
cd web && npm test). - 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.