Install
openclaw skills install bugfix-without-testA fix is applied without a reproduction test, leaving no proof the bug is fixed and no regression coverage.
openclaw skills install bugfix-without-testFixing a bug without a test means (a) you don't know the fix actually works, and (b) there's nothing to stop the bug from coming back next refactor. A fix without a regression test is provisional at best.