Dashboard › cli › BugBot duplicate-fix preflight
BugBot duplicate-fix preflight
Category: pattern
Confidence: 1.00
ID: 01a08352-dbd6-775f-a48a-89a870de2f47
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 0
Source session: 0LqkXkB0SnijwlaQB
Created: 2026-09-08 23:20:40
Updated: 2026-09-08 23:20:40
Content
Steps:
- Search open PR titles for the affected file or symbol — avoids competing fixes.
- Search all issues for the symbol — finds prior diagnosis and superseding work.
- Rebase onto current
main and reproduce again — stale CI or snapshots do not prove the defect remains.
- Extend or comment on an existing touching PR instead of opening a duplicate.
- Rerun verification before requesting review.
Gotchas:
- Bundling subjective wording/default changes with correctness fixes looks efficient but obscures the regression; keep UX opinions separate.
Verify:
- [ ]
gh pr list --state open --search "in:title <file-or-symbol>" checked.
- [ ]
gh issue list --state all --search "<symbol>" checked.
- [ ] Failure reproduces on rebased
main.