Find Every Type Cast That Skips Validation
Locates all forced type casts and assertions in your codebase that bypass runtime validation and hide real bugs.
The Prompt
Already a member? Sign in.
Related prompts
Cursor: Find Every Type Cast That Discards Information
Locate all coercions and casts that silently lose precision, nullability, or domain meaning at runtime.
Extract Type Safety Gaps From TypeScript Codebase
Finds TypeScript files where `any` types, missing type annotations, or unsafe casts hide potential runtime errors.
Type Safety Regression Detector
Finds TypeScript type errors introduced in recent commits and suggests fixes.
Cursor Composer: Walk a Type Change Through Every Call Site
Composer prompt for safely propagating a breaking type change across a codebase by reasoning about each call site individually.
Pairs with, from the journal
