amadeus-build-and-test
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于在隔离环境复现构建与测试流程以便调试。
▸ 风险提示
可能触发构建/测试脚本并写入构件或提交,需注意执行权限与依赖。
这个 Skill 做什么
单独运行 build-and-test 阶段,执行构建与测试指令并提交结果。
把构建和测试那一步单独跑,不会推进或改动主流程,适合排查构建/测试故障。运行时会执行 build-and-test 阶段并提交结果(生成 synthetic-id 对)后停止,主流程当前阶段保持不变。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `build-and-test` stage (construction phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage build-and-test --single`: the engine emits one run-stage directive for build-and-test 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-build-and-test/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-build-and-test/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — build-and-test Run the `build-and-test` stage on its own. This is opt-in packaging over `/amadeus --stage build-and-test --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 build-and-test --single ``` The engine emits one `run-stage` directive for `build-and-test` (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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有