Find test files and functions related to recent git changes. Suggests exact go test commands with correct env vars.
allowed-tools
Bash(git *), Read, Grep, Glob
effort
low
Look at my recent git changes (git diff and git diff --cached) and find all related test files.
For each modified file, find:
The _test.go file in the same package
Integration tests that exercise the modified code (check server/service/integration_*_test.go files)
Any test helpers or fixtures that may need updating
List the test files and suggest specific test functions to run with the exact go test commands, including the right env vars (MYSQL_TEST, REDIS_TEST, etc.).