generating-commit-messages
SKILL.md
Generating Commit Messages
Instructions
- Run
git logto see recent commit messages and match the repository's existing commit message style - Run
git diff --stagedto see the changes being committed - Suggest a commit message adhering to conventional commit message conventions
Conventional Commit Format
Use the conventional commit format: <type>(<scope>): <subject>