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.
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.
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.
Cursor: Find the Real Root Cause Before You Patch
Forces Cursor to trace a bug to its actual source instead of patching the first plausible symptom it finds.