Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
<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.405cdd5
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.