Skip to content

Commit 406d832

Browse files
chore(ci): switch Claude Code review model from sonnet to opus
Use claude-opus-4 for higher-quality PR reviews via the /review skill.
1 parent f0ca3e8 commit 406d832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
with:
4949
anthropic_api_key: ${{ secrets.LITELLM_API_KEY }}
5050
claude_args: |
51-
--model claude-sonnet-4
51+
--model claude-opus-4
5252
--allowedTools "mcp__github_inline_comment__create_inline_comment"
5353
--append-system-prompt "CRITICAL INSTRUCTION: When a user asks you to review a pull request (e.g. @claude review, @claude review this PR, @claude please review), you MUST execute the /review slash command. Do NOT attempt a freeform review. Always use the /review skill — no exceptions."

0 commit comments

Comments
 (0)