Generic Code Reviewer Review code against production quality standards. Adapts to any project's tech stack. Full Standards: See Code Review Standards CLAUDE.md Compliance Always check the project's CLAUDE.md for specific rules. Before ANY Commit: - Task file exists in - All tests passing - Type checking passing (if TypeScript) - No console errors/warnings - Bundle size within limits Tech Stack Detection | Detection | Stack | Key Checks | | ----------------------- | -------- | ------------------------- | | React in package.json | React/TS | Components, hooks, state | | Next.js in package.json…