Developer ExperienceDeveloper experience
Bug Verify
/eng-org:bug-verify
What it does
Runs the verification phase of the bug flow — regression and unit checks plus an independent cold review — then writes a one-page merge-readiness brief.
When to use it
Run after the fix is written to prove the bug is gone and nothing else broke, before a human approves the merge.
Inputs
- bug fix branch
Outputs
- regression + unit results
- independent review
- merge-readiness brief
Example
/eng-org:bug-verify BUG-42 — reproduces the original failure, confirms the fix, and produces the approver's one-pager.