From fd1877debc1340db5a461a0e4644931de8e1c271 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Tue, 19 May 2026 14:50:18 -0700 Subject: [PATCH] Simplify comment tool instructions in prompt (#1328) --- src/create-prompt/index.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index dda7ebaf..36c54bf7 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -698,15 +698,7 @@ ${sanitizeContent(eventData.commentBody)} ` : "" } -${` -IMPORTANT: You have been provided with the mcp__github_comment__update_claude_comment tool to update your comment. This tool automatically handles both issue and PR comments. - -Tool usage example for mcp__github_comment__update_claude_comment: -{ - "body": "Your comment text here" -} -Only the body parameter is required - the tool automatically knows which comment to update. -`} +IMPORTANT: Use the mcp__github_comment__update_claude_comment tool to update your comment (load it with ToolSearch first). Your task is to analyze the context, understand the request, and provide helpful responses and/or implement code changes as needed.