next-task

仓库创建 2025年11月2日最近提交 13 小时前SkillHot 收录 4 小时前
▸ 精选理由

把实现任务交给 agent,适用于已经建立自动化工作流的项目。

▸ 风险提示

会在仓库中提交代码和创建 PR,需写权限

这个 Skill 做什么

基于 `idea` 队列生成实现分支并打开 PR,自动化代码实现与合并。

在代码线上完成一次实现迭代:处理挂起的 PR、修复中断(红 CI/安全/人工问题),或从 idea 队列挑一个开分支实现并发起 PR,绿灯后 squash‑merge。当你想要自动推进、但不想逐条指定任务(比如说“next task”)时用。只做一件事一轮,消费 idea 队列并在通过 CI 后合并。

▸ 展开 SKILL.md 英文原文

Run one unattended IMPLEMENTATION iteration of the autonomous value-creation loop — steward any in-flight PR, fix interrupts (red CI / security / human bugs), or else build ONE queued `idea` issue on a branch off auto-dev and open a PR that squash-merges on green CI. Ideation lives in the next-idea skill; this skill consumes its queue. Use when the user says "次のタスク", "next task", "続きをやって", or wants autonomous progress without specifying what to do.

开发编程自动实现PR 自动化GitHub迭代通用
5.3k
Stars
571
Forks
12
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.claude/skills/next-task/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.claude/skills/next-task/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Next Task — the implementation half of the loop

One invocation = one iteration:
**guard → interrupts → pick ONE queued idea → build & record**.

This skill implements; it does not invent. The idea queue is GitHub Issues
labeled `idea`, filled by the `next-idea` skill (which runs on its own
schedule — see `docs/task-automation.md`). Maintenance exists only as an
interrupt. Housekeeping — dependency bumps, TODO-comment cleanup, docs
reshuffling, refactors with no user-observable effect — **is not work**;
never fall back to it to look busy. If the queue is empty and nothing is
broken, doing nothing is the correct outcome.

The human steers by editing `IMPLEMENTATION_PLAN.md` (North Star + va
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有