hoangnguyen0403/agent-skills-standard-common-common-git-collaboration
Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests.
This is a copy. The original lives at hoangnguyen0403/common-git-collaboration.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill common-git-collaboration
<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 secret.Take hoangnguyen0403/agent-skills-standard-common-common-git-collaboration from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.