@bugfix
Quality bug fixes with full TDD cycle. Branch from master via feature/.
When to Use
- P1 (HIGH) or P2 (MEDIUM) issues
- Feature broken but not production
- Reproducible errors
Workflow
- Read issue —
bd show <id>or load fromdocs/issues/ - Branch —
git checkout master && git pull && git checkout -b fix/{id}-{slug} - TDD — Red: failing test → Green: minimal fix → Refactor
- Quality gates — Run quality gates (see Quality Gates in AGENTS.md)
- Commit —
git commit -m "fix(scope): description" - Push —
git push -u origin fix/{branch}thengh pr create --base master
Output
Bug fixed, tests added, issue closed, changes pushed.
See Also
- @hotfix — P0 emergency
- @issue — Classification
- @debug — Root cause analysis
Converted and distributed by TomeVault — claim your Tome and manage your conversions.