git-workflow
Installation
SKILL.md
Git Workflow
Git is the safety net for agentic development: branches isolate work, commits are save points, and history explains why changes happened.
Default posture:
main/master/dev branch -> stays clean and stable
feature/fix work -> happens in a branch or worktree when non-trivial
commits -> small, verified, atomic, and descriptive
This skill gives defaults. User instructions, project conventions, host rules, and repository-specific workflows override them.