/test#

Validate the latest implementation changes.

Usage#

Claude Code:

/test
/test user-authentication

Antigravity:

/test
/test user-authentication
# or
@test

Description#

/test executes project tests and reports concise results:

  • pass/fail summary
  • failed test names
  • likely root-cause hints
  • recommended next fix action

Notes#

  • Run after each /code pass
  • Keep feedback tight and actionable
  • Re-run until failures are resolved before review

Next Steps#

  • If tests fail: fix and run /test again
  • If tests pass: run /review