Use when creating or extending tests under tests/unit/, tests/integration/, or tests/e2e/. Enforces per-use-case unit coverage, per-endpoint e2e coverage, mutation-persistence verification (not just 200 status), contract-vs-Request field-mismatch detection, loads-opt-in flow tests, role/validation boundary tests, and the test infra gotchas (sync alembic fixture, session-scoped asyncio loop, httpx.AsyncClient + ASGITransport, CipherSettings with matching HS256 keys, argon2 hasher seeding).
$npx -y skills add ocbunknown/fastapi-claude-template --skill testsInstalls into the current project.
Run `npx skills use "https://github.com/ocbunknown/fastapi-claude-template" --skill "ocbunknown/fastapi-claude-template/tests"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ocbunknown/fastapi-claude-template" that are relevant to the current task. Run `npx skills add "https://github.com/ocbunknown/fastapi-claude-template"` and select the relevant skills, then follow their instructions.