المهارات dispatching-parallel-agents

dispatching-parallel-agents

آمن 🌐 الوصول إلى الشبكة⚙️ الأوامر الخارجية

バグへの並列エージェントの派遣

متاح أيضًا من: obra,sickn33,Doyajin174,davila7,ZhanlinCui,CodingCossack,DYAI2025,Cygnusfear

複数のテスト失敗を順次調査すると時間がかかってしまいます。並列エージェント派遣は独立した調査を複数のAIエージェントに送信し、複数の問題を1つの問題を解く時間で解決します。

يدعم: Claude Codex Code(CC)
📊 69 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "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

التدقيق الأمني

آمن
v5 • 1/16/2026

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.

2
الملفات التي تم فحصها
357
الأسطر التي تم تحليلها
2
النتائج
5
إجمالي عمليات التدقيق

عوامل الخطر

تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
83
المحتوى
20
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

並列テスト失敗調査

異なるファイルで独立したテスト失敗を同時に修正するために複数のエージェントを派遣する

マルチサービスデバッグ

問題が個別のサブシステムに分離されている場合、複数のマイクロサービスの障害を同時に調査する

独立したバグトリアージ

関連しないバグを複数のエージェントに分散させて、デバッグワークフローを加速させる

جرّب هذه الموجهات

単一ファイルデバッグ
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ツールはどれですか?
Claude、Codex、Claude Codeはすべて、複数の同時タスクやエージェントを派遣することをサポートしています。
一度にいくつのエージェントを派遣すべきですか?
独立した問題領域ごとに1つのエージェントを派遣します。3つの関連しない障害には、3つのエージェントを派遣します。
エージェントの修正が競合しないことを確認するにはどうすればよいですか?
各要約を確認し、異なるファイルを編集したエージェントを確認し、統合後にフルテストスイートを実行します。
このパターンを使用した場合、データは安全ですか?
このパターンはガイダンスのみを提供します。各エージェントは、明示的に共有したファイルとコンテキストのみを参照します。
異なるエージェントからの修正が競合した場合はどうすればよいですか?
エージェントが同じコードを編集した場合、競合を手動で解決する必要があります。これを防ぐために明確な境界を定義してください。
並列エージェント派遣をいつ使用すべきではありませんか?
障害が関連する場合、完全なシステムコンテキストが必要な場合、または調査間で共有状態がある場合は使用しないでください。

تفاصيل المطور

بنية الملفات

📄 SKILL.md