What problem does it solve?
This Skill helps troubleshoot and design Nest.js backends by identifying dependency injection issues, module boundaries, request lifecycle bugs, and architecture mistakes before they become production problems.
Core Features & Use Cases
- Module and DI analysis: Detect missing providers, circular dependencies, export mistakes, and improper module structure.
- API and request handling guidance: Resolve controller routing issues, validation problems, middleware order, guards, interceptors, and pipes.
- Testing and backend reliability: Improve unit, integration, and e2e test setup, along with database integration and authentication debugging.
- Use Case: If a Nest.js service fails to inject in tests or a JWT strategy returns unauthorized errors, this Skill helps locate the root cause and apply the correct Nest.js pattern.
Quick Start
Ask for help diagnosing your Nest.js project structure, dependency injection, authentication, or test failures and provide the relevant module, service, controller, or test files for review.