# Write Tests

> Generate unit tests for existing code

- Skill: `cowork-os/write-tests` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cowork-os/write-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cowork-os/write-tests/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cowork-os (https://skillmd.com/u/cowork-os)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cowork-os/write-tests

---


# Write Tests

## Purpose

Generate unit tests for existing code

## Routing

- Use when: Use when the user requests missing test coverage for a specific file or module.
- Do not use when: Don't use for snapshot tests or manual QA-only validation.
- Outputs: Prioritized test plan and test cases with clear coverage mapping.
- Success criteria: Includes positive/negative cases and test setup assumptions.

## Trigger Examples

### Positive

- Use the write-tests skill for this request.
- Help me with write tests.
- Use when the user requests missing test coverage for a specific file or module.
- Write Tests: provide an actionable result.

### Negative

- Don't use for snapshot tests or manual QA-only validation.
- Do not use write-tests for unrelated requests.
- This request is outside write tests scope.
- This is conceptual discussion only; no tool workflow is needed.

## Parameters

| Name | Type | Required | Description |
|---|---|---|---|
| path | string | Yes | Path to the file to test |
| framework | select | Yes | Testing framework to use |

## Runtime Prompt

- Current runtime prompt length: 339 characters.
- Runtime prompt is defined directly in `../write-tests.json`. 

