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.
azure-role-selector
根据用户指定的权限需求,自动匹配最小权限的内置角色或生成定制化角色定义,并提供对应的 Azure CLI 命令与 Bicep 代码片段,实现角色分配的自动化与最佳实践落地。
快捷安装
在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中
npx skills add github/awesome-copilot --skill "azure-role-selector" 🔗 相关技巧
superpowers-workflow
遵循结构化流程处理开发任务,涵盖需求澄清、分步规划、测试优先的实现、代码审查与验证总结,适用于功能开发、调试、重构及自动化设计等场景,根据变更风险动态调整流程严格度。
webapp-testing
提供对本地 Web 应用的端到端测试能力,支持启动服务、自动化交互、截图诊断、控制台日志捕获及动态 DOM 分析,适用于验证前端功能与调试 UI 行为。
pr-creator
自动化创建符合规范的拉取请求,涵盖分支切换、模板识别与填充、预检验证及标准化提交,确保代码审查流程的合规性与完整性。
java-python-code-reviewer
提供针对 Java与 Python 代码的深度评审,聚焦正确性、复杂度分析与实现质量。支持算法题解审查,识别边界条件遗漏与性能瓶颈,推荐数据结构优化策略,并对比双语言实现差异,在保证逻辑严谨的同时提升代码可读性与执行效率。