generate-tests
FlorianBruniaux/claude-code-ultimate-guide
This tool analyzes specified source code files or modules to automatically generate comprehensive and structured test suites. It identifies testable units (functions, classes, methods), adheres to project conventions (like AAA pattern), and ensures high coverage for critical scenarios, including happy paths, boundary edge cases, and error handling. It supports popular frameworks such as Jest, Vitest, and pytest.