incident-response

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill incident-response-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/incident-response
Command: npx skills add https://github.com/Patasse97/claude-skills --skill incident-response-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Security teams need a repeatable workflow to classify, triage, and escalate incidents while preserving forensic evidence.

Core Features & Use Cases

  • Incident Triage Tool and Incident Classification to rapidly determine type and severity.
  • False Positive Filtering to prevent alert fatigue and unnecessary escalation.
  • Forensic Evidence Collection guidance and chain-of-custody support.
  • Escalation Paths and regulatory/communication playbooks for cross-functional coordination.
  • Use Case: From SIEM alert to war room activation during a SEV1 incident.

Quick Start

Provide a JSON security event and run the triage tool to classify, assess severity, and determine escalation.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I triage security incidents from SIEM alerts to determine severity and escalation paths?

To triage security incidents, you provide a JSON security event to classify its type, assess severity, and determine the correct escalation path. This process applies to SIEM alerts, EDR detections, and user reports to guide rapid response.

How can I filter false positives during incident classification to prevent alert fatigue?

You can filter false positives during incident classification by enabling optional false-positive checks within the triage tool. This prevents alert fatigue by validating security events before initiating unnecessary escalation or war room activation.

What is the best way to structure security event data for automated incident triage?

The best way to structure security event data for automated incident triage is using a JSON input format. This structured data allows the system to rapidly classify the event, apply explicit severity overrides, and generate a timestamped triage result.

Does this incident response tool provide forensic evidence collection and chain-of-custody support?

Yes, this incident response tool provides forensic evidence collection guidance and chain-of-custody support. It generates forensic context alongside severity classifications to ensure evidence is preserved during cross-functional coordination.

Can I use this incident classification tool for tabletop exercise scenarios?

Yes, you can use this incident classification tool for tabletop exercise scenarios. It processes simulated security events to guide response strategies, assess severity levels, and validate regulatory and communication playbooks.

When should I apply an explicit severity override during security incident triage?

You should apply an explicit severity override during security incident triage when standard classification results do not match the contextual risk of an event. This forces a specific severity level to ensure appropriate escalation paths are triggered.