name: hello-commit description: Custom commit workflow that replaces the built-in aif-commit. Demonstrates the skill replacement feature of the extension system. allowed-tools: Bash(git *) disable-model-invocation: true
Custom Commit (Hello Extension)
This skill replaces the built-in aif-commit to demonstrate the replaces feature.
Workflow
- Run
git statusandgit diff --cached - If nothing staged, suggest staging
- Generate a commit message with a
[hello]prefix - Ask for confirmation
- Execute
git commit