commit-message
Installation
SKILL.md
Generate Conventional Commit Message (Uncommitted Changes Only)
See docs/development/commit-conventions.md for the full project rules on commit messages (if available in this repo).
Create a single Conventional Commits message from the current uncommitted changes (staged + unstaged). Read-only: do not stage/commit/amend.
Argument hint: optional additional context.
Expected tools: shell access to git where available.
Inputs & Scope
- Source of truth is only:
- Staged:
git diff --cached - Unstaged:
git diff
- Staged:
- Ignore history (no previous commits), tags, or remote branches.
- Read diff hunks first; open full files only if necessary to clarify intent.