Skip to content

Commit 22cbf96

Browse files
a-simeshinclaude
andauthored
Simplify Claude review output format
- If no issues: just "LGTM" - If issues found: list concisely with inline comments - Remove verbose explanations and checklists Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f58148c commit 22cbf96

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ jobs:
4545
- Security concerns
4646
- Performance considerations
4747
48-
IMPORTANT:
49-
- Review ONLY the PR diff, not the entire codebase
48+
INSTRUCTIONS:
5049
- Use `gh pr diff` to see the changes
5150
- Use `gh pr comment` for top-level feedback
52-
- Use `mcp__github_inline_comment__create_inline_comment` to highlight specific code issues
51+
- Use `mcp__github_inline_comment__create_inline_comment` for specific code issues
5352
- Provide feedback in Russian if PR description is in Russian, otherwise in English
54-
- Only post GitHub comments - don't submit review text as messages
53+
54+
OUTPUT FORMAT:
55+
- If no issues found: just comment "LGTM" (nothing else)
56+
- If issues found: list them concisely with inline comments where applicable
57+
- Do NOT include internal checklists or verbose explanations
58+
- Keep it short and actionable
5559
5660
claude_args: |
5761
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Read,Glob,Grep"

0 commit comments

Comments
 (0)