What problem does it solve?
This Skill automates comprehensive code reviews for Wasp applications, catching Wasp-specific issues that generic tools miss. It ensures adherence to best practices, security, and performance standards, saving developer time and preventing bugs.
Core Features & Use Cases
- Wasp-Specific Checks: Verifies import rules, type annotations, auth checks, and entity listings unique to Wasp.
- Security & Performance: Identifies critical security vulnerabilities (e.g., missing auth, multi-tenant data leaks) and performance bottlenecks (e.g., N+1 queries).
- TDD & Code Quality: Enforces Test-Driven Development compliance, test quality criteria, and SOLID/DRY principles.
- Use Case: Before merging a pull request, use this Skill to automatically scan for Wasp-specific anti-patterns, security flaws, and ensure all operations have proper type annotations and auth checks.
Quick Start
Review the attached Wasp code for common issues, security vulnerabilities, and performance bottlenecks. Provide actionable feedback.