skilly.
All skills
Testing / AGENT SKILL

surgical-patch

juliusbrussee/caveman
65.1K installs 107.4K GitHub stars
0

Fix bugs and small behavior changes with narrow patches and focused regression checks.

The full skill.

Original instructions from the publisher’s SKILL.md

# Surgical 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.