From 4991f5b185f142ad705e6c9a645102fefdfaad54 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 31 Dec 2025 08:39:53 -0700 Subject: [PATCH] refactor: emphasise reading, add trailer Change description from conditional to mandatory phrasing and add Assisted-by trailer to formatted-commit usage example. Assisted-by: GLM 4.7 via Crush --- skills/formatting-commits/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/formatting-commits/SKILL.md b/skills/formatting-commits/SKILL.md index 79e2a67e09afb7a62848683ee4395feda1b61e53..fc3941d914cc82647b75024ece885eb12ecc38a0 100644 --- a/skills/formatting-commits/SKILL.md +++ b/skills/formatting-commits/SKILL.md @@ -1,6 +1,6 @@ --- name: formatting-commits -description: Creates commits strictly following Conventional Commits format. Use when committing changes, amending commits, or when the user mentions git commits, conventional commits, or commit messages. +description: Creates commits strictly following Conventional Commits format. ALWAYS read BEFORE committing changes, amending commits, or when the user mentions git commits, conventional commits, or commit messages. compatibility: Requires `git` and `formatted-commit` CLI tools license: AGPL-3.0-or-later metadata: @@ -28,7 +28,7 @@ Multi-line - Here EOF -)" +)" -T "Assisted-by: [Model] via [Agent]" Most source code repositories require both an appropriate prefix _and_ scope. Necessity of scope increases with repository size; the smaller the repo, the less necessary the scope. Valid trailers for ticket tracking integration depend on the platform in use.