diff --git a/skills/formatting-commits/SKILL.md b/skills/formatting-commits/SKILL.md index fc3941d914cc82647b75024ece885eb12ecc38a0..dd26e5265863145be9a961da20af057ef07664bd 100644 --- a/skills/formatting-commits/SKILL.md +++ b/skills/formatting-commits/SKILL.md @@ -7,7 +7,12 @@ metadata: author: Amolith --- -Create/amend commits exclusively using `formatted-commit`. It has no sub-commands and the following options: +Create commits using `formatted-commit`. For amends, choose the appropriate approach: + +- **Message stays accurate** → `git commit --amend --no-edit` (or `-a --amend --no-edit` to stage all) +- **Message needs updating** → `formatted-commit --amend` to reconstruct with new type/scope/body + +`formatted-commit` has no sub-commands and the following options: -t --type Commit type (required)