518 B
518 B
name, description
| name | description |
|---|---|
| commit | Updates changelog and proposes a concise verbal git commit message |
-
Run the changelog skill: read git log and staged changes, then update CHANGELOG.md accordingly (same as /changelog).
-
Propose a single-line verbal commit message:
- Concise, verbal style — e.g. "Add X", "Fix Y", "Refactor Z"
- NOT filename-style — never "update_something.py" or "changes to foo"
- In English
- Do NOT run git commit — only propose the message and wait for user confirmation.