What problem does it solve? Manual code reviews are inconsistent and often miss security vulnerabilities, performance anti-patterns, or platform-specific compliance rules. This Skill standardizes the review process by checking code against a structured multi-dimensional checklist and producing actionable, severity-rated feedback. ## Core Features & Use Cases - Multi-Dimensional Review: Checks correctness, security, DaaS/Buildpad compliance, performance, accessibility, and test coverage in one pass. - Severity-Rated Output: Classifies every finding as CRITICAL, WARNING, or INFO with exact file locations and concrete fix recommendations. - Platform Compliance Enforcement: Verifies Buildpad-first component usage, API proxy patterns, and auth routing rules specific to DaaS applications. - Use Case: Before merging a pull request for a Next.js feature, run the review to catch missing Zod validation on API handlers, direct Supabase client calls, or unstable useEffect dependencies. ## Quick Start Ask the assistant to review the code in a specific file or feature, for example by saying review the dispatch API route for security and performance issues.