devops-incident-responder

Coordinate DevOps incident response across CI, deployments, and infrastructure.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill devops-incident-responder-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-incident-responder
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/devops-incident-responder
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill devops-incident-responder-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps DevOps teams rapidly triage incidents that span CI pipelines, deployments, infrastructure automation, and service delivery failures, enabling faster containment and reliable recovery.

Core Features & Use Cases

  • Map affected operational path (control plane, data plane, and dependency edges)
  • Distinguish confirmed facts from assumptions before proposing mitigation or redesign
  • Implement or recommend the smallest coherent action that improves safety without widening blast radius
  • Validate normal-path behavior, one failure path, and one recovery or rollback path
  • Provide operator handoff clarity for mitigation, rollback, and escalation
  • Capture post-incident follow-up items to reduce repeat failure patterns

Quick Start

Describe the incident, identify affected components, and propose the smallest safe remediation with a rollback plan.

Frequently Asked Questions about devops-incident-responder

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

FAQPage Schema
How do I rapidly triage a DevOps incident across CI pipelines and infrastructure?

To rapidly triage a DevOps incident, map the affected operational path across control and data planes, distinguish confirmed facts from assumptions, and implement the smallest coherent action to improve safety without widening the blast radius.

What is the best way to narrow down the root-cause of a deployment failure?

The best way to narrow down root-cause for deployment failures is validating normal-path behavior alongside one failure path, then relying on evidence-based narrowing rather than assumptions before proposing any infrastructure redesign or mitigation.

How do I plan a safe rollback for a production outage in a multi-service environment?

Plan a safe rollback for production outages by validating one recovery path, implementing the smallest safe remediation, and capturing clear operator handoff instructions to execute the rollback without escalating the incident across multi-service environments.

Can I use this incident response approach for infrastructure automation faults?

Yes, you can use this approach for infrastructure automation faults because it coordinates response across infrastructure automation, deployments, and CI pipelines, mapping dependency edges to contain faults safely.

When should I not attempt a full deployment rollback during an active incident?

You should not attempt a full rollback if it widens the blast radius, because the process prioritizes implementing the smallest coherent action that improves safety while validating recovery paths before executing broader containment.

Why does my CI pipeline incident keep recurring after initial triage?

CI pipeline incidents keep recurring when post-incident follow-up items are not captured, which this incident response process addresses by identifying follow-up items to reduce repeat failure patterns across the operational path.