incident-triage

Correlates errors, deployments, and metrics to build an incident timeline.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill incident-triage-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-triage
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/incident-response/.shogo/skills/incident-triage
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill incident-triage-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigate production incidents by correlating errors, deploys, and metrics into a cohesive incident timeline to speed resolution.

Core Features & Use Cases

  • Timeline generation: generate a trace of events (errors, deploys, metrics) around incidents.
  • Data sources integration: automatically pull data from error trackers, VCS deploy logs, and metrics dashboards.
  • Use Case: When a production outage occurs, assemble a timeline showing when errors began, what deployments happened, and what metrics changed.

Quick Start

Initiate an incident triage session to collect related signals and build a timeline from the incident.

Frequently Asked Questions about incident-triage

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

FAQPage Schema
How do I build an incident timeline from logs, metrics, and deploy data during a production outage?

To build an incident timeline, you correlate errors, deploys, and metrics from multiple data sources into a coherent chronological trace. This process speeds resolution by showing when errors began, what deployments occurred, and how metrics changed.

What is the best way to correlate deployment events with production errors and metrics?

Correlating deployment events with errors and metrics involves pulling data from VCS deploy logs, error trackers, and metrics dashboards. This approach assembles a timeline showing the relationship between recent deployments and performance degradations or outages.

Can I use this incident triage process for postmortems across multiple systems and services?

Yes, you can use incident triage for postmortems across systems and services. It gathers deterministic data from multiple sources to produce a comprehensive timeline, helping you analyze production outages and performance degradations after they occur.

How do I start an incident triage session to investigate performance degradation?

To start an incident triage session, initiate the process to collect related signals from your connected data sources. It will automatically gather logs, metrics, and deploy data to construct a clear timeline of the performance degradation.

Does incident triage require external dependencies or components to function?

No, incident triage requires no external dependencies or components to function. It uses built-in capabilities for data gathering, canvas contextualization, and memory persistence to investigate incidents without needing additional setup.