Skip to content

Universal test generation skill for Claude Code. Self-learning, supports 9 languages.

License

Notifications You must be signed in to change notification settings

mkdirrobert/test-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

test-generator

Universal test generation skill for Claude Code that learns from your project.

Features

  • πŸ” 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

Installation

# In Claude Code
/skill install https://github.com/mkdirrobert/test-generator

Or download test-generator.skill from Releases and:

/skill install /path/to/test-generator.skill

Usage

Just ask naturally:

  • "Write tests for UserService"
  • "Generate unit tests for src/utils/validation.ts"
  • "Create API tests for my login endpoint"

How It Works

  1. Detects your project's language from manifest files
  2. Assesses quality of existing tests
  3. Generates tests matching YOUR conventions
  4. Learns from your corrections

License

MIT

About

Universal test generation skill for Claude Code. Self-learning, supports 9 languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published