Skip to main content
ClaudeWave
Slash Command272 estrellas del repoactualizado 10mo ago

test

The test slash command executes tests using an intelligent test-runner agent that automatically detects the testing framework, runs specified tests or all tests if none are provided, and diagnoses failures. Use this command to validate code functionality and automatically generate fixes for failing tests while maintaining the original test objectives.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/test.md -o ~/.claude/commands/test.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

test.md

Use the test-runner agent to execute tests $ARGUMENTS. If no arguments provided, run all tests. Automatically detect the test framework, analyze any failures, and implement fixes while preserving test intent.