test-generator

Installation
SKILL.md

Test Generator Skill

Generate high-quality tests using Jest (JavaScript/TypeScript) or Pytest (Python) following established best practices.

Test Frameworks

  • JavaScript/TypeScript: Jest
  • Python: Pytest

Test Directory Structure

  • Place tests in __tests__/ or tests/ directories
  • Mirror source structure in test directories
  • Use clear, descriptive test file names

JavaScript/TypeScript:

src/
  utils/
Related skills
Installs
3
GitHub Stars
8
First Seen
Feb 13, 2026