Write Unit Tests banner
alexnesteruk alexnesteruk

Write Unit Tests

Development community

Description

--- name: write-unit-tests description: Generate thorough unit tests for a function or component arguments: - name: target description: The function, class, or component to test required: true - name: framework description: Test framework to use (e.g. Jasmine, Jest, Vitest) required: false --- # Write Unit Tests Generate thorough unit tests for `{{target}}`. - Cover the happy path, edge cases, and error conditions - Each test should have a single clear assertion focus - Us

Installation

Installs to ~/.claude/skills/alexnesteruk-agent-registry-write-unit-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexnesteruk-agent-registry-write-unit-tests && curl -fsSL https://raw.githubusercontent.com/alexnesteruk/agent-registry/HEAD/skills/write-unit-tests.md -o ~/.claude/skills/alexnesteruk-agent-registry-write-unit-tests/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository