build-loop

仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

把复杂开发任务分解为可执行阶段,适合系统化交付

▸ 风险提示

可触发自动化修改代码,使用前确认变更策略

这个 Skill 做什么

面向多步代码工作的一套 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.

开发编程开发编排多阶段自动化通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/build-loop/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/build-loop/SKILL.md"
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.**
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有