| name | monitor |
| description | Check all deployments, costs, and uptime across databayt products |
| when_to_use | Use when checking all deployments, costs, and uptime across the databayt products in one sweep — Vercel deploy status, production URL sampling, spend vs budget — escalating anything red to /incident. Triggers on: monitor, are the deploys green, uptime check, production status sweep. |
| argument-hint | [product|all] |
Check all deployments, costs, and uptime across databayt products.
Arguments: $ARGUMENTS (optional: product name to check specific product, or "all" for everything)
Steps:
- Check Vercel deployment status for all products (vercel MCP)
- Check Sentry error rates — any spikes? (sentry MCP)
- Check Neon database health — branch count, connection usage (neon MCP)
- Check GitHub Actions — any failing CI/CD? (github MCP)
- Summarize:
- Deployment status: ✅ healthy / ⚠️ warning / ❌ down
- Error rate: normal / elevated / critical
- Database: healthy / needs attention
- CI/CD: passing / failing
- Flag anything that needs immediate attention
- Estimate current month's cost burn rate
Reference: .claude/agents/ops.md for cost tracking and thresholds
Sedon is the primary ops person — batch non-urgent issues for his weekly review.