Skip to main content
ClaudeWave
Slash Command272 repo starsupdated 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.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/test.md -o ~/.claude/commands/test.md
Then start a new Claude Code session; the slash command loads automatically.

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.