surgical-patch
oleh juliusbrussee
Perbaiki bug dan perubahan perilaku kecil pada lapisan paling sempit yang bertanggung jawab. Gunakan ketika bukti regresi, perilaku sekitar yang dipertahankan, dan pengujian yang relevan dengan tugas menjadi penting.
npx skills add https://github.com/juliusbrussee/caveman --skill surgical-patchSurgical patch
Reproduce failure first when economical; otherwise capture strongest available evidence.
- Trace symptom to responsible mechanism.
- Change narrowest layer that owns incorrect behavior.
- Preserve unrelated behavior and user changes.
- Avoid cleanup, renaming, and abstraction outside fix.
- Add only regression proof relevant to task.
Run focused proof plus nearest affected gate. Stop when failure is fixed and regression proof passes.