azure-role-selector

根据用户指定的权限需求,自动匹配最小权限的内置角色或生成定制化角色定义,并提供对应的 Azure CLI 命令与 Bicep 代码片段,实现角色分配的自动化与最佳实践落地。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add github/awesome-copilot --skill "azure-role-selector"

Use ‘Azure MCP/documentation’ tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity (If no built-in role matches the desired permissions, use ‘Azure MCP/extension_cli_generate’ tool to create a custom role definition with the desired permissions). Use ‘Azure MCP/extension_cli_generate’ tool to generate the CLI commands needed to assign that role to the identity and use the ‘Azure MCP/bicepschema’ and the ‘Azure MCP/get_bestpractices’ tool to provide a Bicep code snippet for adding the role assignment.