Diagnose and fix TypeScript/language type errors using LSP diagnostics, hover, and code actions. For each type error, fetches the expected vs actual types, surfaces quickfix suggestions, and optionally applies them. Use when getDiagnostics shows type errors you want to resolve quickly.
$npx -y skills add oolab-labs/claude-ide-bridge --skill ide-type-mismatch-fixInstalls into the current project.
Run `npx skills use "https://github.com/oolab-labs/claude-ide-bridge" --skill "oolab-labs/claude-ide-bridge/ide-type-mismatch-fix"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/oolab-labs/claude-ide-bridge" that are relevant to the current task. Run `npx skills add "https://github.com/oolab-labs/claude-ide-bridge"` and select the relevant skills, then follow their instructions.