> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy skill

> Use the deploy skill to manage releases and deployment state.

Use `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

```text theme={null}
/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.

## Related

| Page                                 | Use it to                       |
| ------------------------------------ | ------------------------------- |
| [Review skill](/docs/agent/skills/review) | Review changes before release.  |
| [Debug skill](/docs/agent/skills/debug)   | Investigate failed deployments. |
