Universal test generation skill for Claude Code that learns from your project.
- π Auto-detects your language and test framework
- π§ Self-learning β improves from your modifications
- π 9 languages β TypeScript, JavaScript, Python, PHP, Go, Java, C#, Ruby, Rust
- π Zero config β just ask for tests
# In Claude Code
/skill install https://github.com/mkdirrobert/test-generatorOr download test-generator.skill from Releases and:
/skill install /path/to/test-generator.skillJust ask naturally:
- "Write tests for UserService"
- "Generate unit tests for src/utils/validation.ts"
- "Create API tests for my login endpoint"
- Detects your project's language from manifest files
- Assesses quality of existing tests
- Generates tests matching YOUR conventions
- Learns from your corrections
MIT