surgical-patch
作成者: juliusbrussee
バグや小さな動作変更を、最も狭い責任レイヤーで修正します。回帰の証明、周辺動作の維持、タスクに関連するテストが重要となる場合に使用します。
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.