locales/zh-CN/skills/observability-assistant/SKILL.md
[UDS] 引导可观测性设置、指标设计和告警配置
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/skills/observability-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
语言: English | 简体中文
引导三支柱可观测性实现:Logs、Metrics、Traces。
| 功能 | 说明 | |------|------| | 仪器检查 | 上线前可观测性检查表 | | 成熟度评估 | L0-L4 成熟度自评 | | 指标设计 | 协助设计 Metrics(类型、命名、标签) | | 告警设计 | 设计 SLO-based 告警并降低噪声 | | 黄金信号 | 验证四大黄金信号覆盖 |
/observability # 显示可观测性指南
/observability --checklist # 执行仪器检查表
/observability --maturity # 成熟度评估(L0-L4)
/observability --alerting # 告警设计指南
/observability "payment-service" # 特定服务的引导
可观测性引导完成。建议下一步:
- 执行
/slo定义 SLI/SLO/Error Budget ⭐ 推荐- 执行
/incident设定事故响应流程- 执行
/checkin提交变更
development
[UDS] 扫描代码库的调试残留与代码质量问题;可自动修正安全模式。 Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality, 扫描, 清理.
tools
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
development
[UDS] 识别重复流程并以正确的开发深度构建 Skill
tools
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.