What problem does it solve?
Wiring four separate CI gates for cost budget, burn rate, anomaly detection, and budget projection duplicates setup overhead and slows pipelines. This Skill composes all four checks into a single shell-out that runs them in parallel and surfaces one combined health status.
Core Features & Use Cases
- Parallel Composite Gate: Spawns budget, burn, anomaly, and projection subchecks concurrently and returns the maximum exit code so any single failure fails the gate.
- Configurable Alert Thresholds: Tune acceleration percentage, outlier count, and days-to-exhaust limits, or skip individual subchecks for fast smoke runs.
- One-Line Summaries: Prints a per-check status table plus an overall HEALTHY/UNHEALTHY badge for quick CI log review.
- Use Case: Add a single step to your CI pipeline that fails the build when daily spend accelerates over 100%, a session becomes a >3.5σ cost outlier, or the budget is projected to exhaust within 14 days.
Quick Start
Run the cost health gate with default thresholds to check budget, burn, anomaly, and projection status in one command.