
Reviews React and TypeScript code for correctness, security, hook usage, and multi-tenancy safety. Use when reviewing generated React components, hooks, or TypeScript files, or when asked to do a code review on frontend code.
Reviews NestJS TypeScript code for correctness, security, multi-tenancy safety, and architectural best practices. Use when reviewing generated NestJS controllers, services, guards, interceptors, pipes, or modules, or when asked to do a code review on backend API code.
Writes unit tests for React components using Vitest and React Testing Library. Use when writing or reviewing tests for React components, hooks, forms, or pages in apps/client. Covers setup, mocking strategy, form validation testing, async interactions, and testing library best practices.