← ClaudeAtlas

onsite-publishlisted

Use to publish an APPROVED, drafted content item via the CMS adapter (WordPress or git-static) - "publish the draft", /organic-os:publish. Refuses unapproved items.
shalintripathi/organic-os · ★ 3 · AI & Automation · score 69
Install: claude install-skill shalintripathi/organic-os
# Publish content (gated) 1. Input: a brief item with status "drafted" whose draft file sits next to it (same folder, <brief-name>.draft.md produced by ce-produce). 2. Gate: the brief's status must be "drafted" (step 1 already checks) AND `core.contracts.require_approval_lineage(brief_path)` must pass; abort on ContractError. A rejected item must never reach `create_post`. The profile user must also confirm the final draft in-session or via channel. Refuse a draft whose frontmatter lacks `capsule: verified` (ce-produce's handoff note) - the human can override in-session, and the override is recorded in the outcome record. Read ce-editor's oversight block from the draft notes: a score at or above the profile's `editorial.oversight_threshold` (default 7) adds a prominent line to the approval-channel message - "editor recommends a human line-edit: <top factor>". Publishing remains gated by the same approval either way: the score informs the human, it does not add a second gate. Rationale: scaled, unedited AI content correlates with deindexation (https://www.rankability.com/data/does-google-penalize-ai-content/). 3. Create the post via the CMS adapter (`onsite.cms.adapter_for`; wordpress or git-static per `cms.type` - the git-static branch below replaces steps 3-4): `create_post` (status draft by default; status "publish" only when site-profile sets publishing: direct), then `update_seo_meta` with title/description/focus k