incident-response

Automate production incident investigation and remediation from Sentry, Datadog, or PagerDuty alerts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/COG-GTM/devinclaw --skill incident-response-cog-gtm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/COG-GTM/devinclaw/tree/main/skills/incident-response
Command: npx skills add https://github.com/COG-GTM/devinclaw --skill incident-response-cog-gtm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the investigation and remediation of production incidents, reducing downtime and ensuring rapid resolution for critical enterprise systems.

Core Features & Use Cases

  • Automated Triage: Ingests alerts from Sentry, Datadog, PagerDuty, or manual input to classify severity.
  • Root Cause Analysis: Correlates logs, metrics, and code context to pinpoint the source of issues.
  • Automated Remediation: Generates specifications, writes tests, implements fixes, and runs through a full SDLC pipeline.
  • Use Case: When a critical enterprise system experiences an outage, this Skill automatically analyzes the error, identifies the faulty code, generates a fix, and deploys it after rigorous testing and review.

Quick Start

Use the incident-response skill to investigate a Sentry alert with the URL https://sentry.io/issues/123456789.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I automate root cause analysis for production incidents triggered by Datadog alerts?

Automated root cause analysis for Datadog alerts correlates error traces, logs, and metrics to pinpoint the exact source of production issues. It classifies alert severity and generates a remediation plan.

Can I automatically remediate Sentry errors without manual intervention?

Automated remediation for Sentry errors generates a Software Design Document, writes test cases, and implements fixes via the Devin pipeline. This resolves production incidents with minimal manual intervention.

Does automated incident response work with PagerDuty for production support?

Automated incident response supports PagerDuty by ingesting alerts, triaging severity, and analyzing error traces. It handles enterprise systems requiring 24/7 uptime and operational safety compliance.

What is the best way to generate fixes for monitoring alerts in a DevOps pipeline?

Generating fixes for monitoring alerts involves correlating logs and metrics to identify root causes, then generating specifications and writing tests. Fixes are implemented through a full SDLC pipeline for automated remediation.

When do I need automated remediation for enterprise systems?

Automated remediation is needed for enterprise systems experiencing outages that require 24/7 uptime and operational safety compliance. It reduces downtime by analyzing errors and deploying fixes after rigorous testing.