What problem does it solve?
This skill ensures TypeScript code stays aligned with strict project conventions, preventing unchecked anys, inconsistent naming, and unsafe async handling that slip through generic guidance.
Core Features & Use Cases
- Naming & Formatting Guidance: Clarifies PascalCase patterns for interfaces, generics, and files, plus rules for constants and barrel files so TypeScript exports stay predictable.
- Typing & Testing Discipline: Enforces strict: true, discriminated unions, readonly defaults, and test-first workflows with TypeScript-aware runners to keep typings meaningful.
- Async, Error, and Dependency Safety: Requires awaited Promises, Result-type error handling, AbortController cleanup, and dependency-aware dependency injection patterns when vetting PRs that introduce new services.
Quick Start
Describe your TypeScript module and ask for a review that aligns it with these rules.