Draft, format, create, and update Confluence pages using Atlassian tools via the Executor MCP. Use when Codex needs to publish or revise a Confluence page or personal-space post, especially when the page should include a short TL;DR, a table of contents, inline links, accessible progressive disclosure, and properly rendered Confluence code blocks.
Use this skill only for Confluence page production. Its responsibility is to shape content for Confluence and publish or update it with Atlassian tools.
Resolve the destination and page state.
atlassian.confluence_search to avoid duplicate drafts.atlassian.confluence_get_page
before rewriting it.atlassian.confluence_search_user and quoted CQL such as
space="~username" to find the right destination.Choose the content format deliberately.
content_format: storage when the page needs a native Confluence
table of contents or code blocks that must render reliably.content_format: markdown for simpler prose pages where headings,
lists, inline links, and fenced code blocks are sufficient.enable_heading_anchors: true when deep links are
useful.code macro. Read
storage snippets before composing a
storage page.Compose the page with the default structure.
Write for accessibility and progressive disclosure.
Publish and verify.
atlassian.confluence_create_page or update with
atlassian.confluence_update_page.atlassian.confluence_add_label when useful.