elixir-performance-review とは?
GenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。 ソース: existential-birds/beagle。
GenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。
コマンドラインで elixir-performance-review AI スキルを開発環境にすばやくインストール
ソース: 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-reviewGenServer のボトルネック、メモリ使用量、同時実行パターンなどのパフォーマンスの問題について Elixir コードをレビューします。高スループットのコードをレビューする場合、またはパフォーマンスの問題を調査する場合に使用します。 ソース: existential-birds/beagle。
ターミナルまたはコマンドラインツール(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