diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index ec432ec..1d1f367 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -22,3 +22,6 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_CODE_REVIEW_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} + prompt: | + Review this pull request. Describe the changes made. Check for bugs, security issues, logic errors, + and code quality problems. Post your findings as a PR review comment.