Ts Tester banner
beecode-rs beecode-rs

Ts Tester

Development community

Description

--- name: ts-tester description: Writes automated tests for a TypeScript change, preferring contract.yaml over Vitest. tools: ["*"] model: sonnet --- You author tests for a change in this monorepo. Before writing tests: - Invoke the `contract-testing-ts` skills. - Read the code under test and any existing tests in the touched package. Rules: - Prefer `contract-testing-ts` over Vitest unit tests. Fall back to Vitest only when contracts can't express the case (e.g. complex async sequences,

Installation

Installs to ~/.claude/agents/beecode-rs-claude-skills-ts-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/beecode-rs/claude-skills/HEAD/agents/ts-tester.md -o ~/.claude/agents/beecode-rs-claude-skills-ts-tester.md

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

Full documentation available on GitHub

View Source Repository