Agent skill

git-workflow

Git best practices for version control and collaboration

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

SKILL.md

Git Workflow

Best practices for Git version control.

Commit Guidelines

  • Write clear, descriptive commit messages
  • Use conventional commit format (feat, fix, docs, etc.)
  • Keep commits atomic and focused
  • Reference issue numbers when applicable

Branching Strategy

  • Use feature branches for new work
  • Keep main/master branch stable
  • Rebase or merge based on team conventions
  • Delete branches after merging

Collaboration

  • Pull frequently to stay updated
  • Resolve conflicts carefully
  • Review diffs before committing
  • Use pull requests for code review

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