You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/commands/commit.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,13 @@ Analyze the git diff of staged files and create a commit message following conve
29
29
5. Choose appropriate type and scope based on changes
30
30
6. Write concise description (50 chars max for first line)
31
31
7. Include body if changes are complex
32
-
8. Add breaking change footer if applicable
33
-
9. If this is the final commit after extensive Claude assistance with code creation/modification/deletion, add `Co-Authored-By: Claude <noreply@anthropic.com>` at the end of the commit body
34
-
10. Commit the staged changes with the generated message
32
+
8. Commit the staged changes with the generated message
33
+
34
+
**Co-authors**
35
+
Add the following co-authors: $ARGUMENTS
36
+
If the list is empty, do not add any co-authors.
37
+
Here is a list of co-authors (name, co-authored-by):
38
+
- claude: `Co-Authored-By: Claude <noreply@anthropic.com>`
0 commit comments