소개
The Review Type Safety skill provides an automated audit layer for TypeScript projects, helping developers maintain high-integrity codebases. It identifies common anti-patterns such as the overuse of the 'any' type, detects logically unreachable or invalid states, and flags instances where type narrowing is missing or incomplete. By leveraging Git integration, the skill can automatically analyze differences between branches, making it an essential tool for ensuring that new PRs don't introduce type regressions or hidden technical debt.