What problem does it solve?
Manually auditing AWS infrastructure against the Well-Architected Framework is time-consuming and error-prone, and findings often get lost without a tracking mechanism. This Skill automates the review of your IaC and live AWS resources across all 6 WAF pillars and turns every finding into a tracked GitHub issue.
Core Features & Use Cases
- Six-Pillar Review: Systematically checks Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability against Terraform, CloudFormation, CDK, and SAM files.
- Risk Classification: Classifies each finding as High, Medium, or Low risk with concrete IaC remediation snippets and AWS CLI fallbacks.
- GitHub Issue Tracking: Creates individual labeled issues per finding plus an EPIC issue with a pillar breakdown table and Mermaid architecture diagram.
- Use Case: Before a production launch, run the review against your Terraform repository to surface security gaps like unencrypted S3 buckets or overly permissive IAM policies, then track remediation through automatically created GitHub issues.
Quick Start
Ask the agent to perform an AWS Well-Architected Framework review of this repository's infrastructure code and create GitHub issues for the findings.