What problem does it solve?
It helps prevent broken, insecure, or non-conforming code changes from reaching the main codebase by performing a disciplined review against your Better-T-Stack/CLAUDE.md conventions.
Core Features & Use Cases
- Quality & correctness auditing: Checks type safety (e.g., avoiding
any, ensuring Zod 4 usage) and validates tRPC input/schema patterns.
- Security-focused review: Verifies auth protections and correct session/header handling for protected procedures and routes.
- Architecture and conventions compliance: Ensures correct server/client boundaries, error handling with
TRPCError, and Biome/style adherence.
- Performance and data access review: Looks for Suspense/query correctness, mutation invalidation, and Drizzle/DB query best practices to avoid N+1 and unsafe patterns.
Quick Start
Review the recent code changes in this repository for quality, security, and alignment with CLAUDE.md conventions and return a verdict with categorized findings.