This automates the full git workflow when you're ready to push code: it stages everything, generates a conventional commit message, and pushes to remote with proper upstream tracking. The real value is in the smart_commit.sh script that handles the boilerplate so you don't have to context switch between coding and remembering commit conventions. It triggers when you say things like "push this" or "save to github", which feels natural when you've just wrapped up work. One thing to note: it's marked critical risk because it's writing to your repo, so you'll want to review what's being committed. Community contributed, ships with the automation script included.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill git-pushing