II.
LibraryProcess overview
Reference · livelib-process:shared--generic-bugfix
generic-bugfix overview
Root-cause-first bugfix template with Phase 0 git-diff analysis. Enforces deep diagnosis before implementation and verifies edge cases beyond the reported case. Replaces all ad-hoc bugfix processes that vary in diagnostic depth. Structure: 6 phases Phase 1: Diagnostic (5-question checklist, requires 2+ independent evidence signals) Phase 2: Breakpoint — human reviews diagnosis before fix begins Phase 3: Implement fix (references diagnosis output) Phase 4: TypeScript check (hard shell gate — non-zero exit fails the run) Phase 5: Verify fix + edge cases (structured matrix: reported + boundary cases) Phase 6: Breakpoint — human reviews outcome
Attributes
displayName
generic-bugfix
description
Root-cause-first bugfix template with Phase 0 git-diff analysis. Enforces deep diagnosis before
implementation and verifies edge cases beyond the reported case. Replaces all
ad-hoc bugfix processes that vary in diagnostic depth.
Structure: 6 phases
Phase 1: Diagnostic (5-question checklist, requires 2+ independent evidence signals)
Phase 2: Breakpoint — human reviews diagnosis before fix begins
Phase 3: Implement fix (references diagnosis output)
Phase 4: TypeScript check (hard shell gate — non-zero exit fails the run)
Phase 5: Verify fix + edge cases (structured matrix: reported + boundary cases)
Phase 6: Breakpoint — human reviews outcome
libraryPath
library/contrib/rogelsm/generic-bugfix.js
usesAgents
- review-diagnosis
- verify-with-edge-cases
- review-fix
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_implements_workflow1
- workflow:bug-triage·WorkflowBug Triage
Incoming edges
None.