Custom commit workflow that replaces the built-in aif-commit. Demonstrates the skill replacement feature of the extension system.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add lee-to/ai-factory --skill hello-commit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hello Commit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lee-to-hello-commit)More formats (shields.io, HTML) on the badges page.
---
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
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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!