azure-well-architected-review
Installation
SKILL.md
Azure Well-Architected Review
This workflow performs a structured Azure Well-Architected Framework (WAF) review against your workload's IaC files and deployed infrastructure. It identifies risks across all 5 WAF pillars and creates GitHub issues to track remediation.
Prerequisites
- Azure CLI (
az) configured and authenticated - IaC files present in the repository (Bicep, Terraform, or ARM templates)
- GitHub MCP server configured and authenticated
Workflow Steps
Step 1: Load Well-Architected Framework Reference
Fetch current Azure WAF best practices:
https://learn.microsoft.com/en-us/azure/well-architected/- Service guides for the Azure services in use (
https://learn.microsoft.com/en-us/azure/well-architected/service-guides/) - Workload-specific guidance relevant to the workload type (SaaS, mission-critical, AI, etc.)
If the microsoft.docs.mcp MCP server is available, use it to query the latest pillar checklists and service-specific recommendations.