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 — when true, 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

AttributeValue
JobTeammate
Configpr_test_automation_review.json
ContextIdpr_test_automation_review
outputTypenone
skipAIProcessingtrue

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):
    • autoStartRework
    • autoStartReworkConfigFile
    • removeLabel

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

View the agent config on GitHub →

Generated from pr_test_automation_review.json in the agents repository and its human doc — edit either and the page follows. Last updated .