repeat-until-settled
Installation
SKILL.md
Repeat Until Settled
Run a target skill in a loop, classify each iteration's outcome, and exit on settle, cycle resolution, max-cap, or user decision at a stall pause.
Arguments
The skill takes one argument string of the form:
<inner-skill-invocation> [then <follow-up-invocation>] [max=N]
Examples:
improve-code-structureimprove-code-structure then releaseimprove-code-structure src/auth.ts then releasesimplify the lib/ directory then commitimprove-code-structure max=10 then release