elixir-phoenix-liveview-debug
Debug LiveView events, assigns, reconnects, and render behavior.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Debug LiveView events, assigns, reconnects, and render behavior.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Recommend the right `$elixir-phoenix-*` skill for the current task.
Elixir/Phoenix: Review lifecycle, state-machine, Oban, persistence, pause/resume, retry, and restart-sensitive changes before commit, push, or PR. Use for concurrency-sensitive runtime work to produce explicit blocking vs optional findings, require durability checks, and verify smoke plus restart resilience when applicable.
Capture a solved Phoenix problem as a reusable solution doc.
Audit LiveView assigns for memory bloat, dead assigns, and stream candidates.
Audit project health across architecture, security, performance, tests, and deps.
Analyze Phoenix context boundaries and coupling with `mix xref`.
| name | elixir-phoenix-liveview-debug |
| description | Debug LiveView events, assigns, reconnects, and render behavior. |
| metadata | {"short-description":"Debug LiveView lifecycle issues"} |
Use for hard LiveView bugs: state drift, duplicate events, slow renders, reconnect inconsistencies, and stream misuse.
mount, handle_params, handle_event, handle_info).Capture:
Map each callback to:
Look for stale assigns, overwritten state, and event-order assumptions.
Audit:
Apply the smallest safe fix:
Return: