From 0a36b63a9f0d07d171a05337a6f363568248db2a Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 4 Mar 2026 14:11:04 -0500 Subject: [PATCH] Clarify commit msg footer change when patch is human --- .claude/skills/commit-msg/SKILL.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.claude/skills/commit-msg/SKILL.md b/.claude/skills/commit-msg/SKILL.md index 8264f628..0592257e 100644 --- a/.claude/skills/commit-msg/SKILL.md +++ b/.claude/skills/commit-msg/SKILL.md @@ -174,11 +174,16 @@ Common in piker commits (33.0% use colons): - `.accounting: description` ### Claude-code Footer -When commits assisted by claude-code, include: +When written patch was assisted by claude-code, include: ``` -(this patch was generated in some part by -[`claude-code`][claude-code-gh]) +(this patch was generated in some part by [`claude-code`][claude-code-gh]) +[claude-code-gh]: https://github.com/anthropics/claude-code +``` + +when only the commit msg was written by claude-code, use: +``` +(this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code ```