git-conventions

Installation
SKILL.md

Git Conventions

Commit Message Format

Use conventional commits:

  • feat: - New features
  • fix: - Bug fixes
  • refactor: - Code refactoring
  • docs: - Documentation changes
  • style: - Formatting changes
  • test: - Test additions/changes
  • chore: - Maintenance tasks

Commit Template

git commit -m "feat: add new feature description
Installs
12
First Seen
Jan 23, 2026
git-conventions — bwl21/bwl-flyer-generator