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 नुसार गिट कमिट तयार करा...