Bug Fix Batch Coordinator
Collects several related bugs into one batch epic so they can be fixed together in a single development pass.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
batchSize— maximum number of items processed in one batch.removeLabel— label removed from the ticket after a successful run (idempotency cleanup).
Human doc: agents/docs/agents/bug_fix_batch_coordinator.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | bug_fix_batch_coordinator.json |
| ContextId | bug_fix_batch_coordinator |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/bug_fix_batch_coordinator.md
Actions
postJSAction: createBugFixBatchEpic.js
Bug-Fix Batch Coordinator — postJSAction for bug_fix_batch_coordinator.
- Source:
agents/js/createBugFixBatchEpic.js - Side effects:
- post Jira comment
- create Jira ticket
- link Jira issues
- Parameters (customParams):
batchSizeremoveLabel
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/bug_fix_batch_coordinator.md
Custom params
removeLabel:"sm_bug_fix_batch_coordinator_triggered"batchSize:5
Generated by js/agentDocGenerator.js