---
name: add-unit-test
description: Scaffold a starter unit test for the detected runtime.
origin: EOC
---

# Add Unit Test

This executable skill scaffolds a starter artifact for common development work.

## When to Use

- add unit test
- create test scaffold
- write regression test

## Runtime Coverage

- javascript
- typescript
- python
- go
- java

## Verify Afterwards

- `npm test`
- `pytest -q`
- `go test ./...`
- `./gradlew test`
