verify-deploy
Installation
SKILL.md
Deployment Verification
Closes the loop on deployments by verifying they completed successfully.
When to Use
Trigger /verify-deploy after:
- Pushing changes to master
- Waiting ~2-3 minutes for auto-deploy
- Want to confirm deployment succeeded
Don't use if:
- Haven't pushed yet (use build verification instead)
- Just pushed seconds ago (deployments take 2-3 minutes)
- Making local changes only