generate-tests

Installation
SKILL.md

Generate Tests

Generate reusable Playwright .spec.ts test files from your app-navigator map and playbooks.

Core principle: Mapped knowledge should produce executable tests. This skill reads what app-navigator discovered and writes a test suite that lives in your repo and runs with npx playwright test.

When to Use

  • After running /app-navigator setup and you want persistent, rerunnable tests
  • When you need a baseline test suite for CI
  • When trust-but-verify reveals gaps that should be codified as assertions
  • When recommended by app-navigator or trust-but-verify

Not for: Backend/API tests, replacing hand-written integration tests, or one-shot verification (use trust-but-verify for that).

Invocation

  • /generate-tests — generates smoke-depth tests (default)
  • /generate-tests --depth functional — smoke + interaction tests
Related skills
Installs
10
GitHub Stars
20
First Seen
Apr 7, 2026