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
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/test.md -o ~/.claude/commands/test.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
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.
More from this repository
api-docsSlash Command
Launch the API documentation specialist for OpenAPI specs
apiSlash Command
Launch the API development agent for backend implementation
contentSlash Command
Alternative command for content creation
debugSlash Command
Debug an error or issue
deploySlash Command
Alternative command for DevOps deployment tasks
devopsSlash Command
Launch the DevOps specialist for CI/CD and deployment
documentSlash Command
Generate or update documentation
frontendSlash Command
Launch the frontend development agent for UI implementation