amadeus-observability-setup

仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

便于独立测试或部署监控配置,无需完整执行整个工作流。

▸ 风险提示

会执行本地命令并可能修改系统或部署监控,须在受控环境运行。

这个 Skill 做什么

在不推进主工作流的情况下单独运行 observability-setup 阶段并执行相关 gate。

单独执行 observability-setup 阶段并触发相关 gate,用来快速部署或验证观测链路而不推进主工作流。适合在调整监控、日志或追踪配置后做一次隔离性验证,避免影响线上进度。特色是只运行该阶段并提交合成 id,主流程的 Current Stage 保持不变。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC `observability-setup` stage (operation phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage observability-setup --single`: the engine emits one run-stage directive for observability-setup and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.

自动化集成监控配置阶段运行单阶段通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-observability-setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-observability-setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — observability-setup

Run the `observability-setup` stage on its own. This is opt-in packaging over
`/amadeus --stage observability-setup --single`; the same stage is always reachable via
that flag without this skill.

## Steps

1. Ask the engine for the single-stage directive:

   ```bash
   bun .codex/tools/amadeus-orchestrate.ts next --stage observability-setup --single
   ```

   The engine emits one `run-stage` directive for `observability-setup` (carrying the
   lead agent, the resolved consumes/produces paths, the rules and sensors in
   context, and — on this first directive — the conductor persona). Run the stage
   exactly as the directive describes; do not l
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有