Публикация обзора кода в Confluence
★ 7.1 · vibe-coding
code-overview-to-confluence is a Claude Code skill that builds a progressive-disclosure overview of unfamiliar code or pull request changes and publishes the result to a user-specified Confluence location. It first calls mcp__claude_ai_Atlassian__getAccessibleAtlassianResources to confirm the Atlassian MCP server is connected and authenticated, then delegates all overview work to han-coding:code-overview, which writes a single scratch file; after the user reviews it, the file is handed to han-atlassian:markdown-to-confluence for publishing. The skill acts as a thin orchestrator — it owns only input validation, the review step, and the hand-off, never Confluence page resolution or the overview logic itself. The output is always a single Confluence page. Use it when you need to explain a codebase or PR to teammates and capture that explanation in Confluence immediately, not just locally.