elixir-phoenix-incident-response
Handle Phoenix production incidents: triage, stabilize, narrow root cause, hotfix safely.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Handle Phoenix production incidents: triage, stabilize, narrow root cause, hotfix safely.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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-incident-response |
| description | Handle Phoenix production incidents: triage, stabilize, narrow root cause, hotfix safely. |
| metadata | {"short-description":"Handle Phoenix production incidents"} |
Use when production is degraded, error rate spikes, or critical user flows fail.
Restore service safely first, then deepen diagnosis.
Pick the lowest-risk stabilization path:
Gather:
Ship a hotfix only if:
Provide: