smart-commit
Installation
SKILL.md
Smart Commit
AI-powered git commit message generation using LLM. Creates meaningful commit messages from code changes.
Capabilities
- Amend Last Commit - Summarize staged/unstaged changes and amend the last commit message
- Squash Commits - Summarize last N commits and create a consolidated commit
- Interactive Commit - Confirm files with user, then summarize and create new commit
Quick Start
For New Commit
# Show changed files and ask user confirmation
git status