testing-typescript-ava

Installation
SKILL.md

Skill: Testing TypeScript Ava

Goal

Set up and write tests using Ava test runner for TypeScript with minimal configuration, fast execution, and workspace conventions.

Use This Skill When

  • Project uses or prefers Ava test runner
  • Need minimal test configuration
  • Want fast test execution with parallel execution
  • Writing tests for Promethean packages
  • The user asks to "add Ava tests" or "use Ava"

Do Not Use This Skill When

  • Project already uses Vitest
  • Need advanced Vitest features (snapshot testing, mocking)
  • Testing ClojureScript (use testing-clojure-cljs skill)

Ava Setup

Installs
10
GitHub Stars
6
First Seen
Mar 18, 2026
testing-typescript-ava — open-hax/opencode-skills