> ## 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.

# Publishing and distributing Skills

> Use eval evidence, review, approval, publish, and distribution preview before installing generated Skills.

Publishing turns a generated draft into a distributable Skill package. It is gated by evidence.

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/NvrOWKJ9JiQA0noE/assets/skill-creator-publishing-illustrations/01-evidence-to-distribute-preview.png?fit=max&auto=format&n=NvrOWKJ9JiQA0noE&q=85&s=991800137f16b7bb7a90900371431d89" alt="Xiaoyu checks eval evidence hashes, creator status, review, approval, publish, and distribution preview before release" width="800" data-path="assets/skill-creator-publishing-illustrations/01-evidence-to-distribute-preview.png" />
</p>

## Readiness checks

A draft must have passing eval evidence tied to the current draft hash, completed authoring lanes, no unresolved blockers, and review/approval records before publishing.

## Commands

```bash theme={null}
comet creator status <name> --project . --json
comet creator next <name> --project . --json
comet publish review <name> --project .
comet publish approve <name> --project .
comet publish run <name> --project .
comet publish distribute <name> --preview --project .
comet publish distribute <name> --project .
```

## Preview first

Distribution preview shows the files and platform targets before anything is installed. Treat it as the final release review.

## Next steps

* [Skill Creator workflow](/en/skill-creator/workflow)
* [comet publish](/en/cli/publish)
