Check TypeScript types now (normally automatic via Stop hook)
Manually trigger TypeScript type checking for early feedback during complex refactors, before task completion. Use only when you need to verify types mid-task instead of waiting for automatic checks.
/plugin marketplace add jasonkuhrt/claude/plugin install tsgo-lsp@jasonkuhrtNote: You normally don't need this command - the Stop hook automatically checks types before task completion. Use this only for early feedback mid-task.
diagnostics tool