-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add Microsoft Code Reference and Microsoft Docs skills #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…usage instructions
…ference and Microsoft Docs skills
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds two new agent skills for Microsoft documentation and code reference lookup to enhance GitHub Copilot's ability to query official Microsoft resources. These skills enable integration with Microsoft Learn MCP Server for accessing up-to-date documentation and API references.
- Adds
microsoft-docsskill for querying Microsoft documentation across Azure, .NET, Microsoft 365, and other Microsoft technologies - Adds
microsoft-code-referenceskill for looking up Microsoft API references, code samples, and SDK verification - Updates the skills documentation to include the new entries in the skills catalog
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| skills/microsoft-docs/SKILL.md | New skill providing instructions for querying Microsoft documentation with search and fetch tools |
| skills/microsoft-code-reference/SKILL.md | New skill providing instructions for API lookups, code samples, and error troubleshooting with Microsoft technologies |
| docs/README.skills.md | Added catalog entries for both new skills with descriptions and links |
|
#sign-off |
|
@Eimasogi & @TianqiZhang - thanks for the patience while we got around to reviewing after the holidays. Can you sync & run |
…usage instructions
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This PR adds Microsoft Code Reference and Microsoft Docs skills to ./skills/ folder.
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.