What problem does it solve?
This skill delivers a comprehensive testing framework for Brazilian fintech web applications, addressing privacy, accessibility, API integrity, and operational reliability across LGPD, voice interfaces, and data-layer validation.
Core Features & Use Cases
- LGPD compliance testing: data masking, consent handling, audit trails, and right to erasure.
- Portuguese voice interface validation: voice command recognition with pt-BR locale and accessibility checks.
- API integration testing: tRPC and end-to-end procedure testing with type-safe validation.
- Supabase RLS and authentication testing: role-based access control and cross-tenant isolation.
- Four-phase quality control workflow: discovery, research, planning, and execution for QA.
- Performance and accessibility checks to meet WCAG 2.1 AA and Core Web Vitals guidelines.
Quick Start
Install dependencies: bun install
Start development server (client + server): bun dev:full
Or start separately: bun dev:client # Vite dev server (port 8080)
bun dev:server # Hono server (port 3000)
Run tests: bun test
Validate code quality: bun quality