Install
$ agentstack add skill-jamestorrevillas-dev-skills-incident-response ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Incident Response
The Five Phases
DETECT → ASSESS → RESPOND → RESOLVE → LEARN
Every incident touches all five. Never skip LEARN — it's the only one that prevents recurrence.
Phase 1: Detect & Assess (First 5 Minutes)
1. What is broken? (specific service, feature, endpoint)
2. Who is affected? (all users, subset, specific region)
3. What is the impact? (data loss? revenue? user-facing?)
4. When did it start? (correlate with recent deploys/changes)
5. Severity: P1 (all users, data loss) / P2 (major feature) / P3 (minor)
Communicate immediately — even if you don't know the cause yet:
"We're investigating an issue with [service].
Impact: [who is affected].
We'll update in 15 minutes."
Phase 2: Respond (During Incident)
Incident Roles
- Incident Commander — coordinates, communicates, makes calls
- Technical Lead — investigates and fixes
- Communicator — updates stakeholders
Response Checklist
- [ ] Create incident channel/ticket
- [ ] Assign IC and Technical Lead
- [ ] Begin investigation (check logs, metrics, recent changes)
- [ ] Post status updates every 15-30 minutes
- [ ] Consider rollback if recent deploy is suspect
- [ ] Escalate if not resolved in [your SLA]
Rollback Decision Criteria
Roll back immediately if:
- Root cause is a recent deploy (< 24h)
- Fix is not immediately obvious
- User impact is severe
Phase 3: Resolve
Document as you go:
Timeline:
[time] - Incident detected: [symptom]
[time] - Identified probable cause: [cause]
[time] - Applied fix: [action taken]
[time] - Monitoring for stability
[time] - Incident resolved
Phase 4: Post-Mortem (Within 48h)
Post-Mortem Template
## Incident: [title]
**Date:** | **Duration:** | **Severity:**
### Summary
[2-3 sentences: what happened and impact]
### Timeline
[Chronological events from detection to resolution]
### Root Cause
[The actual cause — not the symptom]
### Contributing Factors
[Conditions that allowed this to happen]
### What Went Well
[Things that helped during response]
### Action Items
| Action | Owner | Due Date |
|--------|-------|----------|
| [preventive fix] | [name] | [date] |
| [monitoring improvement] | [name] | [date] |
Blameless Post-Mortems
- Focus on systems and processes, not people
- "The deploy process didn't have a rollback check" not "James forgot to test"
- Every person did their best with the information they had
- Action items fix systems, not punish individuals
Runbook Template
For recurring incident types, create a runbook:
## Runbook: [incident type]
### Symptoms
[How to recognize this incident]
### Immediate Actions
1. [First thing to check/do]
2. [Second thing]
### Investigation Steps
1. Check [X] for [Y]
2. Run [command] to verify [Z]
### Resolution
[Steps to fix]
### Escalation
If not resolved in [time]: escalate to [person/team]
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jamestorrevillas
- Source: jamestorrevillas/dev-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.