git-commit-generation
Installation
SKILL.md
Generate Commit Messages
[!NOTE] This skill is based on the Kilo Code Git Commit Generation feature. Attribution: Originally from the Kilo Code Repository.
Generate descriptive commit messages automatically based on your staged git changes. Kilo Code analyzes your staged files and creates conventional commit messages that follow best practices.
{% callout type="info" %}
This feature only analyzes staged changes. Make sure to stage your files using git add or via VS Code interface before generating commit messages.
{% /callout %}
How It Works
The git commit message generator:
- Analyzes only your staged changes (not unstaged or untracked files)
- Uses AI to understand the context and purpose of your changes
- Creates descriptive commit messages that explain what was changed and why following the Conventional Commits (by default, customizable)