triage

Contain production incidents with reversible actions and evidence timelines.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/mcevoyinit/agentic-skills --skill triage-mcevoyinit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/mcevoyinit/agentic-skills/tree/main/skills/coding-modes/triage
Command: npx skills add https://github.com/mcevoyinit/agentic-skills --skill triage-mcevoyinit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The triage skill helps teams stop user-impacting incidents quickly by prioritizing containment and safe, reversible actions before root-cause analysis.

Core Features & Use Cases

  • Contain-first workflow: determine rollback, feature flags, and traffic controls to limit impact without digging into root cause immediately.
  • Evidence-driven diagnosis: maintain a clear chain of symptoms, evidence, and test steps to guide quick decisions.
  • Time-boxed, reversible actions: perform only actions that can be undone in under 60 seconds; document and rollback as needed.
  • Incident timeline & handoff: record events and decisions to enable forensic analysis afterwards.

Quick Start

Activate triage mode, assess containment options, and apply the safest reversible action to stop user impact.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I contain a production incident before finding the root cause?

To contain a production incident, prioritize rollback, feature flags, and traffic controls to limit user impact immediately. You apply safe, reversible actions within 60 seconds and document an auditable timeline instead of waiting for full root-cause analysis.

What is the best way to handle a P0 post-deploy outage?

The best way to handle a P0 post-deploy outage is to assess containment options and apply the safest reversible action, such as a rollback or configuration change. This stops user impact fast while maintaining an evidence chain for later diagnosis.

How does time-boxed hypothesis testing work during live-ops incident response?

Time-boxed hypothesis testing works by constraining your diagnostic actions to strict time limits and ensuring every mitigation step is reversible within 60 seconds. This approach maintains an auditable incident timeline with evidence chaining for safe decision-making.

Can I use feature flags and configuration changes to stop user impact during an incident?

Yes, you can use feature flags and safe configuration changes to stop user impact during an incident. The process evaluates these containment options first, ensuring you apply only actions that can be undone quickly to limit blast radius.

Does incident triage require root-cause analysis before taking action?

No, incident triage does not require root-cause analysis before taking action. It prioritizes a contain-first workflow, applying reversible actions and traffic controls immediately, then records an evidence chain and incident timeline for forensic analysis afterwards.

How do I hand off an active incident without losing context?

To hand off an active incident without losing context, the process records all events and decisions in an auditable incident timeline with evidence chaining. This provides a clear record of symptoms and test steps for forensic analysis and seamless team handoff.