关于
This skill acts as a specialized auditor for TypeScript projects, enforcing strict type safety standards to prevent runtime errors. It automatically identifies common pitfalls such as the use of 'any', unsafe type assertions, and non-null assertions, providing specific refactoring patterns to move towards 100% type coverage. It is particularly useful during code reviews, refactoring sessions, or when migrating legacy codebases to strict TypeScript configurations.