amadeus-ci-pipeline
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于本地验证或重放 CI 流程,节省重复配置成本。
▸ 风险提示
可能触发或修改 CI 配置并提交更改,需注意权限与凭据暴露。
这个 Skill 做什么
单独运行 ci-pipeline 阶段以生成并执行 CI 流程指令。
单独运行 ci-pipeline 阶段,让 AI 帮你生成并执行 CI 流程指令(比如构建、测试、发布步骤),但不会影响主工作流。适合在搭建或验证 CI/CD、生成 pipeline 配置和调试时使用。特点是只产出并运行该阶段的指令并保存独立记录,不改变主流程状态。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `ci-pipeline` stage (construction phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage ci-pipeline --single`: the engine emits one run-stage directive for ci-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.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-ci-pipeline/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-ci-pipeline/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — ci-pipeline Run the `ci-pipeline` stage on its own. This is opt-in packaging over `/amadeus --stage ci-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 ci-pipeline --single ``` The engine emits one `run-stage` directive for `ci-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 load the conductor persona by hand, th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有