build-loop

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

将复杂多步任务组织成可重复的构建循环,便于协作

▸ 风险提示

会对代码库做改动,需授予写权限并复审变更

这个 Skill 做什么

为多文件特性/修复等提供构建循环的主入口和工作流引导。

为跨文件、多步骤的功能开发或修复提供主入口和工作流引导,适合做 feature、重构、迁移或修改 schema/API 时使用。把复杂任务拆成有顺序的 loop,加载并遵循团队的规范步骤,减少遗漏和反复编译。特点是把流程集中管理,并能调用内部的辅助 skills 来串联各阶段工作。

▸ 展开 SKILL.md 英文原文

Main Build Loop entrypoint for multi-step code work. Use for features, fixes, refactors, migrations, schema/API changes, or any task touching multiple files. Loads the canonical internal workflow from skills/build-loop/SKILL.md.

开发编程构建循环多步骤工作代码协作Codex
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/codex-skills/build-loop/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/codex-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

This is the public Codex entrypoint. It keeps the `#` picker focused while the
full workflow remains in the internal skill tree.

Load and follow the canonical workflow:

```text
../skills/build-loop/SKILL.md
```

Use internal helper skills only through that workflow or by reading their files
directly from `../skills/` when the canonical workflow asks for them.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有