Add azure-sdk-mgmt-pr-review Copilot skill to repository#56171
Merged
Add azure-sdk-mgmt-pr-review Copilot skill to repository#56171
Conversation
Move the azure-sdk-pr-review Copilot skill from local user skills to the repository .github/skills/ directory so it is available to all contributors.
live1206
commented
Feb 11, 2026
- Rename skill to azure-sdk-mgmt-pr-review to reflect management-plane scope - Clarify packages are under Azure.ResourceManager.* - Reference TypeSpec (client.tsp, tspconfig.yaml) instead of only autorest.md - Update output format to add comments directly to PR via GitHub MCP tools
8778083 to
7559ccf
Compare
live1206
commented
Feb 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Copilot skill under .github/skills/ to guide reviews of Azure SDK for .NET management-plane (Azure.ResourceManager*) pull requests, based on internal API review guidance.
Changes:
- Added a new Copilot skill definition:
azure-sdk-mgmt-pr-review. - Documented a management-plane PR review checklist (naming, parameters, acronyms, enums, type expectations, and common API patterns).
- Include Azure.ResourceManager (base package) in scope - Clarify Type Formatting table for .NET API surface (Guid not uuid) - Add TypeSpec note for UUID mapping
ArthurMa1978
approved these changes
Feb 11, 2026
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.
Description
Adds the
azure-sdk-mgmt-pr-reviewCopilot skill to.github/skills/so it is available to all contributors in this repository.This skill is drafted based on the .NET Mgmt. SDK API Review Guide.
It provides guidelines for reviewing Azure SDK for .NET management-plane library pull requests, including: