confluence-manager

Create and update Confluence pages for architecture documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/talhayilmazai/ai-agent-in-customer-repository --skill confluence-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-manager
Source: https://github.com/talhayilmazai/ai-agent-in-customer-repository/tree/main/.cursor/skills/confluence
Command: npx skills add https://github.com/talhayilmazai/ai-agent-in-customer-repository --skill confluence-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead of keeping Confluence pages in sync with architecture decisions, ADRs, and runbooks, enabling consistent, up-to-date documentation across spaces and pages.

Core Features & Use Cases

  • Automated Page Creation/Update: Create or update Confluence pages in the appropriate Space with the correct parent hierarchy.
  • Context-Aware Page Structuring: Determine Space Key, Parent Page, and Page Title to fit into your documentation architecture.
  • Use Case: When a new architecture decision is made or a version upgrade occurs, quickly publish a structured Confluence page with content sections.

Quick Start

Use the confluence-manager to create or update a page in the target Space with a meaningful title and content describing the change.

Frequently Asked Questions about confluence-manager

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

FAQPage Schema
How do I automate Confluence page creation for architecture decision records?

To automate Confluence page creation for architecture decision records, you can use a tool that leverages Atlassian MCP to determine the correct Space Key and parent hierarchy, then publishes structured content directly to the target page.

What is the best way to keep Confluence runbooks updated automatically?

The best way to keep Confluence runbooks updated is by automating the page update process through Atlassian MCP, which validates existing pages to prevent duplicates and synchronizes new technical specifications or version upgrades into the correct space.

Does Confluence automation require the Atlassian MCP to create pages?

Yes, Confluence automation requires the Atlassian MCP to perform page creation and update operations, as well as to fetch existing pages when validating duplicates across different spaces and parent hierarchies.

How do I structure new technical documentation pages under the correct Confluence parent?

To structure new technical documentation pages under the correct Confluence parent, the automation determines the appropriate Space Key, Parent Page, and descriptive Page Title to fit into your existing documentation architecture before publishing content sections.

Can I publish version upgrade notes to Confluence without manual formatting?

You can publish version upgrade notes to Confluence without manual formatting by using automation to create or update pages in the target space with a descriptive title and pre-structured content sections detailing the technical changes.

What happens if I try to create a Confluence page that already exists for an architecture note?

When creating a Confluence page for an architecture note that already exists, the automation fetches existing pages to validate duplicates, ensuring it updates the current page rather than creating a redundant entry in the same space.