From 39b3855841dda761f363cf9b0fd302e06743b52c Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 12 Aug 2025 14:29:54 -0700 Subject: [PATCH] Update workflow to use /review slash command --- .github/workflows/claude-auto-review.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index dc8bb5fe..67d5778a 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -23,21 +23,4 @@ jobs: uses: anthropics/claude-code-action@v1-dev with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - prompt: | - Please review this pull request and provide comprehensive feedback. - - Focus on: - - Code quality and best practices - - Potential bugs or issues - - Suggestions for improvements - - Overall architecture and design decisions - - Documentation consistency - - Steps: - 1. Use mcp__github__get_pull_request to get PR details - 2. Use mcp__github__get_pull_request_diff to see the changes - 3. Use mcp__github__create_pending_pull_request_review to start a review - 4. Use mcp__github__add_comment_to_pending_review for specific feedback - 5. Use mcp__github__submit_pending_pull_request_review with event: COMMENT to submit - - Create a review with constructive feedback and submit it as a COMMENT (not APPROVE). \ No newline at end of file + prompt: /review \ No newline at end of file