Agent skill
aget-handle-incident
Handle incidents with diagnosis and mitigation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aget-handle-incident-aget-framework-template-operator-ag
SKILL.md
aget-handle-incident
Handle incidents including triage, diagnosis, mitigation, and resolution tracking. Maintains incident timeline and post-mortem documentation.
Instructions
When this skill is invoked:
-
Triage
- Assess severity (P1-P4)
- Identify impact scope
- Determine urgency
-
Diagnose
- Gather diagnostic information
- Identify probable causes
- Document findings
-
Mitigate
- Propose mitigation steps
- Prioritize by impact
- Execute with approval
-
Track
- Maintain timeline
- Document all actions
- Update status
-
Resolve & Learn
- Confirm resolution
- Document root cause
- Create prevention recommendations
Severity Classification
| Level | Criteria | Response |
|---|---|---|
| P1 | Complete outage, data loss | Immediate |
| P2 | Major feature broken | Within hour |
| P3 | Minor feature degraded | Within day |
| P4 | Cosmetic/minor | Scheduled |
Output Format
## Incident Report: [ID]
### Summary
| Field | Value |
|-------|-------|
| Severity | P[1-4] |
| Status | [Active/Mitigated/Resolved] |
| Impact | [Description] |
| Started | [Timestamp] |
| Resolved | [Timestamp or Ongoing] |
---
### Timeline
| Time | Event | Actor |
|------|-------|-------|
| [HH:MM] | [What happened] | [Who/What] |
---
### Diagnosis
**Probable Cause**: [Description]
**Evidence**:
- [Finding 1]
- [Finding 2]
---
### Mitigation
| Step | Action | Status |
|------|--------|--------|
| 1 | [Action] | [Done/Pending] |
| 2 | [Action] | [Done/Pending] |
---
### Root Cause Analysis (Post-Resolution)
**Root Cause**: [Description]
**Prevention**:
1. [Action to prevent recurrence]
Constraints
- C1: NEVER skip severity assessment — severity drives response priority
- C2: NEVER apply fixes without user approval — production changes require authorization
- C3: NEVER close incident without confirmation — premature closure hides ongoing issues
Related
- SKILL-027: aget-handle-incident specification
- ONTOLOGY_operator.yaml: Incident, Response, Root_Cause concepts
- CAP-OPS-001: Incident Handling capability
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?