investigate-to-confluence

Orchestrate evidence-based bug investigations and publish reports to Confluence.

198|19|Updated May 7, 2026
One-click install
npx skills add https://github.com/testdouble/han --skill investigate-to-confluence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: investigate-to-confluence
Source: https://github.com/testdouble/han/tree/main/han-atlassian/skills/investigate-to-confluence
Command: npx skills add https://github.com/testdouble/han --skill investigate-to-confluence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an evidence-based investigation of a bug or unexpected behavior and publishes the resulting report to a user-specified Confluence location, enabling teams to share findings efficiently.

Core Features & Use Cases

  • Orchestrates the investigation using han-coding:investigate and publishes via han-atlassian:markdown-to-confluence.
  • Validates inputs: Atlassian MCP server reachability and a Confluence destination (page URL or space + optional parent).
  • Writes the investigation report to a temporary file and returns the path for review, ensuring no changes are made to repository docs.
  • Supports publishing in draft or live mode based on explicit user approval.

Quick Start

Provide the symptom to investigate, the Confluence destination, and the optional publish mode, then run this skill.

Frequently Asked Questions about investigate-to-confluence

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

FAQPage Schema
How do I publish a root-cause analysis report to Confluence?▼

To publish a root-cause analysis to Confluence, provide the symptom input and destination details to orchestrate an evidence-based investigation and generate a report directly on the specified page or space.

Can I run an evidence-based investigation and save it as a Confluence draft?▼

Yes, evidence-based investigations can be published in draft mode. The workflow requires explicit user approval before publishing the generated diagnostics report to your Confluence destination.

Do I need an Atlassian MCP server to publish investigation reports to Confluence?▼

Yes, an accessible Atlassian MCP server is required. The workflow validates server reachability and requires a valid Confluence destination URL or space identifier before initiating the investigation.

What is the best way to share debugging findings on a Confluence page?▼

The best way to share debugging findings is orchestrating an evidence-based investigation that writes to a temporary file for review before publishing the final report to your Confluence space.

Does publishing an investigation report modify my repository docs?▼

No, publishing an investigation report does not modify repository docs. The report is written to a temporary file and returned for review, ensuring no changes are made to your existing repository documentation.