build-loop
把复杂开发任务分解为可执行阶段,适合系统化交付
可触发自动化修改代码,使用前确认变更策略
面向多步代码工作的一套 5 阶段(+评估)构建与交付编排
把多步代码工作变成有章法的 5 阶段流水(加上评估阶段):分解、计划、执行、复盘到交付,适用于改动多文件、加/删接口或跨架构边界的任务。用在要实现新功能、重构或修复复杂 bug 时,把零散任务绑成可管控的流程。它强制分段和复核,避免“提交通过就完事”带来的回归和漏测。
▸ 展开 SKILL.md 英文原文
Orchestrated build loop for multi-step code work. TRIGGER on verb language ('build', 'implement', 'create', 'add', 'ship', 'wire up', 'integrate', 'refactor', 'migrate', 'rewrite', 'replace') OR symptom language ('fix', 'broken', 'doesn't work', 'isn't loading', 'not displaying', 'missing', 'should show', 'needs to', 'make it', 'show this differently') OR any task touching 2+ files, adding/removing an endpoint, crossing an architectural boundary, or attached screenshots of a bug. SKIP one-line edits, pure Q&A, conversational clarifications, status checks, and trivial typos/renames.
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/build-loop/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/build-loop/SKILL.md"<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> <!-- build-loop@tyroneross:canary:build-loop --> <!-- canary-end --> # Build Loop — Orchestrated Development A 5-phase development loop with a mandatory Phase 6: assess state and criteria, plan, execute, review (critic/validate/fact-check/report as sub-steps), iterate on review failures. Phase 6 Learn (mandatory; always runs) detects cross-build recurring patterns and drafts experimental skills; below 3 runs it accrues; debug-only and budget-exhausted runs defer the expensive arm. ## Routing **`/build-loop:run` is the ONLY human-facing command.**