From e73d4965bb95f0e506f3c39789f9f61faad87e97 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 4 Feb 2026 22:59:53 -0800 Subject: [PATCH 1/3] Update claude.yml --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 4dd49c92..396bcc2e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -47,10 +47,10 @@ jobs: actions: read # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - # prompt: 'Update the pull request description to include a summary of changes.' + prompt: If you are asked to provide code review feedback, use the /code-review command. # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options - # claude_args: '--allowed-tools Bash(gh pr:*)' + claude_args: '--model opus' From 905106767f714eebdbb59f86efc216be96e6ed20 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 4 Feb 2026 23:00:43 -0800 Subject: [PATCH 2/3] Update claude-code-review.yml --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 4477e25b..57c52dfc 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -34,5 +34,5 @@ jobs: # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options - claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' + claude_args: '--model opus --allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' From 12c411d3351dddca1720821edbd3f8ba49e33c9f Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 4 Feb 2026 23:02:58 -0800 Subject: [PATCH 3/3] Update claude.yml --- .github/workflows/claude.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 396bcc2e..f635c9a3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -47,10 +47,12 @@ jobs: actions: read # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - prompt: If you are asked to provide code review feedback, use the /code-review command. + prompt: | + REPO: ${{ github.repository }} + If you are asked to provide code review feedback, use the /code-review command. # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options - claude_args: '--model opus' + claude_args: '--model opus --allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'