From 4fdb1a3dec7945575dcc7738e4405ce5a70d25bc Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 18 Dec 2025 23:33:17 +0800 Subject: [PATCH 1/2] ci: polish claude code review prompts --- .github/workflows/claude-code-review.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 954cc60b075..b4556a7cdab 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -49,6 +49,14 @@ jobs: Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback. + Please note that the attention of contributors and maintainers is the MOSY valuable resource. + Less is more: focus on the most important aspects. + + - Your review output SHOULD be concise and clear. + - You SHOULD only highlight P0 and P1 level issues, such as severe bugs, performance degradation, or security concerns. + - You MUST not reiterate detailed changes in your review. + - You MUST not repeat aspects of the PR that are already well done. + Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md From 5b3d75408f086c3dc2cde06617cc50db77da0d70 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 18 Dec 2025 23:36:28 +0800 Subject: [PATCH 2/2] polish --- .github/workflows/claude-code-review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b4556a7cdab..9e536376a00 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -47,9 +47,7 @@ jobs: - Security concerns - Test coverage - Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback. - - Please note that the attention of contributors and maintainers is the MOSY valuable resource. + Please note that the attention of contributors and maintainers is the MOST valuable resource. Less is more: focus on the most important aspects. - Your review output SHOULD be concise and clear. @@ -57,6 +55,8 @@ jobs: - You MUST not reiterate detailed changes in your review. - You MUST not repeat aspects of the PR that are already well done. + Use the repository's CLAUDE.md for more guidance on style and conventions. + Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md