·elixir-performance-review
</>

elixir-performance-review

GenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。

20インストール·1トレンド·@existential-birds

インストール

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

elixir-performance-review のインストール方法

コマンドラインで elixir-performance-review AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/existential-birds/beagle --skill elixir-performance-review
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: existential-birds/beagle。

| Mailbox overflow, blocking calls | references/genserver-bottlenecks.md | | When to use ETS, read/write concurrency | references/ets-patterns.md | | Binary handling, large messages | references/memory.md | | Task patterns, flow control | references/concurrency.md |

| GenServer bottleneck | Handles > 1000 req/sec OR blocking I/O in callbacks | | Use streams | Processing > 10k items OR reading large files | | Use ETS | Read:write ratio > 10:1 AND concurrent access |

Load and follow review-verification-protocol before reporting any issue.

GenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。 ソース: existential-birds/beagle。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/existential-birds/beagle --skill elixir-performance-review
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-11

Browse more skills from existential-birds/beagle

クイックアンサー

elixir-performance-review とは?

GenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。 ソース: existential-birds/beagle。

elixir-performance-review のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/existential-birds/beagle --skill elixir-performance-review インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

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

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