Guides observability setup across logs, metrics, and traces with instrumentation checklists, maturity assessments (L0-L4), metric design, SLO-based alerting, and golden signals verification. Use for new services or maturity reviews.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin asiaostrich-universal-dev-standardsThis skill is limited to using the following tools:
> **Language**: English | [繁體中文](../../locales/zh-TW/skills/observability-assistant/SKILL.md)
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Language: English | 繁體中文
Guide observability implementation across the three pillars: Logs, Metrics, and Traces.
引導三支柱可觀測性實作:Logs、Metrics、Traces。
| 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 | 驗證四大黃金信號覆蓋 |
/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
可觀測性引導完成。建議下一步:
- 執行
/slo定義 SLI/SLO/Error Budget ⭐ 推薦- 執行
/incident設定事故回應流程- 執行
/checkin提交變更