What problem does it solve?
It helps teams review code written with the MBC CQRS Serverless framework to prevent common implementation mistakes and anti-patterns that lead to multi-tenant data bugs, incorrect DynamoDB usage, broken tracing/auditability, or event/data consistency issues.
Core Features & Use Cases
- Anti-pattern detection & guidance: Flags risky patterns (for example around tenantCode handling, publishAsync vs publishSync, pagination, and error logging) and explains why they are wrong.
- Detector-to-guideline mapping: Provides a cross-reference so that when an automated anti-pattern detector reports a code, reviewers can jump to the matching, human-focused guidance and fixes.
- Review checklist for MBC architecture: Covers module wiring, service/controller conventions, DTO validation and Swagger documentation, and DataSyncHandler/event-emission correctness.
Quick Start
Ask the reviewer skill to review your MBC CQRS Serverless codebase with the goal of identifying anti-patterns, mapping any detected AP codes to this guide, and producing prioritized issues with suggested fixes.