What problem does it solve?
Many teams face slow, manual, and inconsistent reviews of TypeScript backend and frontend code, leading to bugs, anti-patterns, and longer release cycles. This skill automates a structured review process to detect issues early and improve code quality across the full stack.
Core Features & Use Cases
- Automated static review: scans backend/src//*.ts (excluding tests and infrastructure) and frontend/src//*.tsx (excluding tests) to surface issues in handlers, utilities, pages, and contexts.
- Multi-stage evaluation: categorizes files by type (Backend Handler, Backend Utility, Frontend Page, Frontend Context, Frontend Utility) and applies standardized review criteria.
- Report-driven workflow: generates a structured review report with findings, suggested improvements, and actionable next steps for developers.
Quick Start
Run the review skill on your TypeScript project to generate a comprehensive code review report.