git-conventions
Installation
SKILL.md
Git Conventions
Commit Message Format
Use conventional commits:
feat:- New featuresfix:- Bug fixesrefactor:- Code refactoringdocs:- Documentation changesstyle:- Formatting changestest:- Test additions/changeschore:- Maintenance tasks
Commit Template
git commit -m "feat: add new feature description