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.

For coding-related git work, load engineering-principles before this skill so atomic commits and hooks preserve the local engineering standards.

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.

Installs
21
First Seen
May 29, 2026
git-workflow — quick-brown-foxxx/myai