adapto-publish

Solid

Take reviewed draft content live — publish Articles, Pages, and collection items (draft → published), or archive them back (published → archived). Discovers drafts, you select, then it publishes under plan-then-apply. Closes the draft-first loop.

AI & Automation 1 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# adapto:publish The **terminal step of the draft-first loop**: every other skill writes `draft` content; this one takes the reviewed drafts **live** (`draft → published`), or **archives** them back (`published → archived`) as a walk-back. It's **stateless** — it *discovers* what's publishable rather than remembering a session. ## When to use - "Publish", "publish my drafts", "take it live", "go live", "unpublish/archive this" — typically after reviewing the seeded/translated drafts on the dev server. ## When not to use - Creating or editing content → the content pipeline (`content-create` → `content-upload`) or `adapto:translate`. - Just checking the environment → `adapto:doctor`. ## Inputs - **Mode:** `publish` (default) or `archive` (the inverse / walk-back). - **Optional filters:** type (Articles / Pages / collection items), language, or a specific collection / item set. - Collections enumerated from `.adapto/schema.json` (if present) or `adapto collections list --json`. ## Outputs - The selected Articles / Pages / collection items moved `draft → published` (or `published → archived`). - The **ledger** updated (acted-on pieces → `published`) and `.adapto/calendar.md` refreshed. - A report of acted-on + skipped, with ids. - **Next step:** the cycle is complete — suggest the next content cycle (`adapto:content-research`) or `adapto:translate` to localize what just went live. ## Preconditions - **Preflight** with the `adapto:doctor` checks. - **Hard-block** on an a...

Details

Author
adaptocms
Repository
adaptocms/adapto-cms-agent-skills
Created
1 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category