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/slo.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <service> [type]
description: SLO/SLI definition and reliability tracking
---
# Slo Command
SLO/SLI definition and reliability tracking
## Arguments
**$1 (Required)**: service
**$2 (Optional)**: type
## Examples
```bash
/slo "payment-api" availability
/slo "search-service" latency
```
Invoke the sre-engineer agent with: $ARGUMENTS