Аудит UI-биндингов Gradio и JavaScript

★ 6.5 · testing

check-ui is a Claude Code skill that audits Python-to-JavaScript UI bindings in SD.Next, verifying that every Gradio `_js=` callback exists in JavaScript, is exposed on the global `window` object, and is declared in `ui/globals.d.ts`. The audit covers `modules/`, `scripts/`, and `extensions/` Python files alongside TypeScript sources in sdnext-modernui and sdnext-kanvas built-in extensions. It handles direct string callbacks, formatted strings, and inline arrow-function expressions, flagging dynamic cases that cannot be statically resolved. After identifying missing registrations or stale decl