triage

Triages user signals and error reports to identify affected code paths and estimate blast radius.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triaging user reports, errors, and signals to quickly classify severity and map affected code paths for effective incident response.

Core Features & Use Cases

  • Connects user signals to code paths and estimates blast radius.
  • Produces a triage card with severity classification and recommended action.
  • Guides escalation to /bug, /postmortem, or /blast-radius based on risk.

Quick Start

Invoke the /triage command with a signal to generate a triage card.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I triage user error reports to identify affected code paths?

To triage user error reports, you analyze the signals and stack traces to classify severity and map the affected code paths. This process generates a structured triage card for rapid incident response.

What is incident blast radius and how is it estimated from user reports?

Incident blast radius is the estimated scope of impact across system code paths. It is determined by connecting user signals and error reports to identify the specific affected areas and assess overall risk.

How do I decide between a bug report or a postmortem during incident triage?

To decide between a bug report or a postmortem, you assess incident severity and blast radius. The resulting triage card provides risk rationale and recommended next actions for proper escalation.

Can I use stack traces to assess incident severity for software engineering workflows?

Yes, you can use stack traces to assess incident severity in software engineering workflows. The triage process evaluates these user reports to produce severity rationale and estimate blast radius scope.

What is the best way to rapidly assess incident severity from incoming user signals?

The best way to rapidly assess incident severity is to process incoming user signals through a structured triage workflow. This connects the reports to code paths and outputs a card with recommended next actions.