ui/src/skills/aws-cost-analysis/SKILL.md
Analyze AWS costs by service, account, and time period. Identifies top spenders, cost anomalies, and optimization opportunities. Use when reviewing cloud spend, preparing cost reports, or investigating unexpected charges.
npx skillsauth add cnoe-io/ai-platform-engineering aws-cost-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query AWS Cost Explorer data to break down spending by service, identify trends, detect anomalies, and recommend cost optimization actions.
Provide actionable recommendations with estimated savings:
## AWS Cost Analysis Report
**Period**: Feb 1 - Feb 9, 2026 | **Total Spend**: $24,567.89
### Cost Trend
| Week | Spend | Change |
|------|-------|--------|
| Jan 27 - Feb 2 | $5,890 | baseline |
| Feb 3 - Feb 9 | $6,234 | +5.8% |
### Top 5 Services by Cost
| Service | Cost | % of Total | MoM Change |
|---------|------|------------|------------|
| Amazon EKS | $8,234 | 33.5% | +12% |
| Amazon EC2 | $6,789 | 27.6% | -3% |
| Amazon S3 | $3,456 | 14.1% | +2% |
| Amazon RDS | $2,345 | 9.5% | +0% |
| AWS Lambda | $1,234 | 5.0% | +45% |
### Anomalies Detected
1. **Lambda costs up 45%** - New function `data-pipeline-processor` deployed Feb 3
2. **EKS costs up 12%** - Node group scaled from 5 to 8 nodes
### Optimization Opportunities
| Recommendation | Estimated Monthly Savings |
|---------------|--------------------------|
| Right-size 3 oversized EC2 instances | $450/mo |
| Purchase EKS Savings Plan | $1,200/mo |
| Delete 12 unattached EBS volumes | $180/mo |
| **Total Potential Savings** | **$1,830/mo** |
testing
Compare A2A streaming behaviour across supervisor versions. Captures SSE events, analyzes metadata flags (is_narration, is_final_answer), and produces side-by-side comparison reports.
testing
Generate a comprehensive sprint progress report from Jira with velocity metrics, burndown analysis, blocker identification, and team workload distribution. Use when preparing sprint reviews, standups, or tracking sprint health mid-cycle.
development
Scan GitHub repositories for security vulnerabilities including Dependabot alerts, code scanning results, and secret scanning findings. Use when auditing repository security, preparing compliance reports, or triaging vulnerability alerts.
development
Perform a comprehensive code review of a specific GitHub Pull Request. Analyzes code changes, checks for bugs, security issues, test coverage, and coding standards compliance. Use when a user provides a PR URL or asks to review a specific pull request.