Add PULL_REQUEST_TEMPLATE.md guidance to create_pull_request tool description #1077
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR enhances the
create_pull_request
tool description to instruct LLMs to use the repository'sPULL_REQUEST_TEMPLATE.md
file as a reference when creating pull request descriptions, ensuring consistency with repository conventions.Problem
Currently, agents using the GitHub MCP server create pull requests without considering the pull request template that may exist in the repository. This leads to inconsistent PR descriptions that don't follow the established repository guidelines and UI flow that GitHub provides.
Solution
Updated the tool description for the
create_pull_request
tool to include guidance about referencingPULL_REQUEST_TEMPLATE.md
files:Before:
After:
Changes Made
pkg/github/pullrequests.go
for theCreatePullRequest
functionpkg/github/__toolsnaps__/create_pull_request.snap
Testing
This change is minimal and focused, providing better guidance to LLMs while maintaining full backward compatibility with existing implementations.
Closes #[issue_number]
Additional instructions:
Fixes #1076
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.