@@ -42,31 +42,13 @@ jobs:
4242
4343 # Direct prompt for automated review (no @claude mention needed)
4444 direct_prompt : |
45- Please review this pull request and provide feedback on:
46- - Code quality and best practices
47- - Potential bugs or issues
48- - Performance considerations
49- - Security concerns
50- - Test coverage
51-
52- Be constructive and helpful in your feedback.
45+ Please review this pull request and MINIMAL provide feedback on
46+ potential bugs or issues. Never praise or flatter. Be concise.
47+ Use simple, clear language. If you don't have anything significant
48+ to add, just reply LGTM.
5349
5450 # Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
55- # use_sticky_comment: true
56-
57- # Optional: Customize review based on file types
58- # direct_prompt: |
59- # Review this PR focusing on:
60- # - For TypeScript files: Type safety and proper interface usage
61- # - For API endpoints: Security, input validation, and error handling
62- # - For React components: Performance, accessibility, and best practices
63- # - For tests: Coverage, edge cases, and test quality
64-
65- # Optional: Different prompts for different authors
66- # direct_prompt: |
67- # ${{ github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' &&
68- # 'Welcome! Please review this PR from a first-time contributor. Be encouraging and provide detailed explanations for any suggestions.' ||
69- # 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
51+ use_sticky_comment : true
7052
7153 # Optional: Add specific tools for running tests or linting
7254 # allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"
7557 # if: |
7658 # !contains(github.event.pull_request.title, '[skip-review]') &&
7759 # !contains(github.event.pull_request.title, '[WIP]')
78-
0 commit comments