smart-git-commit
Installation
SKILL.md
Smart Git Commit
Create well-formatted commits with conventional commit format and emoji: $ARGUMENTS
Quick Start
# Basic commit with auto-generated message
/smart-git-commit
# Provide custom message
/smart-git-commit "add user authentication"
# Skip pre-commit checks
/smart-git-commit --no-verify
# Amend last commit
/smart-git-commit --amend