feat: add aws-well-architected-review skill#12
Merged
vishwasnavadak merged 4 commits intoantstackio:mainfrom Mar 25, 2026
Merged
feat: add aws-well-architected-review skill#12vishwasnavadak merged 4 commits intoantstackio:mainfrom
vishwasnavadak merged 4 commits intoantstackio:mainfrom
Conversation
Skill Evaluator — Tier 1 Results✅ All checks passed
|
vishwasnavadak
requested changes
Mar 25, 2026
Member
vishwasnavadak
left a comment
There was a problem hiding this comment.
update https://github.com/antstackio/skills/blob/main/README.md with the updated list that includes this skill as well.
vishwasnavadak
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AWS Well-Architected Review Skill
Overview
A skill that enforces AWS Well-Architected best practices during both infrastructure generation and code review.
The skill operates in two distinct modes:
It is designed to work across multiple Infrastructure as Code (IaC) frameworks and automatically adapts to the project’s context.
Video
https://drive.google.com/file/d/11OHiGAgBjiAP5AAF-RgtOzC7zf5dzuPk/view?usp=drive_link
Core Functionality
Generate Mode
In generation workflows, the skill ensures that infrastructure is created with Well-Architected defaults applied by design, eliminating the need for later corrections.
It enforces best practices across key AWS services.
Review Mode
In review workflows, the skill scans existing infrastructure and application code to detect anti-patterns across all Well-Architected pillars.
It produces a structured findings report that includes:
Supported Frameworks
The skill supports multiple IaC frameworks and automatically detects the framework and language used in the project:
Pillars Evaluated
The skill evaluates infrastructure against all major AWS Well-Architected pillars along with cross-cutting concerns:
Security
IAM least privilege, encryption, public access, secrets management, network isolation
Reliability
DLQs, retries, backups, idempotency, fault tolerance mechanisms
Performance Efficiency
Resource sizing, compute choices, caching, batching, architecture optimizations
Cost Optimization
Over-provisioning, scaling strategies, log retention, lifecycle policies, cost-heavy resources
Operational Excellence
Observability, CI/CD readiness, deployment strategies, tagging, infrastructure coverage
Sustainability
Efficient resource usage, batching, reduced idle compute
Cross-Cutting Concerns
Event-driven design, service coupling, error handling, backpressure, environment isolation
Skill Behavior
The skill is automatically triggered in both generation and review scenarios.
Generation use cases:
Review use cases:
Output Structure (Review Mode)
The review output follows a consistent and structured format:
Architecture summary (services, patterns, framework)
Quick wins for immediate improvements
Findings grouped by pillar
Each finding includes:
This ensures the output is directly actionable during development and code review.