What problem does it solve? Manually auditing a TypeScript codebase for type safety gaps, anti-patterns, security flaws, and performance bottlenecks is slow and inconsistent. This Skill automates a structured review across your workspace and produces a severity-rated report with actionable fixes. ## Core Features & Use Cases - Multi-Dimensional Analysis: Examines type safety, code quality, best practices, performance, and security across all TypeScript files. - Scoped Reviews: Review the entire workspace, a specific directory, or only recently changed files, with a chosen priority focus such as security or type safety. - Structured Report Output: Delivers a markdown report with findings organized by category and severity (Critical, High, Medium, Low), each with file paths, line references, and improvement code examples. - Use Case: Ask for a security-focused review of your API routes and receive findings on input validation, injection risks, and authentication checks with concrete remediation examples. ## Quick Start Ask the assistant to review all TypeScript code in this project and produce a severity-rated report covering type safety, quality, performance, and security.