Agent Skills
› bmad-code-org/BMAD-METHOD
› bmad-build-auto
bmad-build-auto
GitHub自动执行技能渲染脚本,根据输出结果触发后续工作流或失败终止。用于实现无干预的开发循环迭代。
Trigger Scenarios
需要执行无干预开发循环
调用 bmad-build-auto 技能
Install
npx skills add bmad-code-org/BMAD-METHOD --skill bmad-build-auto -g -y
SKILL.md
Frontmatter
{
"name": "bmad-build-auto",
"description": "One iteration of an unattended development loop. Use when invoked by name"
}
Run the following command exactly once without changing the current working directory. Replace {project-root} with the absolute path to the project root and {skill-root} with the absolute path to this skill's directory:
uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}"
- On success, read and follow the one absolute
workflow.mdinstruction printed to stdout. - On failure (including
uvbeing unavailable), report the command output and HALT. Do not run any workflow source directly.
Version History
- 67d876f Current 2026-08-20 10:27


