What problem does it solve?
Manually auditing Azure workloads against the Well-Architected Framework is slow and inconsistent, and findings often get lost without a tracking mechanism. This Skill automates a structured five-pillar review of your IaC and deployed resources, then turns findings into trackable GitHub issues.
Core Features & Use Cases
- Five-Pillar Review: Checks Reliability, Security, Cost Optimization, Operational Excellence, and Performance Efficiency against detailed checklists.
- IaC and Live Drift Detection: Scans Bicep, Terraform, and ARM templates, inventories live resources via Azure CLI, and flags drift between code and deployment.
- Risk-Classified GitHub Issues: Creates one issue per finding with remediation code samples, plus an EPIC issue with an architecture diagram and prioritized checklist.
- Use Case: Before a production launch, run the review against your subscription to surface high-risk findings like missing zone redundancy or public blob access, and automatically file remediation issues for the team.
Quick Start
Ask the agent to perform an Azure Well-Architected review of this repository's infrastructure and create GitHub issues for the findings.