From 10ff83deaf0609f0072b00d410a4121a31423b9e Mon Sep 17 00:00:00 2001 From: fyzanshaik-atlan Date: Tue, 17 Feb 2026 20:43:02 +0530 Subject: [PATCH] chore(ci): switch Claude Code review model from sonnet to opus Use claude-opus-4 for higher-quality PR reviews via the /review skill. --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 690e263c3..a1fba1779 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,6 +48,6 @@ jobs: with: anthropic_api_key: ${{ secrets.LITELLM_API_KEY }} claude_args: | - --model claude-sonnet-4 + --model claude-opus-4-6 --allowedTools "mcp__github_inline_comment__create_inline_comment" --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."