Use this skill when working with git — making commits, creating branches, resolving merge conflicts, opening pull requests, or reviewing diffs. Apply whenever the user asks about version control operations.
75
93%
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
Commits:
Add feature X, not Added feature X.git add <file>), not git add . blindly.Branches:
git checkout -b feature/my-change.Pull Requests:
Closes #123).Never: force-push to shared branches, skip hooks with --no-verify, or commit secrets.
922caf3
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.