status
Installation
SKILL.md
Check ZeroDeploy Status
Show deployment status, recent deployments, and analytics for a ZeroDeploy site.
Steps
1. Read config
Check if zerodeploy.json exists in the project root. Extract org and site values.
If not found, ask the user for the org and site slugs.
2. Current deployment
zerodeploy deployments list --json
(Site is resolved automatically from zerodeploy.json. Use positional <site> to override.)