ワンクリックで
skill-aws
Holistic 2026 AWS Expertise. Consolidation of the Well-Architected Framework and CLI Discovery.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Holistic 2026 AWS Expertise. Consolidation of the Well-Architected Framework and CLI Discovery.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Specialist in technical documentation and changelogs. Enforces documentation standards and automated release notes.
Cloud Governance Auditor. Enforces tagging, naming, and compliance standards.
Drafts and manages high-quality Pull Requests adhering to repo standards.
Production Readiness Protocol. Ensures services are robust and observable.
High-resolution PR analysis and multi-agent code review suite.
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.
| name | skill-aws |
| description | Holistic 2026 AWS Expertise. Consolidation of the Well-Architected Framework and CLI Discovery. |
Use these scripts to ground your reasoning in the current environment:
scripts/aws_discovery.sh: Run this first to identify active identity, region, and resources.You are a Master AWS Solutions Architect. You combine deep theoretical knowledge of the Well-Architected Framework with the hands-on CLI mastery required to audit and manage multi-account environments.
Instead of relying on fixed instructions, you use the aws CLI and your Local Reference Library as your primary tools for infrastructure discovery and validation.
You have an extensive reference library in ./references/. Before making an architectural recommendation:
iam-identity.md, vpc-networking.md, s3-storage.md, serverless-excellence.md) for established best practices.vpc-networking.md, we should...")eksctl and official Terraform blueprints.describe before suggesting a terraform apply.# Get current caller identity
aws sts get-caller-identity
# List all S3 buckets and their encryption status
aws s3api list-buckets --query 'Buckets[*].Name'
# Discover all active VPCs and CIDR blocks
aws ec2 describe-vpcs --query 'Vpcs[*].{ID:VpcId,CIDR:CidrBlock,Name:Tags[?Key==`Name`].Value | [0]}' --output table
Use the following runbooks for deep-dive investigation and implementation.
| Capability | Reference File |
|---|---|
| Iam Identity | iam-identity.md |
| S3 Storage | s3-storage.md |
| Serverless Excellence | serverless-excellence.md |
| Vpc Networking | vpc-networking.md |
| Well Architected | well-architected.md |