Commit Message

Generate a Conventional Commits message from staged changes. Use when the user asks to "write a commit message", "commit message", "gera a mensagem de commit", "commita isso", or right after staging with git add. Reads the staged diff, classifies it (feat/fix/docs/refactor/test/chore/...), and writes a <72-char imperative subject plus an optional body — it presents the message, it does not run the commit. Do not use for PR descriptions or changelogs — those are separate concerns.

gabriel-f-santos 6d0f190 3 files · 4.9 KB Updated

File contents

gabriel-f-santos/coding-agents/tree/main/skills/commit-message commit 6d0f190325

Frequently asked questions

npx skillmds@latest add gabriel-f-santos/commit-message