Bug To Fix Check

Gate check: decides whether a bug has everything needed (reproduction details, environment, approval) to be taken into development.

Parameters

Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).

  • removeLabel — label removed from the ticket after a successful run (idempotency cleanup).

Human doc: agents/docs/agents/bug_to_fix_check.md

Attributes

AttributeValue
JobTeammate
Configbug_to_fix_check.json
ContextIdbug_to_fix_check
outputTypenone
skipAIProcessingtrue

Prompt snapshot

Full prompt / instruction set: agents/snapshots/bug_to_fix_check.md

Actions

postJSAction: checkBugToFixReady.js

Check Bug To Fix Ready — postJSAction for bug_to_fix_check agent.

  • Source: agents/js/checkBugToFixReady.js
  • Side effects:
    • remove label “sm_story_done_check_triggered”
    • remove label “sm_test_automation_triggered”
    • post Jira comment
  • Parameters (customParams):
    • removeLabel

LLM step

  • outputType: none
  • Prompt snapshot: agents/snapshots/bug_to_fix_check.md

Custom params

  • removeLabel: "sm_bug_to_fix_check_triggered"

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

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