LSP Type Safety Check Skill
When to Use
When you need to verify type safety of code changes, especially before merge or deploy.
Steps
- •Use hover on modified functions to extract parameter and return types
- •Use find-references to identify all callers
- •Use hover on call sites to verify type compatibility
- •Report any parameter/return type mismatches or unsafe call sites