amadeus-deployment-pipeline

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

适合在不推进整体流程下验证部署流水线逻辑。

▸ 风险提示

可能触发流水线任务或外部系统调用,需控制权限。

这个 Skill 做什么

单独运行 AI‑DLC 的 deployment‑pipeline(部署流水线)阶段,测试流水线行为。

单独跑 AI‑DLC 的 deployment‑pipeline 阶段,验证和测试流水线行为而不推进主流程,方便在不影响线上状态的情况下检查部署步骤。它用 /amadeus --stage deployment-pipeline --single 来生成并执行一次流水线指令,跑完会提交合成 id 并停止。适合排查流水线配置、脚本或 gating 行为的场景。

▸ 展开 SKILL.md 英文原文

Run the AI-DLC `deployment-pipeline` stage (operation phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage deployment-pipeline --single`: the engine emits one run-stage directive for deployment-pipeline 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.

开发编程部署流水线流水线测试CI/CD通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-deployment-pipeline/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-deployment-pipeline/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — deployment-pipeline

Run the `deployment-pipeline` stage on its own. This is opt-in packaging over
`/amadeus --stage deployment-pipeline --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 deployment-pipeline --single
   ```

   The engine emits one `run-stage` directive for `deployment-pipeline` (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 公开信息 · 原文版权归作者所有