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

# comet publish

> Review, approve, publish, and distribute /comet-any Skill publish candidates.

## Subcommands

| Command                 | Purpose                                |
| ----------------------- | -------------------------------------- |
| `comet publish status`  | Show publish readiness.                |
| `comet publish review`  | Inspect candidate contents.            |
| `comet publish preview` | Generate distribution preview.         |
| `comet publish approve` | Mark the candidate approved.           |
| `comet publish release` | Publish through the configured target. |

## Recommended flow

1. Build or resume the Skill with `/comet-any`.
2. Check the next creator action with `comet creator next`.
3. Run evals and review the candidate.
4. Generate a distribution preview.
5. Approve and publish.

## Distribution preview is mandatory

Preview makes file paths, executable disclosure, capabilities, and install behavior visible before anything is published.

## Bundle and publish boundary

Bundle commands create and compile package internals. Publish commands decide whether that package is ready to distribute.
