amadeus-code-generation
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于对自动生成代码进行单独控制、审查与测试。
▸ 风险提示
会生成并可能提交代码变更,需审慎审查和版本控制权限。
这个 Skill 做什么
单独运行 code-generation 阶段,生成代码并提交合并候选。
把 code-generation 阶段单独跑,用 AI 生成实现代码并产出可作为合并候选的提交,但不推进主流程。适合做 PoC、批量生成实现草稿或把设计快速变成代码时使用。结果会以独立提交记录保存,主工作流的当前阶段不会被修改。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `code-generation` stage (construction phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage code-generation --single`: the engine emits one run-stage directive for code-generation 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-code-generation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-code-generation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — code-generation Run the `code-generation` stage on its own. This is opt-in packaging over `/amadeus --stage code-generation --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 code-generation --single ``` The engine emits one `run-stage` directive for `code-generation` (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 pe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有