Git Commit Helper

Helps write clear and conventional git commit messages.

alexngai 2320fab 407 B Updated

File contents

Git Commit Helper

Write better commit messages following conventional commits format.

Format

<type>(<scope>): <subject>

<body>

<footer>

Types

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • refactor: Code refactoring
  • test: Adding tests
  • chore: Maintenance

alexngai/skill-tree/tree/main/scraper/test/fixtures/minimal-skill commit 2320fabe98

Frequently asked questions

npx skillmds@latest add alexngai/git-commit-helper