--- name: git-commit-smart description: Generates meaningful, conventional commit messages automatically. Use when committing code changes. Analyzes diff to create descriptive commits following best practices. --- # Smart Git Commit > Inspired by [claude-code-plugins-plus](https://github.com/jeremylongshore/claude-code-plugins-plus) ## Purpose Automatically generate meaningful commit messages by analyzing staged changes, following conventional commit format. ## Commit Message Format ``` ():