Start your day with one prompt against production.
rubix chat --prompt "Summarise production health: open incidents, pending actions, deployments in the last 12 hours."
Combine with your shell startup if you want it every time you open a terminal:
# In ~/.zshrc or ~/.bashrcalias morning-health='rubix chat --prompt "Summarise production health: open incidents, pending actions, deployments in the last 12 hours."'
After a deploy, compare to the last stable window.
rubix chat --prompt "Compare payments-api metrics in prod-eks for the last 10 minutes to the previous 30 minutes. Flag any metric more than 20% worse."
Or turn this into a custom skill named post-deploy-verification, then:
rubix chat --prompt "For the last 7 days, which services across all production environments ran more than 15% above their 28-day baseline cost? Top 10 only."
Pipe the output if you want to paste into a doc or Linear ticket: