What problem does it solve? Running AWS commands without knowing which account, region, or profile is active leads to mistakes against the wrong environment. This Skill enforces account-aware, read-only-first usage of the AWS CLI for safe cloud inspection and operations. ## Core Features & Use Cases - Identity and Configuration Checks: Verify the active account, region, and profile with aws sts get-caller-identity and aws configure list before any operation. - Resource Inspection: List and inspect S3 buckets, CloudFormation stacks, ECS clusters, Lambda functions, and CloudWatch log groups. - Log Diagnostics: Tail CloudWatch logs in follow mode for live troubleshooting of services. - Use Case: When debugging a failing deployment, confirm the correct account and region, describe the relevant CloudFormation stack, and tail the application's log group to find the error. ## Quick Start Use the AWS CLI to confirm the current account and region, then tail the CloudWatch logs for my service.