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 a la instalación

Datos de origen

Repositorio
redhat-et/rhdp-rca-plugin
Última actividad en el origen
17 de marzo de 2026 a las 19:35
Idioma detectado de SKILL.md
inglés
Estrellas
11
Forks
11

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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 en GitHub