| 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 |
Testing Skill
Run these checks to validate changes in the Vibe Stack project:
Build Verification
pnpm build
Convex Validation
npx convex dev --once
Manual Testing Checklist
Authentication Flow
Data Operations
Stripe Integration
Common Issues
Build Fails
- Check for TypeScript errors:
pnpm build
- Verify Convex schema matches usage
- Check for missing environment variables
Auth Not Working
- Verify
AUTH_SECRET is set
- Check Convex dashboard for errors
- Clear browser cookies and retry
Stripe Webhook Issues
- Verify webhook secret matches
- Check Stripe dashboard for failed events
- Review webhook logs in Vercel/server