From 55b437acc6217cb57c30755471c8e695109882d7 Mon Sep 17 00:00:00 2001 From: MatthewMckee4 Date: Sat, 7 Feb 2026 11:56:07 +0000 Subject: [PATCH 1/2] Disable co-author in commit-push-pr command Add instruction to not add collaborator when running the commit-push-pr slash command. Co-Authored-By: Claude Opus 4.6 --- .claude/commands/commit-push-pr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude/commands/commit-push-pr.md b/.claude/commands/commit-push-pr.md index 0a624d60..f60683fb 100644 --- a/.claude/commands/commit-push-pr.md +++ b/.claude/commands/commit-push-pr.md @@ -11,6 +11,8 @@ description: Commit, push, and open a PR ## Your task +Don't add yourself as a collaborator. + Based on the above changes: 1. Create a new branch if on main 2. Create a single commit with an appropriate message From b8421bf9ee946056da7b7ad2e756c9fa203d1148 Mon Sep 17 00:00:00 2001 From: MatthewMckee4 Date: Sat, 7 Feb 2026 11:57:18 +0000 Subject: [PATCH 2/2] Move co-author instruction inline in commit step Consolidate the no-collaborator instruction into step 2 instead of having it as a separate paragraph. --- .claude/commands/commit-push-pr.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.claude/commands/commit-push-pr.md b/.claude/commands/commit-push-pr.md index f60683fb..030462d6 100644 --- a/.claude/commands/commit-push-pr.md +++ b/.claude/commands/commit-push-pr.md @@ -11,11 +11,9 @@ description: Commit, push, and open a PR ## Your task -Don't add yourself as a collaborator. - Based on the above changes: 1. Create a new branch if on main -2. Create a single commit with an appropriate message +2. Create a single commit with an appropriate message, don't add claude as a collaborator 3. Push the branch to origin 4. Create a pull request using `gh pr create` 5. You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.