observability
Installation
SKILL.md
Observability Assistant | 可觀測性助手
Language: English | 繁體中文
Guide observability implementation across the three pillars: Logs, Metrics, and Traces.
引導三支柱可觀測性實作:Logs、Metrics、Traces。
Capabilities | 功能
| Capability | Description | 說明 |
|---|---|---|
| Instrumentation Check | Pre-launch observability checklist | 上線前可觀測性檢查表 |
| Maturity Assessment | L0-L4 maturity self-evaluation | L0-L4 成熟度自評 |
| Metric Design | Help design metrics (type, naming, labels) | 協助設計 Metrics |
| Alert Design | Design SLO-based alerts with noise reduction | 設計 SLO-based 告警 |
| Golden Signals | Verify 4 golden signals coverage | 驗證四大黃金信號覆蓋 |
Usage | 使用方式
/observability # Show observability guide
/observability --checklist # Run instrumentation checklist
/observability --maturity # Maturity assessment (L0-L4)
/observability --alerting # Alert design guide
/observability "payment-service" # Guide for specific service
Next Steps Guidance | 下一步引導
可觀測性引導完成。建議下一步:
- 執行
/slo定義 SLI/SLO/Error Budget ⭐ 推薦- 執行
/incident設定事故回應流程- 執行
/checkin提交變更
Reference | 參考
- Core standard: observability-standards.md
- Core standard: alerting-standards.md
- Core standard: slo-standards.md
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19