What problem does it solve?
Node.js/Express/TypeScript-specific code review overlay that extends the universal code-reviewer with Node.js-aware rules. Trigger when reviewing Express route handlers, middleware, REST controllers, GraphQL resolvers, Apollo Server setup, JWT/OAuth middleware, Bull/BullMQ job processors, or any .ts/.js file in a Node.js backend project. Keywords: Express, REST API, GraphQL, Apollo, JWT, OAuth, BullMQ, Bull, queue, middleware, TypeScript strict, tsconfig, req, res, next, router. Do NOT trigger for frontend React/Vue/Angular code in the same repo (use code-reviewer-react for those) or for infrastructure/IaC files. (updated 2026-03-28)
Core Features & Use Cases
- Node.js/Express/TypeScript-specific rules layered on top of the universal checklist.
- Detects review targets like Express routes, middleware, REST controllers, GraphQL resolvers, Apollo Server setup, JWT/OAuth middleware, Bull/BullMQ job processors, or any TS/JS backend file.
- Apply in combination with the universal reviewer for a comprehensive, production-ready code quality gate.
Quick Start
Apply the universal code-reviewer rules first, then run this Node.js/Express/TypeScript overlay to enforce Node-specific checks.