# Hello Commit

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

- Skill: `lee-to/hello-commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lee-to/hello-commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lee-to/hello-commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: lee-to (https://skillmd.com/u/lee-to)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lee-to/hello-commit

---


# 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`

