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: Committez et poussez tout, puis ouvrez une demande de PR vers main --- ## Contexte - Statut git actuel : !`git status` - Diff git actuel (modifications stagées et non stagées) : !`git diff HEAD` - Branche actuelle : !`git branch --show-current` - Commits récents : !`git log --oneline -10` ## Votre tâche 1. Passez en revue les modifications existantes, puis créez un commit git en suivant la convention co...