Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .claude/skills/commit/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ When asked to commit code, follow these steps:
4. Stage and commit the changes:

- Add relevant files using `git add`
- Create the commit with a message ending with:
```
Co-Authored-By: Claude <noreply@anthropic.com>
```
- Use a HEREDOC for the commit message to ensure proper formatting, **unless** you are sandboxed, in
which case use a plain string because HEREDOCs are not supported.
- Use a plain string for the commit message (do not use HEREDOCs).

5. Report the results including:
- The commit hash
Expand Down
Loading