Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests. (triggers: commit, branch, merge, pull-request, git)
82
77%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agent/skills/common/common-git-collaboration/SKILL.md<type>(<scope>): <description> (e.g., feat(auth): add login validation).feat, fix, docs, style, refactor, perf, test, chore.See implementation examples for conventional commit examples.
feat/, fix/, hotfix/, refactor/, docs/.main or develop — use Pull Requests.git rebase over merge for linear history on feature branches.git rebase -i to squash messy commits before pushing.Closes #123)..env, keys, or certificates — use .gitignore strictly.husky or lefthook for local Git Hooks enforcement.vX.Y.Z) and update CHANGELOG.md.git filter-repo to purge; rotate the secret.19a1140
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.