tests-generator

Installation
SKILL.md

Overview

This skill generates tests for existing code. It:

  • Detects the project's testing framework and follows its conventions
  • Generates tests covering happy paths, edge cases, and error paths
  • Follows the Arrange → Act → Assert (AAA) pattern
  • Suggests test names that clearly describe the scenario being tested

Use this skill when asked to generate tests for a file, function, class, or module.


Framework detection

Before generating tests, identify the testing framework from the project:

Installs
2
First Seen
Jun 12, 2026
tests-generator — columbia-cloudworks-llc/agents