# Git Workflow

> Branching, rebasing, commit hygiene, and review-friendly history for agency delivery. Use when this capability is needed.

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

---


# Git Workflow

Use this skill when you need disciplined version control behavior across delivery streams.

## Core Rules

- Keep branches small and purpose-built.
- Prefer descriptive commit messages with a single concern per commit.
- Rebase or merge consciously, based on the repo's current release flow.
- Avoid mixing unrelated work in the same branch unless the user asked for a bundle.
- Treat `git status` and `git diff` as the first check before and after edits.

## Outputs

- Clean branch plan
- Commit sequence recommendation
- Review notes for PR readiness

---
> Source: [Zakarialabib/opencode](https://github.com/Zakarialabib/opencode) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

