返回 Skill 列表
extension
分类: 开发与工程无需 API Key

hello-commit

自定义提交工作流,用于替换内置的aif-commit。展示了扩展系统的技能替换功能。

person作者: jakexiaohubgithub

Custom Commit (Hello Extension)

This skill replaces the built-in aif-commit to demonstrate the replaces feature.

Workflow

  1. Run git status and git diff --cached
  2. If nothing staged, suggest staging
  3. Generate a commit message with a [hello] prefix
  4. Ask for confirmation
  5. Execute git commit