·bubbletea-code-review
</>

bubbletea-code-review

existential-birds/beagle

BubbleTea TUI コードをレビューして、適切な Elm アーキテクチャ、モデル/更新/ビュー パターン、およびリップグロス スタイルを確認します。 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 アーキテクチャ、モデル/更新/ビュー パターン、およびリップグロス スタイルを確認します。 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 アーキテクチャ、モデル/更新/ビュー パターン、およびリップグロス スタイルを確認します。 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 で使用できるようになります

ソースリポジトリはどこですか?

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