بنقرة واحدة
testing
Run tests, check builds, and validate the application works correctly. Use after making changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run tests, check builds, and validate the application works correctly. Use after making changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Deploy the application to production. Guides through Convex and Vercel deployment.
| name | testing |
| description | Run tests, check builds, and validate the application works correctly. Use after making changes. |
| allowed-tools | Bash, Read, Grep |
| user-invocable | true |
Run these checks to validate changes in the Vibe Stack project:
# Type check and build
pnpm build
# Sync schema and check for errors
npx convex dev --once
pnpm buildAUTH_SECRET is set