ワンクリックで
phoenix-commanded-engineering
Phoenix 1.8, Postgres, Commanded, Ecto, ExUnit, Dialyzer, and strict static-check conventions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Phoenix 1.8, Postgres, Commanded, Ecto, ExUnit, Dialyzer, and strict static-check conventions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fine-grained outside-in RED-GREEN-REFACTOR microcycles with specialist agents and single-diagnostic implementation.
RGR sequence, observed-failure evidence, drill-down unit tests, and non-behavioral exemptions for Phoenix/Commanded work.
Phoenix auth/session/CSRF, command authorization, event data sensitivity, Postgres, dependency, secret, and threat-model review triggers.
Process Forgejo PR feedback with reflection, guardrail-gap classification, and inline thread replies.
Classify review feedback and choose proportionate guardrails without inflating default context cost.
Write implementation plans as test-addressed red-green-refactor cycles rather than component waterfalls.
| name | phoenix-commanded-engineering |
| description | Phoenix 1.8, Postgres, Commanded, Ecto, ExUnit, Dialyzer, and strict static-check conventions. |
Use the project-pinned Elixir, Erlang, Node, and Postgres toolchain when the project defines one. If no pin exists yet, do not invent one during unrelated work. Keep MIX_ENV scoped to the command being run.
mix test path/to/file_test.exs:line when practical.DataCase for Ecto/Postgres behavior, ConnCase for request behavior, LiveView tests for interactive UI, aggregate/command tests for write-side invariants, and projection tests for read-model updates.mix format --check-formatted before handoff.MIX_ENV=test mix compile --warnings-as-errors --force and MIX_ENV=prod mix compile --warnings-as-errors --force.mix test --warnings-as-errors for broad test coverage.mix dialyzer --halt-exit-status as a required full gate once the Mix project exists.mix credo --strict and mix sobelow.