Help us improve
Share bugs, ideas, or general feedback.
From claude-devops
Investigate AWS resource issues by running run-investigation.sh with the service type, resource name, profile, and region.
npx claudepluginhub kjenney/claude-devopsHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-devops:aws-troubleshootingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The `/aws-investigate` command and `aws-investigator` agent run the automated investigation orchestrator:
Investigates AWS incidents and observability gaps using CloudWatch metrics, logs, alarms, traces, EventBridge, and runbooks. Prefer RDS/Aurora for database-specific performance incidents.
Provides AWS observability via CloudWatch Logs Insights queries, Metrics & Alarms, Application Signals APM, CloudTrail auditing, and codebase observability gap analysis for Python, Java, JS/TS, Go, Ruby, C#. Useful for incident response, log analysis, alerting, performance monitoring, and security auditing.
Provides advanced AWS CLI patterns for EC2, Lambda, S3, DynamoDB, RDS, VPC, IAM, CloudWatch management. Generates bulk scripts, automates workflows, validates security configs, executes JMESPath queries.
Share bugs, ideas, or general feedback.
The /aws-investigate command and aws-investigator agent run the automated investigation orchestrator:
bash skills/aws-troubleshooting/run-investigation.sh "<service-type>" "<resource-name>" "<profile>" "<region>"
lambda - Lambda function concurrency, errors, throttling, logsrds - RDS instance status, connections, storage, performanceec2 - EC2 instance status, system checks, CPU/network metricsecs - ECS service status, task state, container logss3 - S3 bucket configuration, access, replication statusalb - ALB health, target groups, listener statusvpc - VPC security groups, network ACLs, route tables/aws-investigate commandexamples/investigate-lambda.sh - Queries Lambda function metrics, errors, logsexamples/investigate-rds.sh - Queries RDS instance metrics, connections, events