castai-ci-integration
Installation
SKILL.md
CAST AI CI Integration
Overview
Add CAST AI cost validation to CI/CD pipelines: verify savings thresholds, validate Terraform plans before apply, and gate deployments on autoscaler health.
Prerequisites
- GitHub Actions enabled
- CAST AI API key stored as repository secret
- Terraform state accessible from CI (if using Terraform)
Instructions
Step 1: GitHub Actions -- Savings Gate
# .github/workflows/castai-check.yml
name: CAST AI Cost Check