A Claude Code skill (slash command) to open a PR after committing all outstanding changes and pushing them.
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(gh pr create:*) description: सब कुछ कमिट और पुश करें फिर मेन में एक PR अनुरोध खोलें --- ## संदर्भ - वर्तमान गिट स्थिति: !`git status` - वर्तमान गिट डिफ (स्टेज किए गए और अनस्टेज किए गए परिवर्तन): !`git diff HEAD` - वर्तमान शाखा: !`git branch --show-current` - हाल के कमिट: !`git log --oneline -10` ## आपका कार्य 1. मौजूदा परिवर्तनों की समीक्षा करें और फिर पारंपरिक co के अनुसार एक गिट कमिट बनाएं...