dispatching-parallel-agents
バグへの並列エージェントの派遣
متاح أيضًا من: obra,sickn33,Doyajin174,davila7,ZhanlinCui,CodingCossack,DYAI2025,Cygnusfear
複数のテスト失敗を順次調査すると時間がかかってしまいます。並列エージェント派遣は独立した調査を複数のAIエージェントに送信し、複数の問題を1つの問題を解く時間で解決します。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "dispatching-parallel-agents". Fix these 3 independent test failures: agent-tool-abort.test.ts has 3 timing issues, batch-completion.test.ts has 2 event bugs, tool-approval.test.ts has 1 async execution issue.
النتيجة المتوقعة:
- ✓ Agent 1 fixed timing issues by replacing arbitrary timeouts with event-based waiting
- ✓ Agent 2 fixed event structure bugs (threadId placement)
- ✓ Agent 3 added proper async tool execution waiting
- ✓ All fixes independent, no conflicts, full test suite passing
التدقيق الأمني
آمنThis skill contains only markdown documentation with workflow guidance. No code execution, network calls, file system access, or external commands are present. Pure instructional content about parallel agent dispatching patterns. All 19 static findings are false positives: backticks are markdown code delimiters, hash values are normal metadata, and flagged keywords are common words in documentation context.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
⚙️ الأوامر الخارجية (7)
درجة الجودة
ماذا يمكنك بناءه
並列テスト失敗調査
異なるファイルで独立したテスト失敗を同時に修正するために複数のエージェントを派遣する
マルチサービスデバッグ
問題が個別のサブシステムに分離されている場合、複数のマイクロサービスの障害を同時に調査する
独立したバグトリアージ
関連しないバグを複数のエージェントに分散させて、デバッグワークフローを加速させる
جرّب هذه الموجهات
Fix the failing tests in {test_file}. The failures are: 1. {failure1} 2. {failure2}. Read the test file, identify root causes, and return a summary of what you found and fixed.Task 1: Fix failures in {file1}. Task 2: Fix failures in {file2}. Task 3: Fix failures in {file3}. Each task is independent. Do not modify code outside your assigned file.Investigate the {subsystem_name} subsystem. {specific_error}. Your goal: understand the root cause and implement a fix. Do not change code in other subsystems.Three agents fixed independent issues in parallel. Review all changes: 1. {summary1} 2. {summary2} 3. {summary3}. Check for conflicts and verify all fixes work together.أفضل الممارسات
- 並列エージェントを派遣する前に、障害が実際に独立していることを確認する
- 各プロンプトで特定のテスト名、エラーメッセージ、ファイルパスを提供する
- '本番コードを変更しない'や'割り当てられたファイルのみを修正する'などの制約を追加する
تجنب
- 広すぎる: 特定のファイルや障害コンテキストなしで'すべてのテストを修正する'
- 制約なし: エージェントが関連しないコードのリファクタリングや意図しない変更を行う可能性がある
- 曖昧な出力: 変更内容の要約を要求せずに'修正する'のみ
الأسئلة المتكررة
並列エージェント派遣をサポートするAIツールはどれですか?
一度にいくつのエージェントを派遣すべきですか?
エージェントの修正が競合しないことを確認するにはどうすればよいですか?
このパターンを使用した場合、データは安全ですか?
異なるエージェントからの修正が競合した場合はどうすればよいですか?
並列エージェント派遣をいつ使用すべきではありませんか?
تفاصيل المطور
المؤلف
Cycleaddictالترخيص
MIT
المستودع
https://github.com/Cycleaddict/generic-superpowers/tree/main/skills/dispatching-parallel-agentsمرجع
main
بنية الملفات
📄 SKILL.md