We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50ea0e commit f02b616Copy full SHA for f02b616
1 file changed
.github/workflows/claude-review.yml
@@ -33,8 +33,11 @@ jobs:
33
ANTHROPIC_BASE_URL: https://api.minimax.io/anthropic
34
with:
35
anthropic_api_key: ${{ secrets.MINIMAX_API_KEY }}
36
+ show_full_output: true
37
prompt: |
- Review this pull request. Focus on:
38
+ Review this pull request and always leave a review comment on the PR summarizing your findings.
39
+ Even if the changes are minor, post a brief comment acknowledging the review.
40
+ Focus on:
41
1. Code correctness and potential bugs
42
2. TypeScript type safety
43
3. React best practices and performance
0 commit comments