원클릭으로
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.