bubbletea-code-review
✓审查 BubbleTea TUI 代码,了解正确的 Elm 架构、模型/更新/视图模式和 Lipgloss 样式。使用 charmbracelet/bubbletea 检查终端 UI 代码时使用。
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
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01