Appearance
Approve / publish a version
How a new skill version becomes what agents actually run.
Project skills — approve
- Author creates or edits a draft (or addresses
changes_requested). - Author submits → status
under_review(scan gate may apply). - Reviewer opens the review board / version detail, reads the diff, checks scan findings.
- Reviewer approves → version becomes active (previous active may move to deprecated depending on product rules), or requests changes.
After approval, consumers run:
bash
pm-skills status # may show "update available" or "new in resolution"
pm-skills update # or pull, depending on lockfile stateOrganization / global — publish
Org and marketplace skills use publish: scan-gated promotion to active without the project review board. Marketplace publish is stricter on overrides.
Rollback
Activate a previous approved version from the version history (or pin an older SHA via install management / pm-skills update --to <sha> when updating local pins). Prefer governance in the UI over editing files on disk.