TS Reuse Review Scans a TypeScript/JavaScript diff for code that reinvents existing utilities. Reports a prioritized list of reuse opportunities — external libs (es-toolkit, date-fns, zod), ES2020+ native APIs, installed project libs (effect, remeda, ts-pattern, etc.), and already-existing internal helpers. Never applies edits. Prerequisites - ripgrep — used for internal helper search. Install: or . - ast-grep — structural pattern matching. Install: or . If is missing, fall back to -only detection and flag the degraded mode in the report header. Do not abort. Workflow Do not read script sourc…