Developer ExperienceDeveloper experience
Bug Fix
/eng-org:bug-fix
What it does
Runs the tech-lead-to-dev phase of the bug flow — a short root-cause analysis, one dev dispatched, and a fix delivered with a regression test that locks the bug out for good.
When to use it
Run after intake to implement the fix — every bug fix ships with a test that fails on the bug and passes on the fix.
Inputs
- bug spec
Outputs
- fix
- regression test
Example
/eng-org:bug-fix BUG-42 — the lead writes the root cause, a dev implements the fix, and a regression test is added so the bug can never silently return.