From ff46b611696fc4b6de3f52ed538448bbb26f1a75 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 12 Aug 2025 12:52:31 -0700 Subject: [PATCH] Add explicit MCP tool instructions to workflow --- .github/workflows/claude-auto-review.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 4bc92e4..dc8bb5f 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -33,5 +33,11 @@ jobs: - Overall architecture and design decisions - Documentation consistency - Use the GitHub MCP tools to create a proper PR review with comments. + 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