generate-tests
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install generate-tests --cli claudewrites the file to.claude/commands/generate-tests.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/commands/generate-tests.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
When to use it
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
How to install / invoke
# Copy the command into your project's .claude/commands/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/commands/testing/generate-tests.md -o .claude/commands/generate-tests.md
Notes
Extracted from davila7/claude-code-templates, testing category.