git-workflow

Installation
SKILL.md

Git Workflow

Commit Messages

Format: <type>: <description>

Types: feat, fix, refactor, test, docs, style, chore

  • Description starts with lowercase verb
  • Max 72 characters for first line
  • Add body for complex changes

Branch Workflow

  1. Create feature branch from main: git checkout -b feat/description
  2. Make changes in small, focused commits
  3. Push and create PR
  4. After review, squash-merge to main
Installs
1
GitHub Stars
972
First Seen
Jun 2, 2026
git-workflow — vstorm-co/pydantic-deepagents