在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用parallelize
星标4
分支0
更新时间2026年7月2日 11:46
Split tasks among subagents for parallel execution
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Split tasks among subagents for parallel execution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build the project and report any errors
Auto-fix formatting and linting issues
Work in iterations with implementation rounds followed by critical review passes
Run all linters and formatters
Review current changes for correctness, style, and potential issues
Run the test suite and report results
| description | Split tasks among subagents for parallel execution |
| name | parallelize |
| user_invocable | true |
Split tasks among subagents. Analyze dependencies first — only parallelize truly independent work. Choose appropriate subagents, ensure each has full context, coordinate results.