delegate
仓库创建 2026年7月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适用于需要把问题自动分派给专责代理并安全并行工作的代码仓库管理场景。
▸ 风险提示
会对仓库执行操作(建分支、提交、PR),需 GitHub 写权限及凭证。
这个 Skill 做什么
抓取开源 GitHub issue,分配给合适的专家代理并编排并行或串行执行。
把开源 GitHub issue 拉出来,智能分配给最合适的专家代理,并在能并行时用独立 worktree 隔离运行、必要时串行链式执行。适合项目里 issue 多、想自动分配和并行做事又怕互相冲突的场景。特别之处是同时兼顾并行效率和依赖安全,避免改动互相覆盖或破坏代码状态。
▸ 展开 SKILL.md 英文原文
Fetch open GitHub issues, assign each to the best specialist agent, and orchestrate execution with parallel worktree isolation and serial dependency chains
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/delegate/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/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 **all-open**: - `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-open` → fetch **eve
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有