confluence-best-practices

Organizes Conoco content with governance templates and durable labeling for DC and Cloud environments.

5|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/air-gapped/skills --skill confluence-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-best-practices
Source: https://github.com/air-gapped/skills/tree/main/.claude/skills/confluence-best-practices
Command: npx skills add https://github.com/air-gapped/skills --skill confluence-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Confluence often becomes bloated and hard to navigate when ownership is unclear, pages lack consistent structure, and search results return stale content. This skill provides a pragmatic framework to prune drift, assign clear ownership, and apply durable labeling and governance patterns.

Core Features & Use Cases

  • Space-vs-page decision guidance to keep content in the lean default space, with page restrictions for confidential material.
  • Page Properties + Page Properties Report dashboards to surface ownership and review cadences at scale.
  • Label-driven organization and transclusion patterns (Excerpt/Include) to avoid duplication and improve findability.
  • Templates and governance templates to enforce consistency and ease of creation.

Quick Start

Implement a lean governance pattern by adding Page Properties (Owner, Review Date, Status) to each page and wiring a Page Properties Report dashboard indexed by a machine-friendly label across the Space Directory.

Frequently Asked Questions about confluence-best-practices

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

FAQPage Schema
How do I decide when to create a new Confluence space versus a page?

Use space-vs-page decision rules to keep content in the lean default space, reserving new spaces for broad structural boundaries and applying page restrictions for confidential material.

What is the best way to track page ownership and review dates in Confluence?

Add Page Properties metadata such as Owner, Review Date, and Status to each page, then wire a Page Properties Report dashboard indexed by a machine-friendly label to surface cadences at scale.

Can I apply the same governance pattern across Confluence DC and Cloud?

Yes, you can implement a governance pattern across DC and Cloud environments using idempotent REST/CQL writes and template-driven approaches to maintain structural consistency.

How do I avoid content duplication and improve search findability in Confluence?

Apply label-driven organization and transclusion patterns using Excerpt and Include macros to avoid duplication, ensuring search results return lean, readable content with owner metadata.

Does Confluence support idempotent REST or CQL writes for content governance?

Yes, Confluence supports idempotent REST/CQL writes to programmatically apply durable labeling and governance patterns across pages without risking duplicate content creation.

Why do my Confluence search results return stale content and how do I fix it?

Stale content results from unclear ownership and missing review metadata. Fix this by assigning clear ownership and applying durable labeling with template-driven governance.