AgentSkillsCN

commit-commands

使用标准化的提交信息(feat、fix、docs 等)。

SKILL.md
--- frontmatter
name: commit-commands
description: Maak commits met gestandaardiseerde berichten (feat, fix, docs, etc)
disable-model-invocation: true
argument-hint: [type] [message]

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.