بنقرة واحدة
parallelizing
Run independent tasks concurrently via subagents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run independent tasks concurrently via subagents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Post-implementation integrity and quality audit.
Session-start skill discovery protocol.
Structured root-cause investigation for bugs and failures.
Execute implementation plan task-by-task inline.
Complete work with merge, PR, or cleanup options.
Integrity guardrails during code implementation.
استنادا إلى تصنيف SOC المهني
| name | parallelizing |
| description | Run independent tasks concurrently via subagents. |
Announce at start: "I'm applying the parallelizing skill to run these tasks concurrently."
Before dispatching, answer three questions:
All three must be yes. Otherwise, work sequentially.
Each agent operates in isolation with zero inherited context. Construct everything it needs:
See references/agent-prompt-template.md for the standard prompt structure.
// All calls execute concurrently
Task("Fix agent-tool-abort.test.ts — 3 timing failures")
Task("Fix batch-completion.test.ts — event structure bug")
Task("Fix tool-approval-race.test.ts — missing async wait")
When agents complete:
If conflicts exist, resolve manually before running tests.
| Problem | Bad | Better |
|---|---|---|
| Scope too wide | "Fix all the tests" | "Fix the 3 failures in auth.test.ts" |
| Missing context | "Fix the race condition" | Paste error messages + test names |
| No guardrails | Agent refactors freely | "Only modify files under src/auth/" |
| Vague deliverable | "Fix it" | "Return: root cause, files changed, verification" |
Called by:
Pairs with: