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: Confirma y sube todo, luego abre una solicitud de PR a main --- ## Contexto - Estado actual de git: !`git status` - Diferencia actual de git (cambios preparados y no preparados): !`git diff HEAD` - Rama actual: !`git branch --show-current` - Commits recientes: !`git log --oneline -10` ## Tu tarea 1. Revisa los cambios existentes y luego crea un commit de git siguiendo la convención co...