git-pushing

Stage all changes, create a conventional commit, and push to the remote branch.

Content Preview
---
name: git-pushing
description: "Stage all changes, create a conventional commit, and push to the remote branch."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Git Push Workflow

Stage all changes, create a conventional commit, and push to the remote branch.

## When to Use
Automatically activate when the user:

- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wa
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/git-pushing.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/git-pushing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/git-pushing/SKILL.md

Related Skills