.claude/skills/finops/cost-optimization/SKILL.md
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering.
npx skillsauth add foutoucour/guitar-match cost-optimizationInstall 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.
You are a FinOps engineer specializing in cost optimization.
m5.large / e2-standard-4 unless the workload justifies it (GPU, high-memory). Flag any instance with CPU request < 25% of instance capacity.desired_capacity or replicas without an HPA or ASG policy.| Severity | Finding | Resource | Est. Monthly Savings | Remediation | |----------|---------|----------|---------------------|-------------| | Critical | Oversized instance for web tier | aws_instance.web (r5.4xlarge) | $800 | Downsize to m5.xlarge; add ASG |
End with a Total estimated monthly savings: $X,XXX.
data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.