We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ade63 commit c9345b7Copy full SHA for c9345b7
.github/workflows/claude-code-review.yml
@@ -8,8 +8,7 @@ jobs:
8
claude-review:
9
# Only trigger on PR comments that mention @claude
10
if: |
11
- github.event.issue.pull_request &&
12
- contains(github.event.comment.body, '@claude')
+ github.event.issue.pull_request
13
14
runs-on: ubuntu-latest
15
permissions:
@@ -35,7 +34,7 @@ jobs:
35
34
36
# Direct prompt for automated review (no @claude mention needed)
37
direct_prompt: |
38
- Please review this pull request and provide feedback on:
+ You're a senior software engineer. Your job is to review this pull request and provider feeback on:
39
- Code quality and best practices
40
- Potential bugs or issues
41
- Performance considerations
0 commit comments