Review code changes for quality, security, and best practices. Use when reviewing PRs or checking code quality.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Run tests, check builds, and validate the application works correctly. Use after making changes.
Deploy the application to production. Guides through Convex and Vercel deployment.