Deploy Health Skill
Triggered by a deploy notification in #engineering (compare URL, smoke test link, "deploy kicked off"). Post all updates in the deploy thread.
Environments
| Environment | Type | Log channel | Cluster |
|---|
dev0 | Pre-prod (staging) | #engineering-log-dev | dev0-cluster |
app0 | Production | #engineering-log-prod | app0-cluster |
rocket | Production (dogfood) | #engineering-log-prod | app0-cluster |
Environment progression: dev0 → app0 → rocket. Each gates the next.
Conventions
- Deploy tag:
{github_run_id}.{attempt}-{7_char_sha} (e.g. 24893095514.1-dac7506). The github_run_id is the dev0 build run, not the prod deploy run. - Tone: Operational. Lead with what broke, what's at risk, what's next.
Pipeline gate
Before running the health check, verify the prod deploy pipeline completed successfully for this deploy tag (Deploy to Cells workflow for app0, Deploy to Rocket from Cells for rocket).