Files
gh-physics91-claude-vibe/commands/t.md
2025-11-30 08:47:23 +08:00

646 B

description, allowed-tools
description allowed-tools
[Express] Generate tests - alias for /generate-tests Read, Write, Glob, Grep

Express Test (/t)

Quick alias for test generation. Uses the same functionality as /generate-tests.

Usage

  • /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:

  1. Unit tests for individual functions
  2. Edge cases and boundary conditions
  3. Error handling scenarios
  4. Integration tests where appropriate

Use the project's existing test framework and conventions.