add-test-case

Installation
SKILL.md

Add Test Case

Add a new test case to packages/auth-testing-library/src/test-cases.ts — the authTestCases array.

Step 1: Understand what to test

Ask the user what behavior they want to test. If $ARGUMENTS is provided, use that as the description.

Step 2: Write the test case

Add a new entry to the authTestCases array in test-cases.ts. Follow these rules:

Test structure

Every test is an AuthTestCase object with name, category, and fn:

Related skills
Installs
4
GitHub Stars
24
First Seen
Mar 26, 2026