Skip to main content
Use deploy when project work needs a release, rollout check, or deployment status review.

When to use it

Use deploy forUse another skill for
Creating releasesLocal implementation work
Checking deployment statusBranch review before merge
Managing domains or rollout stateDebugging a failing test

What to provide

InputExample
TargetDeploy the current branch to production.
EnvironmentPreview, staging, or production.
ChecksConfirm deployment status after release.
ConstraintsDo not promote if health checks fail.

Example request

/deploy Create a production release from the current branch.
Check deployment status after release.
Do not promote if health checks fail.

Expected output

Agent creates or inspects the release, reports deployment state, and calls out any blocker.
PageUse it to
Review skillReview changes before release.
Debug skillInvestigate failed deployments.