improve pr approach

This commit is contained in:
David Blass
2025-10-30 14:16:44 -04:00
parent 05fb2065b2
commit b2badf6d16
3 changed files with 36 additions and 13 deletions
+2
View File
@@ -5,4 +5,6 @@ export const instructions = `- use the ${mcpServerName} MCP server to interact w
- do not under any circumstances use the gh cli
- if prompted by a comment to respond to create a new issue, pr or anything else, after succeeding,
also respond to the original comment with a very brief message containing a link to it
- if prompted for to review a pr, use the diff_hint returned by mcp__${mcpServerName}__get_pull_request to get the diff
and analyze the diff to determine the review type and body
`;