通过并行执行、批量调用与独立验证通道,加速复杂任务且保持结果正确。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "parallel-execution-optimizer" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/parallel-execution-optimizer/SKILL.md 2. 保存为 ~/.claude/skills/parallel-execution-optimizer/SKILL.md 3. 装好后重载技能,告诉我可以用了
请把这个项目的用户模块、支付模块和通知模块并行重构:为每个模块分配独立工作流,分别检查代码异味、提出修改方案并生成补丁,最后汇总冲突与统一测试结果。
按模块分开的重构建议、补丁结果、冲突说明,以及统一的测试与验证总结。
将这份数据分析任务拆成多个并行验证通道:一个检查原始数据质量,一个复算关键指标,一个验证图表结论,一个审查异常值处理;最后合并成一致性报告。
包含各验证通道发现、差异对比、风险提示和最终一致性结论的报告。
请把这项竞品研究加速处理:并发检索10家竞品的官网、定价、功能和近期动态,分别整理成结构化卡片,再输出横向对比表与关键洞察。
每家竞品的结构化摘要、统一对比表,以及可直接用于汇报的洞察结论。
Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes.
Turn urgency into a dependency graph before acting.
Before a large push, write a compact matrix:
Lane | Can run in parallel? | Write surface | Risk | Verification
Repo scan | yes | none | low | rg/git status outputs
Backend patch | maybe | src/api | medium | unit tests
Frontend patch | maybe | app/components | medium | browser screenshot
Deploy readback | after build | remote service | high | live URL + logs
Only run lanes in parallel when their write surfaces do not collide.
Use this when reporting:
Parallel execution result:
- Lanes run: 5
- Lanes completed: 4
- Blocked lane: deploy readback, waiting on DNS propagation
- Fast path found: batched repo scan + focused tests
- Verification: lint pass, unit pass, live smoke pass
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
用于在当前会话中拆分并并行推进独立实现任务,加快开发执行效率。