Run tests for the current project quickly
Runs the appropriate test suite for the detected project type and summarizes results.
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install productivity-commands@claude-market-placeRun the appropriate test suite based on the project type.
pwdls -la | grep -E "(package\.json|requirements\.txt|go\.mod|Cargo\.toml)"npm test or npm run testpytest or python -m pytestgo test ./...cargo testIMPORTANT: Only use the tools specified in allowed-tools. Do not use any other tools.