build

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

适合用一条命令驱动实现、测试与 PR 迭代的自动化开发场景。

▸ 风险提示

可能会在仓库中创建提交或 PR,使用前请确认权限与审批流程。

这个 Skill 做什么

自动化执行开发任务:规划、并行实现带测试、循环到绿线并创建 PR 的端到端流程。

把一项开发任务从规划一直跑到能发 PR 的自动化流水线:先设好假设门(assumption gate),并行实现带测试的改动、针对性跑测试最多 5 次直到绿线、代码审查最多 3 轮,最后按项目权重决定是否跑全套测试再提交 PR。适合希望一键完成端到端改动、减少人工中途决策的场景。特别之处是有明确的循环限制和无中途提问的自动化承诺,流程可复现且有进度汇报。

▸ 展开 SKILL.md 英文原文

Autonomous task mode: plan with an up-front assumption gate, implement with tests in parallel where file-disjoint, run targeted tests until green (max 5 cycles), review until clean (max 3 iterations), full-suite gate per project weight, then offer a PR. One command, no mid-run questions after the gate.

自动化集成构建流程CI/CD自动化通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/build/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/build/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Progress Contract

**OCTO_ROOT** = `${CLAUDE_PLUGIN_ROOT}` when set; otherwise two directories above this skill's base directory (`skills/<name>/` sits at `<plugin-root>/skills/<name>/`). Resolve once at start.

Register these steps as a native task list at the start of Step 1, before any exploration.
Report progress as "N steps remaining, size class S/M/L" — never wall-clock ETAs.

Register steps in the native task list named `🐙 <n>/<total> — <step name>`; update each to in_progress/completed as you go — the checklist is the user's primary progress view.

Steps: (1) read-context, (2) plan-gate, (3) implement, (4) test-fix-loop,
(5) review, (6) final-gate.

**State-write gate**: a step h
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有