mx-review

Installation
SKILL.md

MX Space Code Review

Review code for project conventions. Target: $ARGUMENTS

Review Checklist

1. Controller Conventions

  • Uses @ApiController() instead of @Controller()
  • Paginated endpoints use @HTTPDecorators.Paginator
  • Authenticated endpoints use @Auth() decorator
  • Uses correct HTTP methods (GET/POST/PUT/DELETE)
  • Parameter validation uses DTOs
  • Return values follow response conventions (arrays auto-wrapped, objects returned directly)

2. Service Conventions

  • Uses @InjectModel() to inject models
  • Queries use .lean() for plain objects
Related skills
Installs
1
Repository
mx-space/core
GitHub Stars
518
First Seen
Mar 29, 2026