code-overview-to-confluence

Generates a code or pull request overview and publishes it to Confluence.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/amirbiron/Han --skill code-overview-to-confluence-amirbiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-overview-to-confluence
Source: https://github.com/amirbiron/Han/tree/main/han-atlassian/skills/code-overview-to-confluence
Command: npx skills add https://github.com/amirbiron/Han --skill code-overview-to-confluence-amirbiron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Explaining unfamiliar code or a pull request and then sharing that explanation with a team requires two separate workflows: analyzing the code and manually formatting and posting the write-up to Confluence. This Skill combines both steps into one guided flow with a review checkpoint before anything is published. ## Core Features & Use Cases - Progressive-Disclosure Code Overview: Delegates analysis to the code-overview skill to explain what code does, how it flows, and what changed in a PR, with configurable size (small, medium, large). - User Review Before Publishing: Writes the overview to a scratch file and requires an explicit draft, live, or local-only choice before anything reaches Confluence. - Confluence Publishing via MCP: Hands the reviewed markdown to the markdown-to-confluence publisher, which resolves the destination page or space and creates or updates the page. - Use Case: A reviewer facing an unfamiliar pull request asks for a medium-sized overview of the PR posted as a draft under the team's Confluence space, reviews the scratch file, then publishes it live for the team. ## Quick Start Generate a medium overview of the current branch's changes and publish it as a draft under the Engineering space in Confluence.

Frequently Asked Questions about code-overview-to-confluence

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

FAQPage Schema
How do I publish a code explanation to Confluence?▼

Run this skill with a target (file, directory, symbol, or PR) and a Confluence destination such as a page URL or space plus parent page. It generates the overview to a scratch file, lets you review it, then publishes as a draft or live page.

How do I document a pull request in Confluence automatically?▼

Provide the PR reference and a Confluence location; the skill runs a PR-mode overview covering what changed and what to watch when reviewing, then publishes the single resulting page through the markdown-to-confluence skill.

Does publishing code overviews to Confluence require an MCP server?▼

Yes, a configured and authenticated Atlassian MCP server is a hard requirement. The skill checks connectivity first and stops immediately if the server is unreachable, pointing you to the local-only code-overview skill instead.

Can I review the overview before it goes to Confluence?▼

Yes, the overview is written to a scratch file outside the repository and shown to you first. You then explicitly choose draft, live, or local-only before anything is published.

When should I not use code-overview-to-confluence?▼

Use code-overview for a local-only overview, markdown-to-confluence to publish an existing markdown file, and project-documentation-to-confluence to document an already-understood feature. This skill only covers generating a new overview and publishing it.