What is testing-patterns?
LOAD THIS SKILL when: writing unit tests, TRPC integration tests, or E2E tests. Covers Vitest patterns, Effect service testing, PGlite database testing, and Playwright E2E. Source: blogic-cz/agent-tools.
LOAD THIS SKILL when: writing unit tests, TRPC integration tests, or E2E tests. Covers Vitest patterns, Effect service testing, PGlite database testing, and Playwright E2E.
Quickly install testing-patterns AI skill to your development environment via command line
Source: blogic-cz/agent-tools.
| Pure function, parser, util | Unit | Write immediately | | Effect service with dependencies | Unit with mock layers | Write immediately | | TRPC procedure (DB logic) | TRPC Integration | Ask user first | | User-facing flow, UI behavior | E2E | Ask + warn about maintenance |
| packages/X/src/file.ts | packages/X/src/tests/file.test.ts | | apps/web-app/src/infrastructure/trpc/routers/X.ts | apps/web-app/src/tests/X.test.ts | | apps/web-app/src/routes/ | apps/web-app/e2e/feature.e2e.ts |
Ask user before writing: "Does an integration test make sense for this TRPC endpoint?"
LOAD THIS SKILL when: writing unit tests, TRPC integration tests, or E2E tests. Covers Vitest patterns, Effect service testing, PGlite database testing, and Playwright E2E. Source: blogic-cz/agent-tools.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/blogic-cz/agent-tools --skill testing-patternsLOAD THIS SKILL when: writing unit tests, TRPC integration tests, or E2E tests. Covers Vitest patterns, Effect service testing, PGlite database testing, and Playwright E2E. Source: blogic-cz/agent-tools.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/blogic-cz/agent-tools --skill testing-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/blogic-cz/agent-tools