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
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/test.md -o ~/.claude/commands/test.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
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.
Del mismo repositorio
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