| name | elixir-review |
| description | Review Elixir/Phoenix code: OTP patterns, GenServer, LiveView, fault tolerance and concurrency |
| triggers | {"frameworks":["phoenix","ecto","otp"],"file-patterns":["**/*.ex","**/*.exs"]} |
| preferred-model | sonnet |
| min-confidence | 0.4 |
| depends-on | [] |
| category | code-quality |
| estimated-tokens | 5000 |
| tags | ["elixir","phoenix","otp","erlang"] |
Elixir / Phoenix Code Review
When to Use
- Reviewing Elixir code (Phoenix, OTP, GenServer, LiveView)
- Evaluating fault tolerance patterns (supervision trees)
- Real-time system review (WebSocket, PubSub)
- Concurrency and scalability assessment
Review Checklist
OTP Patterns
Phoenix Best Practices
Phoenix LiveView
Elixir Best Practices
Concurrency
Fault Tolerance
Output Format
## Elixir Review: [Module]
**Health Score**: X/10
### Issues | Improvements | OTP Notes