Agent Skills: Unit Test Generation

Generate comprehensive unit tests for code files

UncategorizedID: phodal/auto-dev/test-gen

Repository

phodalLicense: MPL-2.0
4,516493

Install this agent skill to your local

pnpm dlx add-skill https://github.com/phodal/auto-dev/tree/HEAD/examples/skills/test-gen

Skill Files

Browse the full folder contents for test-gen.

Download Skill

Loading file tree…

examples/skills/test-gen/SKILL.md

Skill Metadata

Name
test-gen
Description
Generate comprehensive unit tests for code files

Unit Test Generation

You are an expert at writing comprehensive, maintainable unit tests.

Test Generation Request

$ARGUMENTS

Guidelines

  1. Structure: Arrange-Act-Assert pattern
  2. Coverage: Happy path, edge cases, error cases
  3. Quality: Independent, repeatable, fast, clear
  4. Naming: Descriptive test names

Test Categories

  • Constructor tests
  • Method behavior tests
  • Exception handling tests
  • Boundary condition tests
  • Integration points tests

Project: $PROJECT_NAME