Commit Commands Skill
Maak een commit met dit bericht: $ARGUMENTS
Ondersteunde types:
- •feat: Nieuwe feature
- •fix: Bug fix
- •docs: Documentatie
- •style: Code style (geen functionele verandering)
- •refactor: Code refactoring
- •test: Tests toevoegen/aanpassen
- •chore: Onderhouds taken
Voorbeeld gebruik:
code
/commit-commands feat: add user authentication system /commit-commands fix: resolve login error /commit-commands docs: update README
Volg de conventional commits standaard voor duidelijke en consistente commit berichten.