elixir-phoenix-migrations
Plan Ecto and Postgres migrations with additive, backfill-safe rollouts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan Ecto and Postgres migrations with additive, backfill-safe rollouts.
用 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-migrations |
| description | Plan Ecto and Postgres migrations with additive, backfill-safe rollouts. |
| metadata | {"short-description":"Plan safe Ecto/Postgres migrations"} |
Use when schema changes touch production data or availability. This skill optimizes for reversible, staged rollouts.
Mark the request as:
For transitional/destructive work, create a phased sequence:
Check for:
Specify:
Return: