git-best-practices
Original:🇺🇸 English
Translated
Git best practices for commit messages and branch workflow. Use when: - Writing, reviewing, or advising on a git commit message - Advising on branching strategy, merging, or rebasing - Setting up or explaining a team Git workflow - Preparing or reviewing a pull request - Resolving or advising how to avoid merge conflicts - Any task involving git history, linear history, or PR hygiene
12installs
Sourceaksuharun/skills
Added on
NPX Install
npx skill4agent add aksuharun/skills git-best-practicesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Git Best Practices
Two core areas:
- Commit messages — how to write clear, meaningful commit messages
- Branch workflow — how to keep a clean, linear history using rebase
Read the relevant reference file(s) before advising.
References
- references/commit-messages.md — The 7 rules for great commit messages. Read when writing, reviewing, or advising on commit messages.
- references/git-workflow.md — Rebase-first branch workflow for clean history. Read when advising on branching strategy, PRs, merging, or conflict resolution.