skill-update-confluence-page

Update Confluence pages via MCP tools while preserving title and structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-update-confluence-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-update-confluence-page
Source: https://github.com/tobiascm/vobes-agent-vscode/tree/main/.agents/skills/skill-update-confluence-page
Command: npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-update-confluence-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables safe, controlled updates of Confluence pages using MCP tools only, avoiding manual REST calls or direct edits.

Core Features & Use Cases

  • Enforces updates through mcp_mcp-atlassian_confluence_update_page and preloads content with mcp_mcp-atlassian_confluence_get_page to ensure accuracy.
  • Selects the correct content format (storage, wiki, or markdown) based on the presence of Confluence macros and list depth to preserve rendering.
  • Validates changes before applying them and preserves page title and structure across different Confluence content types.

Quick Start

Load the current page content with MCP, determine the appropriate content_format, and apply the update.

Frequently Asked Questions about skill-update-confluence-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Confluence pages automatically without breaking macros and nested lists?

To update Confluence pages safely, load the current content using mcp_mcp-atlassian_confluence_get_page, choose the correct content_format based on macros and list depth, and commit via mcp_mcp-atlassian_confluence_update_page to preserve structure.

What is the best way to manage Confluence page updates via MCP workflows?

The best way to manage Confluence page updates via MCP workflows is by enforcing controlled, auditable changes through dedicated MCP tooling, which validates versions and preserves the page title and structure during commits.

When do I need to use storage format versus wiki or markdown format for Confluence page updates?

You need to use storage format for Confluence page updates when macros or deeply nested lists are present, while wiki or markdown formats are selected for simpler content to ensure correct rendering.

Can I use MCP tools to update Confluence pages without making manual REST calls?

Yes, you can update Confluence pages without manual REST calls by relying exclusively on mcp_mcp-atlassian_confluence_get_page for content retrieval and mcp_mcp-atlassian_confluence_update_page for applying validated changes.

Why does updating Confluence pages with macros require version validation?

Updating Confluence pages with macros requires version validation to prevent edit conflicts and ensure controlled, auditable changes, safeguarding the storage format and preserving the original page structure during the update.

What are the limitations of updating Confluence pages through MCP-only workflows?

MCP-only workflows for updating Confluence pages require strict adherence to mcp_mcp-atlassian tooling, meaning any unsupported macro formats or skipped version validations can cause structural rendering issues or failed commits.