mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
5c1ce5f3bd
* Add azure-well-architected-review skill Adds a skill that performs a structured Azure Well-Architected Framework review of a workload's IaC (Bicep, Terraform, ARM) and deployed infrastructure across the 5 WAF pillars, then creates GitHub issues to track remediation. Mirrors the existing aws-well-architected-review skill, which had no Azure equivalent. * Address Copilot review feedback on azure-well-architected-review - Step 2: always inventory live Azure resources and compare with IaC to surface drift, instead of scanning IaC only - Step 5: add an explicit confirmation gate before any GitHub issue creation; ambiguous or negative responses stop with a console report - Fix nested code fences in the issue-body template by using a four-backtick wrapper