Skip to content

Commit dd258fc

Browse files
authored
Merge pull request docker#24887 from dvdksn/docs/skill-agent-disclosure-footer
docs: fix skill agent disclosure guidance
2 parents 5d19e41 + 3bb2334 commit dd258fc

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

.agents/skills/check-pr/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ another PR, closed by automation.
7777
--field in_reply_to=<comment-id> \
7878
--field body="<response>"
7979
```
80-
- End every comment reply with a `Generated by [Claude Code](https://claude.com/claude-code)` footer
80+
- End every comment reply with an accurate agent-disclosure footer that names
81+
the active coding agent, for example `Generated by Codex` or `Generated by
82+
Claude Code`.
8183
- Resolve each thread via GraphQL after replying:
8284
```bash
8385
# Get thread IDs

.agents/skills/create-pr/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ gh pr create --repo docker/docs \
5050
5151
Closes #NNNN
5252
53-
Generated by [Claude Code](https://claude.com/claude-code)
53+
Generated by <active coding agent name>
5454
EOF
5555
)"
5656
```
5757

5858
Keep the body short. Reviewers need to know what changed and why — nothing
5959
else.
6060

61+
Use an accurate disclosure footer that names the active coding agent, for
62+
example `Generated by Codex` or `Generated by Claude Code`.
63+
6164
### Optional: Learnings section
6265

6366
If while working on this PR you discovered something non-obvious about the

.agents/skills/fix-issue/SKILL.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If triage says **close it** — comment with the reason and close:
2525
gh issue close $ARGUMENTS --repo docker/docs \
2626
--comment "<one sentence explaining why>
2727
28-
Generated by [Claude Code](https://claude.com/claude-code)"
28+
Generated by <active coding agent name>"
2929
```
3030
Done.
3131

@@ -34,15 +34,17 @@ If triage says **escalate upstream** — comment noting the repo and stop:
3434
gh issue comment $ARGUMENTS --repo docker/docs \
3535
--body "This needs to be fixed in <upstream-repo>.
3636
37-
Generated by [Claude Code](https://claude.com/claude-code)"
37+
Generated by <active coding agent name>"
3838
```
3939
Done.
4040

4141
If triage says **leave it open** — comment explaining what was checked and
4242
what's unclear. Do not close.
4343
Done.
4444

45-
End every issue comment with a `Generated by [Claude Code](https://claude.com/claude-code)` footer.
45+
End every issue comment with an accurate agent-disclosure footer that names
46+
the active coding agent, for example `Generated by Codex` or `Generated by
47+
Claude Code`.
4648

4749
If triage says **fix it** — proceed to step 3.
4850

.agents/skills/triage-issue/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ labels. Mention the action you took (closed, labeled, etc.).
133133
- A merged PR linked to an issue is strong evidence the issue is fixed
134134
- A closed-without-merge PR means the issue is likely still open
135135
- Do not narrate your process — produce the final report
136-
- End every issue comment with a `Generated by [Claude Code](https://claude.com/claude-code)` footer
136+
- End every issue comment with an accurate agent-disclosure footer that names
137+
the active coding agent, for example `Generated by Codex` or `Generated by
138+
Claude Code`.

0 commit comments

Comments
 (0)