gen-test

Installation
SKILL.md

Generate tests for: $ARGUMENTS

Test Stack

  • Runner: Vitest (vitest run)
  • React: @testing-library/react with @testing-library/user-event
  • Assertions: @testing-library/jest-dom for DOM matchers, Vitest expect for everything else
  • Mocking: vi.mock() for modules, vi.fn() for functions

Conventions

Installs
1
First Seen
Apr 7, 2026
gen-test — neonwatty/linkparty