Pr Test Automation Review
Reviews a test-automation pull request and posts structured review comments on it.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
autoStartRework— whentrue, automatically trigger the rework workflow when the review asks for changes.autoStartReworkConfigFile— agent config file used for the auto-started rework workflow.removeLabel— label removed from the ticket after a successful run (idempotency cleanup).
Human doc: agents/docs/agents/pr_test_automation_review.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | pr_test_automation_review.json |
| ContextId | pr_test_automation_review |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/pr_test_automation_review.md
Actions
preJSAction: prepareTestPRForReview.js
Prepare Test PR For Review Action (preJSAction for test-automation review agents)
- Source:
agents/js/prepareTestPRForReview.js - Side effects:
- post Jira comment
- git push
postJSAction: postTestReviewComments.js
Post Test Automation Review Comments Action (postJSAction for pr_test_automation_review)
- Source:
agents/js/postTestReviewComments.js - Side effects:
- add label “sm_test_rework_triggered”
- remove label “sm_test_review_triggered”
- post Jira comment
- Parameters (customParams):
autoStartReworkautoStartReworkConfigFileremoveLabel
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/pr_test_automation_review.md
Custom params
removeLabel:"sm_test_review_triggered"autoStartRework(used by JS action)autoStartReworkConfigFile(used by JS action)
Generated by js/agentDocGenerator.js