confluence-deep-reader

Fetch Confluence pages and recursively read child pages up to depth 3.

926|107|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/krafton-ai/KIRA --skill confluence-deep-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-deep-reader
Source: https://github.com/krafton-ai/KIRA/tree/main/.claude/skills/confluence-deep-reader
Command: npx skills add https://github.com/krafton-ai/KIRA --skill confluence-deep-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read a Confluence page and recursively explore its child pages up to 3 levels deep to understand the full content tree and hierarchical relationships.

Core Features & Use Cases

  • Recursive page reading: fetch the starting page content and traverse its descendants up to depth 3.
  • Depth-limited exploration: prevent unbounded traversal and provide predictable scope.
  • Structured synthesis: organize results to reveal page relationships and enable thorough analysis.

Quick Start

Provide a Confluence page URL and I will read it along with its child pages up to depth 3.

Frequently Asked Questions about confluence-deep-reader

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

FAQPage Schema
How do I read a Confluence page and all its child pages recursively?

To read Confluence pages recursively, fetch a parent page and use descendants discovery to traverse its children. This Skill automates that by building a complete content map of the page and its subpages up to depth 3.

What is the maximum depth limit for traversing Confluence subpages?

The maximum depth limit for traversing Confluence subpages is depth 3. The traversal stops beyond depth 3 to prevent unbounded exploration and provide a predictable scope for your documentation analysis.

Can I map the full hierarchical structure of a Confluence documentation tree?

Yes, you can map the hierarchical structure of a Confluence documentation tree. The Skill fetches the starting page, discovers its descendants, and synthesizes results to reveal parent-child relationships and related content.

How do I get a comprehensive understanding of a Confluence page and its related content?

To get a comprehensive understanding of a Confluence page, explore its documentation tree. This Skill reads the page and its descendants up to 3 levels deep to provide structured synthesis of the entire content scope.

What is the best way to analyze Confluence documentation without hitting unbounded traversal issues?

The best way to analyze Confluence documentation safely is using a depth-limited exploration approach. By capping traversal at depth 3, this Skill prevents unbounded fetching while still revealing the page's hierarchical relationships.