CreateRepoTasks
Creates repository housekeeping tasks (setup, CI, docs) as tracker tickets for a new or onboarding repository.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
blockedStatus— status name used for blocked tasks.blocksRelationship— link type name that marks a blocking relationship between tickets.labels— labels applied to created tickets.
Human doc: agents/docs/agents/createRepoTasks.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | createRepoTasks.json |
| ContextId | — |
| outputType | — |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/createRepoTasks.md
Actions
postJSAction: createRepoTasks.js
Create Repository Development Sub-tasks
- Source:
agents/js/createRepoTasks.js - Side effects:
- post Jira comment
- link Jira issues
- Parameters (customParams):
blockedStatusblocksRelationshiplabels
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/createRepoTasks.md
Custom params
blockedStatus(used by JS action)blocksRelationship(used by JS action)labels(used by JS action)
Generated by js/agentDocGenerator.js