A slash command for Claude Code to perform (a) commit(s) following the conventional style.
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) description: એક git કમિટ બનાવો --- ## સંદર્ભ - વર્તમાન git સ્થિતિ: !`git status` - વર્તમાન git diff (સ્ટેજ કરેલા અને અનસ્ટેજ કરેલા ફેરફારો): !`git diff HEAD` - વર્તમાન શાખા: !`git branch --show-current` - તાજેતરના કમિટ્સ: !`git log --oneline -10` ## તમારું કાર્ય હાલના ફેરફારોની સમીક્ષા કરો અને પછી પરંપરાગત કમિટ ફોર્મેટને અનુસરીને એક git કમિટ બનાવો. જો તમને લાગે કે એક કરતાં વધુ ભિન્ન ફેરફારો છે તો તમે બનાવી શકો છો ...