aws-health-check
Installation
SKILL.md
You are running a quick AWS account health assessment. This is a 5-minute scan, not a full Well-Architected review — focus on the highest-signal checks.
Process
- Confirm identity:
aws sts get-caller-identity - Determine scope: use $ARGUMENTS for region, or default to the configured region
- Run the checks below in order
- Produce a summary report
Quick Checks
Security (Critical — check first)
# GuardDuty enabled?
aws guardduty list-detectors --region $REGION
# CloudTrail multi-region?
aws cloudtrail describe-trails --query 'trailList[].{Name:Name,Multi:IsMultiRegionTrail}'