incident-response

Classify security events into 14 incident types with severity and escalation paths.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill incident-response-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/incident-response
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill incident-response-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Incident response workflows are complex and require consistent triage, classification, escalation, and evidence collection to minimize mean time to containment and preserve chain-of-custody.

Core Features & Use Cases

  • Classify security events into 14 incident types and map to default severities and MITRE techniques to drive response SLAs.
  • Apply false-positive filtering to reduce alert fatigue and validate escalation decisions for SIEM alerts, EDR detections, and user reports.
  • Orchestrate escalation paths and forensic planning, including evidence collection guidance aligned with DFRWS phases and chain-of-custody requirements.
  • Use for tabletop exercises to simulate SEV1–SEV4 scenarios and verify incident response playbooks.

Quick Start

Run the incident_triage.py tool on an input JSON event to classify the incident, apply false-positive checks, determine severity, and generate an escalation path with forensic context.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I triage SIEM alerts and EDR detections to determine incident severity?

Incident triage classifies security events into 14 incident types and assigns severity levels. It processes SIEM alerts, EDR detections, threat intel, and user reports to generate structured outputs including incident type, severity, and escalation path for automated decision-making.

What is the best way to reduce false positives in security incident escalation workflows?

False-positive filtering validates escalation decisions by analyzing alert context and indicators. The triage process applies false-positive checks to SIEM and EDR alerts, returning specific false-positive indicators in structured output to reduce alert fatigue and prevent unnecessary escalations.

Can I use this incident response tool for tabletop exercises and playbook testing?

Yes, the tool supports tabletop exercises by simulating SEV1 through SEV4 scenarios. Security teams can input simulated event JSON to verify incident response playbooks, test classification accuracy, and validate escalation paths against defined severity levels and MITRE techniques.

How does forensic analysis planning work during incident response?

Forensic analysis planning generates evidence collection guidance aligned with DFRWS phases and chain-of-custody requirements. The tool returns structured forensic analysis output alongside incident classification, enabling responders to preserve evidence and maintain documentation integrity throughout the investigation.

Do I need specific input formats to classify security incidents automatically?

The tool operates on input JSON events representing security incidents. It processes structured data from SIEM alerts, EDR detections, threat intelligence feeds, or user reports, applying classification logic and false-positive checks to return standardized incident metadata for downstream automation.

What escalation paths are generated when classifying security incidents?

Escalation paths are determined by mapping 14 incident types to default severities and MITRE techniques. The tool generates structured escalation path output that drives response SLAs, ensuring incidents route to appropriate responders based on classified severity and incident type.