·testing-patterns
</>

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.

15Installs·4Trend·@blogic-cz

Installation

$npx skills add https://github.com/blogic-cz/agent-tools --skill testing-patterns

How to Install testing-patterns

Quickly install testing-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/blogic-cz/agent-tools --skill testing-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: blogic-cz/agent-tools.

SKILL.md

View raw

| 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/blogic-cz/agent-tools --skill testing-patterns
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from blogic-cz/agent-tools

Quick answers

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.

How do I install testing-patterns?

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

Where is the source repository?

https://github.com/blogic-cz/agent-tools