git-commit-push
Installation
SKILL.md
Git Commit and Push
Quick Start
When committing and pushing changes:
- Check git status to see what changed
- Stage all changes with
git add . - Generate descriptive commit message following conventional commits
- Commit with the message
- Push to remote repository
Tras el push (deploy en Vercel): Si se cambiaron assets o se quiere que la actualización se vea pronto en todos los dispositivos, recordar purgar caché: npm run cache:purge (o Vercel → Settings → Caches). Ver skill build-start y docs/CACHE_PURGE_ANTES_DEPLOY.md.
Commit Message Format
Use Conventional Commits format: