Agent skill

git-workflow-patterns

Use this skill when working on branching, PRs, commits, or releases. Triggers on: branch naming, PR workflow, commit messages, release strategy, or mentions of "branch", "PR", "commit", "release", "versioning", "changelog", or "git workflow".

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/git-workflow-patterns

SKILL.md

Git Workflow — DoclingOptimisation

Branching (GitHub Flow)

  • main is always deployable
  • Short-lived feature branches: feature/, fix/, chore/, docs/
  • Branch from main, merge back to main
  • Delete branches after merge

Commits (Conventional)

  • Format: type(scope): description
  • Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
  • Enforced by commit-message.sh hook
  • Body explains WHY, not what

Pull Requests

  • Keep PRs small and focused
  • Squash merge to main
  • Include What/Why/How/Testing sections in description

Releases

  • Semantic versioning in pyproject.toml
  • Docker image tags follow semver
  • Git tags trigger CI/CD deployment

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results