Skip to content

Commit e5bbd7c

Browse files
nbudinclaude
andcommitted
Add co-author and generated-by lines to fix-issue skill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3438a62 commit e5bbd7c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.claude/commands/fix-issue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Before writing any code:
4848

4949
- Stage all changes with `git add`
5050
- Write a concise, descriptive commit message referencing the issue (e.g. `Fix login bug (#1234)`)
51+
- The commit message must end with a co-author line:
52+
```
53+
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54+
```
5155
- Commit the changes
5256

5357
## Step 7: Open a PR
@@ -56,6 +60,7 @@ Before writing any code:
5660
2. Create a PR with `gh pr create`:
5761
- Title should summarize the fix
5862
- Body should reference the issue (`Fixes #<issue-number>`) and briefly describe what changed
63+
- Body must end with: `🤖 Generated with [Claude Code](https://claude.com/claude-code)`
5964
3. Add labels using the GitHub REST API (required — gh pr edit is broken):
6065

6166
```

0 commit comments

Comments
 (0)