aws-well-architected-review

仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

将 WAF 审查自动化并形成可跟踪的改进项,便于治理。

▸ 风险提示

需访问 IaC 文件和 AWS 资源,可能涉及敏感架构数据。

这个 Skill 做什么

对工作负载进行 AWS Well‑Architected 框架审查并生成改进项与 GitHub issues。

对代码库里的 IaC 和已部署架构执行 AWS Well‑Architected 框架审查,识别在六大支柱(如安全、可靠性、性能、成本等)里的风险,并把改进项生成 GitHub issue 跟踪。适合在上线前或例行评估时找出架构短板并分配修复任务。特点是能把审查结果自动落地为可跟踪的问题,便于协作整改。

▸ 展开 SKILL.md 英文原文

Perform an AWS Well-Architected Framework review of the current workload IaC and architecture, generating findings and GitHub issues for improvements.

自动化集成架构评审AWS WAFIaC审查通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-well-architected-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-well-architected-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS Well-Architected Review

This workflow performs a structured AWS Well-Architected Framework (WAF) review against your workload's IaC files and deployed infrastructure. It identifies risks across all 6 WAF pillars and creates GitHub issues to track remediation.

## Prerequisites
- AWS CLI configured and authenticated
- IaC files present in the repository (Terraform, CloudFormation, CDK, or SAM)
- GitHub MCP server configured and authenticated

## Workflow Steps

### Step 1: Load Well-Architected Framework Reference
Fetch current AWS WAF best practices:
- `https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html`
- Pillar-specific lenses relevant to the workload type (Se
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有