Skip to main content

incident-investigator

End-to-end incident investigation workflow that fetches logs and performs root cause analysis. Use when a user wants to investigate incidents, analyze job failures, fetch and analyze logs in one workflow, or debug infrastructure issues. Combines log-fetcher, root-cause-analysis and context-fetcher into a unified pipeline.

Ir para a instalação

Informações da origem

Repositório
redhat-et/rhdp-rca-plugin
Última atividade na origem
17 de março de 2026 às 19:35
Idioma detectado do SKILL.md
inglês
Estrelas
11
Forks
11

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
incident-investigator
description
End-to-end incident investigation workflow that fetches logs and performs root cause analysis. Use when a user wants to investigate incidents, analyze job failures, fetch and analyze logs in one workflow, or debug infrastructure issues. Combines log-fetcher, root-cause-analysis and context-fetcher into a unified pipeline.
allowed-tools
["Bash","Read","Write","Grep","mcp__github__search_code","mcp__github__get_file_contents","mcp__github__search_repositories","mcp__atlassian__confluence_search","mcp__atlassian__confluence_get_page","mcp__slack__slack_get_channel_history"]
# Incident Investigator End-to-end incident investigation workflow combining log fetching, root cause analysis, and context retrieval. ``` Phase 1 [logs-fetcher] Fetch logs via SSH Phase 2 [root-cause-analysis] Analyze logs and correlate with Splunk Phase 3 [context-fetcher] Fetch additional context if needed ``` --- ## Phase 1: Fetch Logs Use log-fetcher skill /log-fetcher. ## Phase 2: Perform Root Cause Analysis Use root-cause-analysis skill /root-cause-analysis. ## Phase 3: Fetch contexts Use context-fetcher skill /context-fetcher.
Ver no GitHub