# Git Push

> Adds, commits, and pushes to GitHub. Use when this capability is needed.

- Skill: `tomevault-io/git-push-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/git-push-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/git-push-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/git-push-3

---


# Push Skill

When committing and pushing changes, always follow this sequence:

1. `git add .` - Stage all changes
2. `git commit -m "descriptive message"` - Commit with a clear message describing what changed
3. `git push` - Push to remote

Do all three steps. Don't ask for confirmation between steps.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/random-lives) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

