testgen
Installation
SKILL.md
Test Generator
AI-powered test generation and test suite management.
Prerequisites
# Gemini for AI generation
pip install google-generativeai
export GEMINI_API_KEY=your_api_key
# Test runners (install as needed)
npm install -D jest vitest mocha
npm install -D @stryker-mutator/core # Mutation testing