[Express] Generate tests - alias for /generate-tests
Generates comprehensive unit and integration tests for files or functions using project conventions.
/plugin marketplace add physics91/claude-vibe/plugin install claude-vibe@physics91-pluginsQuick alias for test generation. Uses the same functionality as /generate-tests.
/t - Generate tests for recent changes/t <file-path> - Generate tests for specific file/t <function-name> - Generate tests for specific function$ARGUMENTS
Generate comprehensive tests including:
Use the project's existing test framework and conventions.