From c0e7bd49be8d077b7ad4dc56edd7bc78dfd40d5a Mon Sep 17 00:00:00 2001 From: mmariko Date: Mon, 29 Jun 2026 17:12:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20claude-review=20=E3=81=AE=20/review=20?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code v2.1.186 以降、/review が /code-review エンジンに委譲されるよう変更され、 非インタラクティブな SDK モード(CI)では即エラーになる。 prompt 先頭の `/review` を削除することで修正する。 by Claude --- .github/workflows/claude-review.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 2cd978d..bc9a780 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -111,8 +111,6 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | - /review - REPO: ${{ github.repository }} PR NUMBER: ${{ inputs.pr_number }}