OutstandingGitPractices
OutstandingGitPractices™ contains a list of best practices to follow when using git. If you would like to become an outstanding dev, well, this is your guideline!
Install / Use
/learn @pH-7/OutstandingGitPracticesREADME
Outstanding Git Practices
The 2 Most Important Guidelines When Committing Your Code
Commit Messages 📝
Commit messages play a big role in the understanding of every change. They should be in present tense, short, clear and explicit.
They should clearly say what happened as well as the reason/motivation behind the change.
Ask yourself, “What are the changes done for?” In other words, “Why did you do what you did?” - In short, it is the explanation that we don't necessarily see in the code diff of the commit.
Additionally, add the ticket ID at the beginning of your commit message. Sometimes, we need to know the reason why a piece of code has been changed and need to dig into the ticket to have a full understanding of the context of the feature requirements.
Git Commits 🎨
✅ Each commit should be small and fix only one thing per commit, not more. Following this important rule, if your commit message contains the word and or + sign, that means you are trying to commit multiple changes in one commit and you shouldn't ❌
This rule is not just there to be nice. When you need to git revert or cherry-pick a commit from your git history, the fact that one commit only contains one specific update really helps.
🎥 Why you shouldn't use AI auto-generated commit messages?
<!-- [](https://youtu.be/V-QH6St6Ki8) -->👉 Click here to watch on YouTube
About the Author 👨🍳
Pierre-Henry Soria. A super passionate and enthusiastic software engineer, and a true cheese & chocolate lover 💫
Related Skills
apple-reminders
341.6kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
341.6kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
341.6kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
Security Score
Audited on Mar 26, 2026
