소개
The Reviewing Type Safety skill empowers Claude to perform deep audits of TypeScript projects, focusing on identifying and rectifying common type safety pitfalls. It scans for problematic patterns such as the use of 'any', unsafe type assertions, and non-null assertions, offering specific refactoring suggestions like implementing type guards or exhaustive switch checks. Designed for developers aiming for high-integrity code, this skill helps teams achieve a target type coverage of 95% or higher while ensuring strict mode configurations are fully utilized.