commit-message-generator
Commit Message Generator
Review a Datex Studio feature branch's pending changes and produce a quality
commit message suitable for recording against the branch. This skill reads the
branch server-side via dxs — it does not run git commit; Datex Studio has
its own commit flow and the message produced here is intended to be pasted into
the branch's commit UI (or into whatever downstream delivery the user chose).
It makes one write, and only one: when a branch resolves to a Project Task,
it stamps the branch URL onto that task's cr0c5_commit field so the link is
discoverable from both ends (Phase 5c). Nothing else is mutated — not the branch,
not any configuration, not the repo.
Every message must carry a pointer to the work item that justified the change. That traceability check is a first-class phase, not a formatting detail — see references/traceability.md.