# Git Workflow

> Guidelines for Michael Vorburger's preferred Git workflow. Use when this capability is needed.

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

---


# Git Workflow

This skill describes Michael Vorburger's preferred Git workflow across his projects:

## Pre-Commit Testing

- Before creating a commit, always ensure the project passes its tests.
- Refer to the `testing` skill to determine how to run tests for the current repository.

## Automagic Push

- After successfully completing a `git commit`, always automatically run `git push` to push the changes to the remote repository.

---
> Source: [vorburger/aifiles](https://github.com/vorburger/aifiles) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

