distributed-task-execution
✓调度和协调并行代理执行。通过结果聚合和错误处理来管理并发任务处理。
SKILL.md
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.
Core principle: Dispatch one agent per independent problem domain. Let them work concurrently.
Each domain is independent - fixing tool approval doesn't affect abort tests.
调度和协调并行代理执行。通过结果聚合和错误处理来管理并发任务处理。 来源:qodex-ai/ai-agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill distributed-task-execution- 分类
- >_效率工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 distributed-task-execution?
调度和协调并行代理执行。通过结果聚合和错误处理来管理并发任务处理。 来源:qodex-ai/ai-agent-skills。
如何安装 distributed-task-execution?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/qodex-ai/ai-agent-skills --skill distributed-task-execution 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/qodex-ai/ai-agent-skills