원클릭으로
confluence
Confluence integration for searching runbooks, past incidents, postmortems, and operational procedures during RCA
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Confluence integration for searching runbooks, past incidents, postmortems, and operational procedures during RCA
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
| name | confluence |
| id | confluence |
| description | Confluence integration for searching runbooks, past incidents, postmortems, and operational procedures during RCA |
| category | knowledge |
| connection_check | {"method":"get_token_data","provider_key":"confluence","required_any_fields":["access_token","pat_token"],"feature_flag":"is_confluence_enabled"} |
| tools | ["confluence_search_similar","confluence_search_runbooks","confluence_fetch_page","confluence_runbook_parse"] |
| index | Knowledge -- search Confluence for runbooks, postmortems, past incidents, SOPs |
| rca_priority | 1 |
| allowed-tools | confluence_search_similar, confluence_search_runbooks, confluence_fetch_page, confluence_runbook_parse |
| metadata | {"author":"aurora","version":"1.0"} |
Confluence integration for searching runbooks, past incidents, and operational procedures during Root Cause Analysis. Confluence is a mandatory first step in any RCA investigation -- search here BEFORE infrastructure or CI/CD tools.
A runbook may give you the exact diagnostic steps. A past postmortem may reveal this is a recurring issue with a known fix.
You MUST call Confluence tools BEFORE any infrastructure or CI/CD investigation. Search Confluence for runbooks and prior postmortems BEFORE deep-diving into infrastructure.
confluence_search_similar(keywords=['error keywords'], service_name='SERVICE') -- Search Confluence for pages related to an incident (postmortems, RCA docs). Pass keywords, optional service_name and error_message. Returns matching pages with excerpts.confluence_search_runbooks(service_name='SERVICE') -- Search Confluence for runbooks / playbooks / SOPs for a given service. Pass service_name and optional operation (e.g. 'restart', 'failover').confluence_fetch_page(page_id='12345') -- Fetch a Confluence page by ID and return its content as markdown. Use after search to read full page details.confluence_runbook_parse(page_url='https://...') -- Fetch and parse a Confluence runbook into markdown and steps for LLM use.confluence_search_similar(keywords=['error keywords'], service_name='SERVICE') -- Find postmortems / past incidents
confluence_search_runbooks(service_name='SERVICE') -- Find runbooks / SOPs / playbooks
confluence_fetch_page(page_id='ID') -- Read full page content as markdown
confluence_runbook_parse(page_url='URL') -- Parse a runbook into structured steps
Search first, then fetch promising pages for detailed procedures. Cross-reference Confluence findings with live infrastructure state.
Search Confluence BEFORE deep-diving into infrastructure:
confluence_search_similar(keywords=['error keywords'], service_name='{service_name}') -- Past incidentsconfluence_search_runbooks(service_name='{service_name}') -- Runbooks/SOPsconfluence_fetch_page(page_id='ID') -- Full page contentA runbook may give exact diagnostic steps. A past postmortem may reveal a recurring issue.