Ревью кода NestJS и Drizzle ORM по внутренним стандартам
engineering
mx-review is a Claude Code skill that audits MX Space project code against its established conventions. It runs through ten review categories: NestJS controller and service patterns, Drizzle ORM repositories built on `BaseRepository`, Zod schemas in place of class-validator, REST API design, module registration, E2E test structure, security, and performance. Each category enforces specific rules — such as using `@ApiController()`, validating IDs at repository boundaries with `parseEntityId()`, generating DTOs via `createZodDto()`, and batching async calls with `Promise.all`. Output is structured into passed checks, required changes with file and line references, and optimization suggestions. Designed for TypeScript developers contributing to the MX Space codebase.
- #nestjs
- #code-review
- #drizzle-orm
- #zod
- #typescript