commit-message-generator

Installation
SKILL.md

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.

References

Installs
93
Repository
datex/skills
First Seen
May 14, 2026
commit-message-generator — datex/skills