Skip to main content
Publishing turns a generated draft into a distributable Skill package. It is gated by evidence.

Xiaoyu checks eval evidence hashes, creator status, review, approval, publish, and distribution preview before release

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

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

Last modified on July 2, 2026