Update custom agents instructions with GitHub standard tool aliases#2906
Merged
Update custom agents instructions with GitHub standard tool aliases#2906
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update custom agents instructions for tool integration
Update custom agents instructions with GitHub standard tool aliases
Oct 31, 2025
pelikhan
approved these changes
Oct 31, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the custom agents documentation to reflect GitHub's new standardized tool aliases (read, edit, search, pr, issue) while maintaining backward compatibility with legacy tool names. The changes provide clear migration guidance and expand coverage to include MCP server tool syntax and new agent patterns.
Key Changes:
- Replaced legacy tool names with standard aliases throughout all examples
- Added comprehensive tool configuration section documenting aliases, legacy names, and MCP server syntax
- Introduced two new agent patterns: Issue Management Agent and Pull Request Assistant
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Agentic Changeset Generator triggered by this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
GitHub Copilot now defines standardized tool aliases for custom agents. The existing documentation used legacy tool names without mentioning the official aliases or migration path.
Changes
Tool Configuration Section
read,edit,search,pr,issuemy-mcp-server/tool-name,my-mcp-server/*)["*"]Examples Updated
Before:
After:
Backward compatibility maintained—legacy tool names continue to work.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
docs.github.comcurl -s REDACTED(dns block)python3 /tmp/fetch_docs.py(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.