·bubbletea-code-review
</>

bubbletea-code-review

existential-birds/beagle

審查 BubbleTea TUI 代碼,了解正確的 Elm 架構、模型/更新/視圖模式和 Lipgloss 樣式。使用 charmbracelet/bubbletea 檢查終端 UI 代碼時使用。

58安裝·0熱度·@existential-birds

安裝

$npx skills add https://github.com/existential-birds/beagle --skill bubbletea-code-review

SKILL.md

| Elm architecture, tea.Cmd as data | references/elm-architecture.md | | Model state, message handling | references/model-update.md | | View rendering, Lipgloss styling | references/view-styling.md | | Component composition, Huh forms | references/composition.md | | Bubbles components (list, table, etc.) | references/bubbles-components.md |

Read elm-architecture.md first! The most common review mistake is flagging correct patterns as bugs.

| return m, m.loadData() | tea.Cmd is returned immediately; runtime executes async | | Value receiver on Update() | Standard BubbleTea pattern; model returned by value | | Nested m.child, cmd = m.child.Update(msg) | Normal component composition | | Helper functions returning tea.Cmd | Creates command descriptor, no I/O in Update |

審查 BubbleTea TUI 代碼,了解正確的 Elm 架構、模型/更新/視圖模式和 Lipgloss 樣式。使用 charmbracelet/bubbletea 檢查終端 UI 代碼時使用。 來源:existential-birds/beagle。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/existential-birds/beagle --skill bubbletea-code-review
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 bubbletea-code-review?

審查 BubbleTea TUI 代碼,了解正確的 Elm 架構、模型/更新/視圖模式和 Lipgloss 樣式。使用 charmbracelet/bubbletea 檢查終端 UI 代碼時使用。 來源:existential-birds/beagle。

如何安裝 bubbletea-code-review?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/existential-birds/beagle --skill bubbletea-code-review 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/existential-birds/beagle