What problem does it solve?
Manually tracking which git revisions are deployed across multiple production targets and identifying drift from your main branch is time-consuming and error-prone, especially during incident response or post-deploy verification. This Skill automates that process to give you immediate visibility into your production state.
Core Features & Use Cases
- Auto-target discovery: Automatically detects Vercel and Fly.io production targets from standard project config files (
.vercel/project.json, fly.toml), with support for custom targets via .claude/deploy-targets.json.
- Drift detection: Compares deployed git SHAs across all targets to
origin/main to flag ahead, behind, or unknown drift states.
- Use cases: Use during post-deploy verification to confirm releases went live, incident response to identify the exact version running in production, and pre-merge release drift checks to catch unplanned production changes.
Quick Start
Use the deploy-status skill to check the current production deploy status and drift against origin/main for all configured targets.