Generate conventional commit message for staged changes
/plugin marketplace add grumps/claude-dotfiles/plugin install grumps-gdf@grumps/claude-dotfiles(no arguments)# Commit > Quick command: `/gdf:commit` or `/commit` > > Analyzes staged changes and generates a conventional commit message > following repository standards. ## Quick Reference - **Usage**: `/commit` - **Prerequisites**: Changes must be staged (`git add`) - **Output**: Commit message following Conventional Commits format - **Standards**: References `skills/commits/SKILL.md` ## Error Handling - **No staged changes**: Shows error message and usage instructions - **Not in git repository**: Shows error about git requirement - **Detached HEAD state**: Warns user about current git state ##...