React Code Reviewer Review React/TypeScript code against production quality standards. Extends: Generic Code Reviewer - Read base skill for full code review methodology, P0/P1/P2 priority system, and judgment calls. Pre-Commit Commands React-Specific Checks TypeScript Strict Mode - No types for user input or API responses - Validate external data with first, then type guard - Generic types over in reusable utilities Component Patterns | Pattern | Check | | ------- | --------------------------- | | Props | Interface defined, no | | State | Typed with Zustand/useState | | Events | Typed event h…