Stats
Actions
Tags
From ruflo-testgen
Generate tests for a file or module using coverage analysis and TDD patterns
How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-testgen:testgenFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS Generate tests by analyzing coverage gaps and applying TDD London School patterns. 1. **Analyze gaps**: `npx @claude-flow/cli@latest hooks coverage-gaps --format table` 2. **Route for coverage**: `npx @claude-flow/cli@latest hooks coverage-route --task "$ARGUMENTS"` 3. **Suggest tests**: `npx @claude-flow/cli@latest hooks coverage-suggest --path "$ARGUMENTS"` Parse $ARGUMENTS as a file path or module name. Generate tests following these conventions: - Place tests adjacent to source: `src/foo.ts` -> `src/foo.test.ts` - Use `describe`/`it` blocks with descriptive names - Mock ex...
$ARGUMENTS
Generate tests by analyzing coverage gaps and applying TDD London School patterns.
npx @claude-flow/cli@latest hooks coverage-gaps --format tablenpx @claude-flow/cli@latest hooks coverage-route --task "$ARGUMENTS"npx @claude-flow/cli@latest hooks coverage-suggest --path "$ARGUMENTS"Parse $ARGUMENTS as a file path or module name. Generate tests following these conventions:
src/foo.ts -> src/foo.test.tsdescribe/it blocks with descriptive namesIf no arguments, run coverage-gaps to show what needs tests.
npx claudepluginhub p/sudeeparyan-ruflo-testgen-plugins-ruflo-testgen11plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 11 plugins