Test Fix Loop Smallest cooking-routines skill. Hand the agent a failing test (or a set of them) and a marker file; the cooking Stop hook will keep the agent looping through fix-and-rerun cycles until either the tests pass or the iteration counter hits 10. Marker file is the trust boundary; remove it to end the loop. When to Use - A unit/integration test is failing and the fix is mechanical (assertion update, missing import, simple refactor) - You want the agent to iterate without supervision until green - You explicitly do not want the agent to ship the fix anywhere — handles branch+push; thi…