About
The bubbletea-code-review skill provides specialized guidance for developers building terminal user interfaces in Go using the BubbleTea framework. It enforces the Elm architecture, ensures model immutability, and optimizes Lipgloss styling to prevent performance bottlenecks. By distinguishing between valid asynchronous commands and dangerous blocking I/O within the Update loop, it helps developers maintain high-performance, responsive TUIs while avoiding common pitfalls like redundant style re-declarations or UI-freezing network calls.