Loading...
Loading...
Execute a micro-level NestJS code quality audit. Validates code against live GitHub standards for testing, architecture, DTO validation, error handling, and code implementation. Produces a detailed violations report with prioritized action plan. Use when the user asks to check NestJS code quality, validate best practices, or review backend code standards. Triggers on: 'nestjs best practices', 'backend code quality', 'code review', 'nestjs standards', 'dto validation', 'error handling review'.
npx skill4agent add somnio-software/somnio-ai-tools nestjs-best-practices.mdcnestjs-testing-unit.mdcnestjs-testing-integration.mdcreferences/testing-quality.mdnestjs-module-structure.mdcnestjs-service-patterns.mdcnestjs-repository-patterns.mdcreferences/architecture-compliance.mdnestjs-typescript.mdcreferences/code-standards.mdnestjs-dto-validation.mdcreferences/dto-validation.mdnestjs-error-handling.mdcreferences/error-handling.mdreferences/best-practices-format-enforcer.mdreferences/best-practices-generator.mdassets/report-template.txtreferences/testing-quality.mdreferences/architecture-compliance.mdreferences/code-standards.mdreferences/dto-validation.mdreferences/error-handling.mdreferences/best-practices-format-enforcer.mdreferences/best-practices-generator.mdhttps://github.com/somnio-software/cursor-rules/tree/main/.cursor/rules/nestjs/| Standard File | Purpose |
|---|---|
| DTO structure, class-validator, Swagger |
| Service layer patterns, transactions |
| Controller decorators, guards |
| Repository pattern, soft deletes |
| Unit test patterns, mocking |
| Integration tests, database setup |
| Exception filters, error enums |
| Module organization, imports/exports |
| TypeScript standards, naming conventions |