Skip to content

Commit cf4249b

Browse files
committed
fix: Claude Code Reviewのプロンプト文言を改善
1 parent 6b3e6d7 commit cf4249b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070

7171
# Direct prompt for automated review (no @claude mention needed)
7272
direct_prompt: |
73-
動作確認をして、変更後にWebサイトが壊れてないかをチェックします。
73+
このPRについて、「不具合や脆弱性がないか」「動作が壊れてないか」をチェックしてください。
74+
7475
動作確認ではPlaywright MCPを使い、localhost:3000にアクセスして要素を確認し、その内容を簡潔にレポートしてください。
7576
7677
スクリーンショットを撮影する際は、以下の手順に従ってください:
@@ -83,7 +84,7 @@ jobs:
8384
8485
開発環境はすでに起動しているので、npm install や npm run dev は不要です。
8586
86-
応答はすべて日本語で行うこと
87+
応答はすべて日本語で行ってください
8788
8889
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
8990
# use_sticky_comment: true

0 commit comments

Comments
 (0)