Skill for reviewing backend TypeScript code quality, architecture compliance, and best practices
This skill provides structured guidance for reviewing TypeScript backend code, ensuring architecture compliance, code quality, and production-readiness.
any without documented justificationWhen reviewing code, provide feedback in this structure:
## Review Summary
- **Overall**: PASS / NEEDS_CHANGES / REJECT
- **Severity**: Info / Warning / Critical
## Findings
### [Category] Finding Title
- **File**: `path/to/file.ts`
- **Line**: 42
- **Severity**: Warning
- **Issue**: Description of the problem
- **Suggestion**: How to fix it