Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:10 +08:00
commit 3b0a1ed0dd
14 changed files with 517 additions and 0 deletions

25
commands/incident.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <incident> [phase]
description: Incident response orchestration and SRE best practices
---
# Incident Command
Incident response orchestration and SRE best practices
## Arguments
**$1 (Required)**: incident
**$2 (Optional)**: phase
## Examples
```bash
/incident "Database connection pool exhausted" triage
/incident "Yesterday's outage analysis" postmortem
```
Invoke the sre-engineer agent with: $ARGUMENTS