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).
References
- ../datex-studio-shared/branch-setup.md — Branch selection (the Branch ID Policy applies: always ask, never assume)
Prerequisites
- Branch ID for a feature branch on a Datex Studio repo
- Target environment (defaults to
prod; pass--target qaor--target devonly if the user explicitly says so)