# Git Workflows

> Safe day-to-day git workflows for branching, sync, and cleanup. Use when this capability is needed.

- Skill: `tomevault-io/git-workflows-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/git-workflows-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/git-workflows-5/raw
- Safety review: pending
- 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-workflows-5

---


# Git Workflows

## Purpose

Standardize safe local git workflows for branch creation, synchronization, and cleanup.

## Inputs

- branch intent (feature/fix/chore)
- base branch (usually `main`)

## Process

1. Snapshot state with `git-status` skill.
2. Create or switch branch with clear naming.
3. Rebase or merge from base branch intentionally.
4. Commit in small units with meaningful messages.
5. Push with upstream tracking.

## Output Format

- actions taken
- resulting branch state
- next safe git step

## Quality Checks

- [ ] No destructive commands unless explicitly requested
- [ ] No force push to protected branches
- [ ] Working tree state verified after each workflow step

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

