
Publisher on askill
Performance audit patterns for database, API, frontend, and Core Web Vitals. Use when identifying bottlenecks or optimizing application performance.
React component and hook patterns. Use when building functional components, custom hooks, compound components, or handling code splitting and error boundaries.
Security audit patterns for OWASP Top 10 compliance. Use when conducting security reviews, penetration testing, or auditing authentication and data protection.
Test-Driven Development with RED-GREEN-REFACTOR cycle. Use when writing tests before implementation or practicing TDD methodology.
Vercel deployment and optimization patterns. Use when deploying to Vercel, configuring edge functions, ISR, or build optimization.
TanStack ecosystem overview and shared patterns. Use when working with TanStack libraries or understanding headless UI architecture.
API endpoint testing methodology. Use when writing tests for REST APIs, validating error handling, schema validation, and authentication.
GitHub Actions CI/CD patterns. Use when creating workflows, matrix builds, caching strategies, or deployment pipelines.
CI/CD pipeline patterns for GitHub Actions. Use when setting up workflows, build caching, matrix builds, or deployment strategies.
Shadcn UI component patterns for theming, variants, and accessibility. Use when implementing shadcn/ui components, cva variants, or dark mode.
Prisma patterns for schema design, Client API, migrations, and relations. Use when building database layers with Prisma ORM.