amadeus-bugfix
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合快速生成补丁并在受控流程中验证修复效果。
▸ 风险提示
会在代码库中运行修复流程并可能提交变更,需注意权限与回滚策略。
这个 Skill 做什么
以 bugfix 范围固定运行 AI-DLC 流程,直接面向特定 bug 修复。
把流程固定在 bugfix 范围运行,直接面向某个具体缺陷的修复,跳过范围探测。适合只想复现并修补单个 bug 的场景。运行行为确定且按首条指令里的 conductor persona 路由,便于可预期的修复流程。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC workflow with the bugfix scope baked in — no scope detection. Fix a specific bug. Packaging over `/amadeus --scope bugfix`, which works without this skill.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-bugfix/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-bugfix/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC — bugfix scope Drive the AI-DLC engine with the **bugfix** scope fixed. This is the same deterministic forwarding loop the `/amadeus` orchestrator runs, with `--scope bugfix` baked into the first `next` so scope detection is skipped. The engine owns all routing; the conductor persona arrives on the first directive's `conductor_persona` field — adopt it for the whole run. ## The loop 1. `directive = bun .codex/tools/amadeus-orchestrate.ts next --scope bugfix $ARGUMENTS` 2. Act on `directive.kind` exactly as the orchestrator does (run-stage / ask / print / error / done) — see `amadeus-common/protocols/stage-protocol.md`. 3. `bun .codex/tools/amadeus-orchestrate.ts report --stage <d
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有