Back to skills
extension
Category: Development & EngineeringNo API key required

git-commits

Git commit message conventions using Conventional Commits format

personAuthor: jakexiaohubgithub

Git Commit Conventions

Use Conventional Commits format:

type(scope): description

Allowed types: feat, fix, docs, style, refactor, test, chore

Examples:

  • feat(auth): add OAuth login support
  • fix(api): fix user query returning null
  • docs(readme): update installation instructions