delegate

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

自动分派与并行隔离能显著提升多任务并行度与安全性。

▸ 风险提示

会创建分支/提交并要求写权限,可能执行自动修改。

这个 Skill 做什么

抓取未结 GitHub issue,分配给专责 agent 并在并行工作树或串行链中协调执行。

抓取未结的 GitHub issue,把每个问题分配给最合适的专责 agent,然后安排实际执行。对可以并行处理的任务会在独立的 worktree 中隔离执行,避免冲突;有依赖顺序的任务会串成链式流程按序完成。适合处理项目 backlog、自动分派与协调多项并行或有依赖的修复/特性工作。

▸ 展开 SKILL.md 英文原文

Fetch open GitHub issues, assign each to the best specialist agent, and orchestrate execution with parallel worktree isolation and serial dependency chains

Skill 开发管理任务分配多 agent工作树隔离通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/delegate/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/delegate/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Issue Delegation

Fetch open GitHub issues, assign each to the right specialist agent, and orchestrate execution. Handles parallel worktree isolation when safe and serial chaining when necessary.

## Phase 1: Fetch Issues

**Argument handling** — the fetch path depends on whether `$ARGUMENTS` is provided:

- **No `$ARGUMENTS` (default)** → delegate the project's configured default scope, which for this project is **{{delegate.defaultScope}}**:
  - `current-milestone` → delegate **every open issue in the current milestone, and only that milestone**. Resolve the current milestone first (see below), then fetch its issues. This path must **never** silently widen to all open issues.
  - `all-op
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有