Hello Commit

Custom commit workflow that replaces the built-in aif-commit. Demonstrates the skill replacement feature of the extension system.

lee-to 5ac4776 488 B Updated

File contents

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

lee-to/ai-factory/tree/main/examples/extensions/aif-ext-hello/skills/hello-commit commit 5ac4776454

Frequently asked questions

npx skillmds@latest add lee-to/hello-commit