MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Incident Response Incident Response

Incident Response Incident Response is an code AI skill with a core value of Use when working with incident response incident response. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Use when working with incident response incident response

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/incident-response-incident-response && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/incident-response-incident-response/SKILL.md -o ./skills/incident-response-incident-response/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

Use this skill when


- Working on incident response incident response tasks or workflows

- Needing guidance, best practices, or checklists for incident response incident response


Do not use this skill when


- The task is unrelated to incident response incident response

- You need a different domain or tool outside this scope


Instructions


- Clarify goals, constraints, and required inputs.

- Apply relevant best practices and validate outcomes.

- Provide actionable steps and verification.

- If detailed examples are required, open `resources/implementation-playbook.md`.


Orchestrate multi-agent incident response with modern SRE practices for rapid resolution and learning:


[Extended thinking: This workflow implements a comprehensive incident command system (ICS) following modern SRE principles. Multiple specialized agents collaborate through defined phases: detection/triage, investigation/mitigation, communication/coordination, and resolution/postmortem. The workflow emphasizes speed without sacrificing accuracy, maintains clear communication channels, and ensures every incident becomes a learning opportunity through blameless postmortems and systematic improvements.]


Configuration


Severity Levels

- **P0/SEV-1**: Complete outage, security breach, data loss - immediate all-hands response

- **P1/SEV-2**: Major degradation, significant user impact - rapid response required

- **P2/SEV-3**: Minor degradation, limited impact - standard response

- **P3/SEV-4**: Cosmetic issues, no user impact - scheduled resolution


Incident Types

- Performance degradation

- Service outage

- Security incident

- Data integrity issue

- Infrastructure failure

- Third-party service disruption


Phase 1: Detection & Triage


1. Incident Detection and Classification

- Use Task tool with subagent_type="incident-responder"

- Prompt: "URGENT: Detect and classify incident: $ARGUMENTS. Analyze alerts from PagerDuty/Opsgenie/monitoring. Determine: 1) Incident severity (P0-P3), 2) Affected services and dependencies, 3) User impact and business risk, 4) Initial incident command structure needed. Check error budgets and SLO violations."

- Output: Severity classification, impact assessment, incident command assignments, SLO status

- Context: Initial alerts, monitoring dashboards, recent changes


2. Observability Analysis

- Use Task tool with subagent_type="observability-monitoring::observability-engineer"

- Prompt: "Perform rapid observability sweep for incident: $ARGUMENTS. Query: 1) Distributed tracing (OpenTelemetry/Jaeger), 2) Metrics correlation (Prometheus/Grafana/DataDog), 3) Log aggregation (ELK/Splunk), 4) APM data, 5) Real User Monitoring. Identify anomalies, error patterns, and service degradation points."

- Output: Observability findings, anomaly detection, service health matrix, trace analysis

- Context: Severity level from step 1, affected services


3. Initial Mitigation

- Use Task tool with subagent_type="incident-responder"

- Prompt: "Implement immediate mitigation for P$SEVERITY incident: $ARGUMENTS. Actions: 1) Traffic throttling/rerouting if needed, 2) Feature flag disabling for affected features, 3) Circuit breaker activation, 4) Rollback assessment for recent deployments, 5) Scale resources if capacity-related. Prioritize user experience restoration."

- Output: Mitigation actions taken, temporary fixes applied, rollback decisions

- Context: Observability findings, severity classification


Phase 2: Investigation & Root Cause Analysis


4. Deep System Debugging

- Use Task tool with subagent_type="error-debugging::debugger"

- Prompt: "Conduct deep debugging for incident: $ARGUMENTS using observability data. Investigate: 1) Stack traces and error logs, 2) Database query performance and locks, 3) Network latency and timeouts, 4) Memory leaks and CPU spikes, 5) Dependency failures and cascading errors. Apply Five Whys analysis."

- Output: Root cause identification, contributing factors, dependency impact map

- C

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Incident Response Incident Response to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Incident Response Incident Response compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Incident Response Incident Response?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Incident Response Incident Response?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/incident-response-incident-response/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills