deploy when project work needs a release, rollout check, or deployment status review.
When to use it
Use deploy for | Use another skill for |
|---|---|
| Creating releases | Local implementation work |
| Checking deployment status | Branch review before merge |
| Managing domains or rollout state | Debugging a failing test |
What to provide
| Input | Example |
|---|---|
| Target | Deploy the current branch to production. |
| Environment | Preview, staging, or production. |
| Checks | Confirm deployment status after release. |
| Constraints | Do not promote if health checks fail. |
Example request
Expected output
Agent creates or inspects the release, reports deployment state, and calls out any blocker.Related
| Page | Use it to |
|---|---|
| Review skill | Review changes before release. |
| Debug skill | Investigate failed deployments. |